aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
AgeCommit message (Collapse)Author
2014-01-22dconf: update to 0.18.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-12-21libgnomeprint: Upgrade 2.18.7 -> 2.18.8Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-12-21libgnomeprint: Add missing dependency on freetypeKhem Raj
Fixes compile errors like | gnome-rfont.c:31:30: fatal error: freetype/ftglyph.h: No such file or directory | #include <freetype/ftglyph.h> | ^ | compilation terminated. | make[3]: *** [gnome-rfont.lo] Error 1 Fix header inclusion mechanism for freetype headers Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-12-21evolution-data-server: Checkout correct branch in SRC_URIKhem Raj
This recipe follows gnome-3.2 release and SHA in SRCREV also belongs to same branch. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-11-18pinpoint: add gdk-pixbuf loaders to runtime recommendationsRoss Burton
A pinpoint that can't load images isn't really useful, so recommend the PNG and JPEG loaders. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-11-18pinpoint: add missing build dependency on coglRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-11-03gnome-disk-utility: create an extra package for gdu librariesAndreas Müller
In some environments only libraries are required and the deamon started at X-session is an unusused feature. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-11-01recipes: Remove PR = r0 from all recipesMartin Jansa
* Remove all PR = "r0" from all .bb files in meta-oe repo. This was done with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i * We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-21gnumeric: Fix build failure with newer autotoolsKhem Raj
Backports from upstream Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-21libbonobo: Fix build error with new autotoolsKhem Raj
Don't use srcdir with tests Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-21gnome-vfs: Fix build error with new autotoolsKhem Raj
Don't use srcdir with tests Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-17orbit2: fix build after automake 1.13.4 updateAndreas Müller
fixes: | test/everything/Makefile.am:81: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/test.sh' | test/inhibit/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') | test/poa/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') | autoreconf: automake failed with exit status: 1 | ERROR: autoreconf execution failed. | WARNING: /home/superandy/tmp/oe-core-eglibc/work/x86_64-linux/orbit2-native/2.14.19-r0/temp/run.do_configure.14800:1 exit 1 from | exit 1 | ERROR: Function failed: do_configure (log file is located at /home/superandy/tmp/oe-core-eglibc/work/x86_64-linux/orbit2-native/2.14.19-r0/temp/log.do_configure.14800) ERROR: Task 6208 (virtual:native:/home/superandy/data/oe-core/sources/meta-openembedded/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.19.bb, do_configure) failed with exit code '1' Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-10-15libgnomeui: Depend on libgnome-keyring not gnome-keyringKhem Raj
libgnomeui needs gnome-keyring-1 which comes from libgnome-keyring Fixes errors like below | configure: error: Package requirements ( libxml-2.0 >= 2.4.20 libgnome-2.0 >= 2.13.7 libgnomecanvas-2.0 >= 2.0.0 libbonoboui-2.0 >= 2.13.1 gconf-2.0 >= 1.1.11 pango >= 1.1.2 glib-2.0 >= 2.16.0 | gio-2.0 >= 2.16.0 | gnome-vfs-2.0 >= 2.7.3 gnome-keyring-1 >= 0.4) were not met: | | No package 'gnome-keyring-1' found Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-15gdm 2.32.2: don't install broken gdm-autologin PAM fileKoen Kooi
It references pam-plugin-console which isn't available. Deleting the PAM file makes autologin work. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-15gdm: delete broken .desktop filesKoen Kooi
GDM tries to run these during the login window and one of these crashes, leading to an autologin failure. Remove the non-essential ones to get rid of this problem. The proper fix is to stop metacity crashing. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17gnome-vfs: Add PACKAGECONFIG for famMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17gvfs: Add PACKAGECONFIG for archive, obexftp, cddaMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17gvfs: Add PACKAGECONFIG for fuse and disable it by defaultMartin Jansa
* fuse was moved to meta-filesystems, so disable fuse by default Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17libwnck(3): Add dependency on libxresMartin Jansa
* it's autodetected from sysroot and configure doesn't allow to explicitly disable it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17libgtop: Add dependency on libxauMartin Jansa
* libxau is included in libgtop_common-2.0.la Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17metacity: Add dependency on libgtopMartin Jansa
* gtop is autodetected from sysroot and configure doesn't allow to explicitly disable it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17abiword: Add PACKAGECONFIG for collab-backends and spellMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17libxklavier: Add libxi dependencyMartin Jansa
* libxi is autodetected and configure doesn't allow to explicitly disable it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17libgsf: Add PACKAGECONFIG for gdk-pixbufMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17gnome-settings-daemon: add PACKAGECONFIG for pulseaudioMartin Jansa
* libcanberra is autodetected and dependency on it wasn't deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17gnome-control-center: Add libxscrnsaver dependencyMartin Jansa
* configure doesn't allow to explicitly disable it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-17gnome-desktop: Add startup-notification dependencyMartin Jansa
* configure doesn't allow to explicitly disable it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-03libnotify: removePaul Eggleton
This is now in OE-Core as of f72c0ff46d6895978e7e5230cb882d8eee4005ba (libnotify3 remains). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-03midori: removePaul Eggleton
This is now in OE-Core as of 88d9d7e47dedd9bfa26da860e6ff77ee5206d9e8. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-03remove the unnecessary protocol parametersJackie Huang
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14gnome-vfs: add PACKAGECONFIG for avahiMartin Jansa
* it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14libwnck(3): add PACKAGECONFIG for startup-notificationMartin Jansa
* it's autodetected from sysroot and couple of packages are failing when pkg-config is trying to use libwnck*.pc without startup-notification in sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14libgtop: add dependency on intltool-nativeMartin Jansa
* | NOTE: Executing intltoolize --copy --force --automake libgtop/2.28.2-r0/temp/run.do_configure.20714: intltoolize: not found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14goffice: add librsvg dependencyMartin Jansa
* No package 'librsvg-2.0' found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14gnome-power-management: add gnome-doc-utils dependencyMartin Jansa
* configure: error: gnome-doc-utils >= 0.3.2 not found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14dates: make it compatible with newer evolution-data-serverMartin Jansa
* drop 0.4.8 recipe, git recipe is default version for long time and pimlico-project.org is gone anyway: wget: unable to resolve host address 'pimlico-project.org' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14evolution-data-server: upgrade to 3.2.3Martin Jansa
* I've only build tested this, because it was broken for long time and bothering me in world builds (and test-dependencies builds), but I'm not using any eds dependant app, so I cannot test it properly in runtime * I've dropped some patches with unclear purpose * enabled nss/nspr as they are now available in oe-core and simplifies the build (needs patch to fix build when nss is disabled) * it was broken for more then 4 months since glib upgrade to 2.36.* and nobody complained, I'm tempted to just remove it next time (together with cheese, dates, contacts, tasks) * too late I've found this commit https://lists.yoctoproject.org/pipermail/poky/2010-November/000526.html which does some similar things but only for 2.32.1 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14gcalctool: move to nonworkingMartin Jansa
* broken at least since April http://permalink.gmane.org/gmane.comp.handhelds.openembedded/57920 and nobody complained, it's also replaced by gnome calculator Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14gnome-control-center: add libgtop dependencyMartin Jansa
* it fails without it: | make[3]: *** [libcommon.la] Error 1 | make[3]: Leaving directory `work/armv5te-oe-linux-gnueabi/gnome-control-center/2.32.1-r1/gnome-control-center-2.32.1/capplets/common' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14gmtk: inherit gconfMartin Jansa
* do_configure fails without it configure.ac:215: error: possibly undefined macro: AM_GCONF_SOURCE_2 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14gcr: add glib-2.0 dependencyMartin Jansa
* it tries to build glib-2.0 from native sysroot without it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14epiphany: add libgnome-keyring dependencyMartin Jansa
* configure wails without it: No package 'gnome-keyring-1' found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-07-12gvfs: Handle samba dependency based on GPLv3 license.Noor
* Samba is GPLv3. In GPLv3 free environment one was not able to build gvfs. Add PACKAGECONFIG for samba and enable is when GPLv3 is not present in INCOMPATIBLE_LICENSE. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-07-08gdm: remove /var/run from packageJonathan Liu
The /var/run/gdm and /var/run/gdm/greeter directories are created by the daemon if they don't exist. The /var/run directory is already created by base-files. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-07-08abiword: remove abiword.inc - it is of no useAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-27pinpoint: fix and updatePaul Eggleton
* Fix for update and PN change of clutter in OE-Core * Fix SRC_URI * Update to latest upstream git revision Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-20gnome-session: Fix build on 64bit targetsKhem Raj
use more portable G_GINT64_FORMAT instead of lld printf format Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-20gnome-keyring: Fix build error due to missing asn1 prototypesKhem Raj
This fixes the errors that started to pop up recently while building gnome-keyring as part of gnome images The error is decribed in patch header Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-20gnome-disk-utility: use PACKAGECONFIG for nautilus extensionChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-20gcr: initial add 3.8.2Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>