summaryrefslogtreecommitdiffstats
path: root/meta-gnome
Commit message (Collapse)AuthorAgeFilesLines
...
* gtksourceview2: update to 2.10.5Koen Kooi2011-09-214-8/+7
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gvfs: Fix paths in subpacks gvfsd-ftp / gvfsd-sftp / gvfsd-trashAndreas Müller2011-09-201-4/+4
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* network-manager-applet: add 0.9.0Koen Kooi2011-09-191-0/+35
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gconf: fix the "unshipped files" warningslumag2011-09-191-2/+4
| | | | | | | | | 1) correct static libs removal in do_install_append 2) provide .la files in -dev package as it's usually done in other packages. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes: be carefull with # comments ending with backslashMartin Jansa2011-09-141-1/+2
| | | | | | | | * next line after #foo \ is not parsed correctly! * but http://bugzilla.pokylinux.org/show_bug.cgi?id=813 says NOTABUG, so be *very carefull* Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgnomeprint: Imported from OE classicJoel A Fernandes2011-09-071-0/+15
| | | | | Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgnomecups: Imported from OE ClassicJoel A Fernandes2011-09-071-0/+15
| | | | | Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gtksourceview: Imported from OE classicJoel A Fernandes2011-09-074-0/+345
| | | | | | | | * Added LIC_FILES_CHKSUM * Added virtual/gettext to DEPENDS Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gedit: Imported from OE classicJoel A Fernandes2011-09-071-0/+21
| | | | | Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-disk-utility: fix path for dbus interface definitionslumag2011-09-042-0/+35
| | | | | | | | | During compilation gdu looks for several UDisks dbus xml files. However it looks for them in system root and not in sysroot, failing if those don't exist. Fix that. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-disk-utility: disable scrollkeeperlumag2011-09-042-0/+33
| | | | | | | | scrollkeeper isn't packaged neither in oe.dev, nor in any oe-core based layer. Disable scrollkeeper in gnome-disk-utils. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* abiword: fix multiline commentsKoen Kooi2011-09-011-2/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-system-monitor: Add dependency on gnome-icon-themeJoel A Fernandes2011-08-171-1/+1
| | | | | | | | | | Without this, the configure stage of this recipe fails with pkg-config not finding the gnome-icon-theme package Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com> Cc: jdk@ti.com Cc: k-kooi@ti.com Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gobject-introspection_git: add glib-2.0-native to native DEPENDSMartin Jansa2011-08-141-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-system-monitor: add 2.28.2Koen Kooi2011-07-221-0/+23
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgtop: add 2.28.2Koen Kooi2011-07-221-0/+12
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gconf: inherit perlnativeMartin Jansa2011-07-211-1/+1
| | | | | | | | | * otherwise perl from host is used and if there isn't libxml-parser-perl installed on host it fails with: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgnome-keyring: inherit perlnativeMartin Jansa2011-07-211-1/+1
| | | | | | | | | * otherwise perl from host is used and if there isn't libxml-parser-perl installed on host it fails with: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Drop PRIORITY variablePaul Eggleton2011-07-141-1/+0
| | | | | | | | | | | | | | | | As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the references. Thanks to Phil Blundell for the command. (Prompted by oe-core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* gdm 2.32.2: gdm supports running sessions under ssh-agent, so add ↵Koen Kooi2011-06-251-2/+2
| | | | | | openssh-misc to RRECOMMENDS Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-session 2.32.1: add pam-plugin-ck-connector dependency when using pamKoen Kooi2011-06-251-0/+3
| | | | | | without this apps can't authenticate to the session leading to timeouts and crashes Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nautilus 2.32.2: fix packagingKoen Kooi2011-06-251-3/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nautilus3: add 3.0.2Koen Kooi2011-06-252-0/+88
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libnotify3: add 0.7.3Koen Kooi2011-06-251-0/+11
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-panel3: add 3.0.2Koen Kooi2011-06-242-0/+81
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgweather3: add 3.0.2Koen Kooi2011-06-241-0/+24
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libwnck3: add 3.0.2Koen Kooi2011-06-241-0/+18
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-desktop3: add 3.0.2Koen Kooi2011-06-241-0/+27
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gsettings-desktop-schemas: add 3.0.1Koen Kooi2011-06-241-0/+15
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-desktop 2.32.1: import from OE-coreKoen Kooi2011-06-241-0/+26
| | | | | | fix packaging Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dconf: update to 0.7.5Koen Kooi2011-06-242-24/+28
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gtk+3: add initial 3.0.11 recipeKoen Kooi2011-06-241-0/+95
| | | | | | modeled after the 2.x recipe in OE-core Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-panel 2.32.1: add missing gettext inheritKoen Kooi2011-06-231-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-settings-daemon 2.32.1: build from stable branch for bugfixes, fix ↵Koen Kooi2011-06-231-7/+13
| | | | | | dependencies Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dconf 0.5.1: import from OE rev 58b79786c6b1ee26340b20e7606d2144f52543edKoen Kooi2011-06-211-0/+24
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-power-manager: libpanel-applets-2 is gone, so disable appletsKoen Kooi2011-06-211-1/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm: fix build against newer gnome-panelKoen Kooi2011-06-212-1/+2283
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgnomekbd 2.32.0: clean up dependenciesKoen Kooi2011-06-211-1/+1
|
* gnome-settings-daemon: clean up dependenciesKoen Kooi2011-06-211-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-session: update to 2.32.1Koen Kooi2011-06-211-7/+6
|
* gnome-panel: update to 2.32.x from the git release branchKoen Kooi2011-06-215-93/+51
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm, gnome-control-center: clean up dependenciesKoen Kooi2011-06-212-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgweather: update to 2.30.3Koen Kooi2011-06-211-6/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-menus 2.30.5: remove spurious gnome-vfs dependencyKoen Kooi2011-06-211-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgsf: update to 1.14.21 and be specific about which features to disableKoen Kooi2011-06-211-9/+11
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-bluetooth 2.32.0: import from OE rev ↵Koen Kooi2011-06-191-0/+31
| | | | | | 58b79786c6b1ee26340b20e7606d2144f52543ed Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gconf: update to 2.32.4Koen Kooi2011-06-193-6/+465
| | | | | | | * add debian patch to fix panel applets * add upstream patch to port another bit to gdbus Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* zenity: add 2.32.1Koen Kooi2011-06-191-0/+15
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm 2.32.2: add more utils to RRECOMMENDSKoen Kooi2011-06-191-2/+2
| | | | | | GDM calls these from init/Default, so drag them in as RRECOMMENDS Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* desktop-file-utils: add 0.18Koen Kooi2011-06-191-0/+14
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>