summaryrefslogtreecommitdiffstats
path: root/meta-gnome
Commit message (Collapse)AuthorAgeFilesLines
* gnome-keyring: fix 'installed but not shipped' QA issueMark Asselstine2018-05-171-1/+1
| | | | | | | | | | | | | | | | | | Building the 'gnome-keyring' recipe with "installed-vs-shipped" included in ERROR_QA will result in: ERROR: gnome-keyring-3.20.0-r0 do_package: QA Issue: gnome-keyring: \ Files/directories were installed but not shipped in any package: /usr/lib64/pkcs11/gnome-keyring-pkcs11.la /lib64/security/pam_gnome_keyring.la >From various documents the .la files should not be packaged in either the main recipe package or the -dev package unless required. So inherit 'remove-libtool' to have all the .la files cleaned up as they don't appear to be necessary. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* evince: update 3.24.0 -> 3.28.1Andreas Müller2018-05-171-6/+5
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* meta-gnome: add libuser 0.62Hongxu Jia2018-05-174-0/+158
| | | | | | | Since oe-core removed libuser, add it which required by usermode Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nautilus: Fix build with gdx-pixbuf >= to 2.36.11Khem Raj2018-05-172-3/+47
| | | | | | | | OE-Core has updates to 2.36.11, so we have to replace obsolete API uses Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* evolution-data-server: Update to 3.26.6 and fix build with icu 61Khem Raj2018-05-172-8/+55
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* site: Add riscv64 specific cacheKhem Raj2018-05-011-0/+16
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* metacity: add 3.38.0Hongxu Jia2018-05-012-0/+67
| | | | | | | The metacity is still maintained on github which the latest version is based on gtk+3 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
* usermode: also only include when x11 in DISTRO_FEATURESArmin Kuster2018-04-131-1/+1
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gnome-system-monitor: only include when x11 in DISTRO_FEATURESArmin Kuster2018-04-131-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* update layer maintainersArmin Kuster2018-04-131-2/+1
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* obexd: refreah patchesArmin Kuster2018-04-131-8/+16
| | | | | | | | | | | | | | | | | | | | | WARNING: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: patching file plugins/mas.c Hunk #1 succeeded at 30 with fuzz 2 (offset 1 line). Signed-off-by: Armin Kuster <akuster808@gmail.com>
* meta-*: add LAYERSERIES_COMPAT to layer.conf filesMartin Jansa2018-04-131-0/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libgnomeui: removeAndreas Müller2018-04-085-4174/+0
| | | | | | | | * libbonoboui is gone * project is dead - last release 2011 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gparted: update 0.30.0 -> 0.31.0Andreas Müller2018-04-081-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gvfs: update 1.34.1 -> 1.36.0Andreas Müller2018-04-081-2/+7
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gnome-keyring: update 2.32.1 -> 3.20.0Andreas Müller2018-04-083-113/+42
| | | | | | | | | | * update to 3.28.0 is not yet possible due to gcr >= 3.27.90 required * license: Many sourcefiles are gone and those still left reference to COPYING or COPYING.LIB * recipe cleanup Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* metacity: removeAndreas Müller2018-04-083-90/+0
| | | | | | | | * as far as I can see nothing uses it - please stand up if I am wrong * this version was released in 2012 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gnome-system-monitor: re-add 3.26.0Andreas Müller2018-04-082-0/+60
| | | | | | | | 3.28.0 fails for glib-2.0 version: | configure: error: Package requirements (glib-2.0 >= 2.55.0 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libgtop: update 2.30.0 -> 2.38.0Andreas Müller2018-04-082-15/+13
| | | | | | | Cleanup recipe while we are at it Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* network-manager-applet: update 1.4.4 -> 1.8.10Andreas Müller2018-04-081-5/+12
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libgnome-keyring: update 2.32.0 -> 3.12.0Andreas Müller2018-04-082-20/+17
| | | | | | | | * Licence files are now COPYING and COPYING.GPL. The source code files set in old version are referencing these. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libgnome: removeAndreas Müller2018-04-083-99/+0
| | | | | | | project is dead - last release was 2011 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libidl: removeAndreas Müller2018-03-293-36/+0
| | | | | | project is dead - last release was in 2010 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* gtk-engines: removeAndreas Müller2018-03-293-115/+0
| | | | | | project is dead - last stable release was in 2010 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* orbit2: removeAndreas Müller2018-03-295-167/+0
| | | | | | project is dead - last release was 2010 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* gnome-themes: removeAndreas Müller2018-03-293-113/+0
| | | | | | | project is dead - last release was in 2011. That was a gnome 3 port which was not continued. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* gnome-mime-data: removeAndreas Müller2018-03-292-33/+0
| | | | | | project is dead - last release was 2007 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* gnome-vfs: removeAndreas Müller2018-03-295-223/+0
| | | | | | project is dead last release was 2010 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* florence: removeAndreas Müller2018-03-291-21/+0
| | | | | | | | | * it depends on libglade which is gone * project is dead - last release was in 2014 * 0.6.3 tested last time was buggy: keyboard tended to reduce it's size to few pixels and there was no simple way to undo that Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* libbonobo: removeAndreas Müller2018-03-297-362/+0
| | | | | | project is dead last release was 2011 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* glade3: remove gnome packageconfigAndreas Müller2018-03-291-3/+0
| | | | | | libbonoboui is gone Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* libbonoboui: removeAndreas Müller2018-03-293-86/+0
| | | | | | | * it depends on removed libglade * project is dead - last release in 2011 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* libgnomecanvas: removeAndreas Müller2018-03-291-22/+0
| | | | | | | * it depends on removed libglade * project is dead - last release in 2011 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* evolution-data-server: remove libglade from dependenciesAndreas Müller2018-03-291-1/+1
| | | | | | libglade is not necessary and does not exist any more Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* gnome-keyring, libgnome-keyring: Fix to compile with latest oe-coreJason Wessel2018-03-292-2/+2
| | | | | | | | | | | | The glib-2.0 was upreved and now you must use a depency to pull it in for the build. To avoid this error: NOTE: Executing glib-gettextize --force --copy ./temp/run.do_configure: line 170: glib-gettextize: command not found WARNING: ./temp/run.do_configure:1 exit 127 from 'glib-gettextize --force --copy' Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* abiword: remove unneeded libglade from dependenciesAndreas Müller2018-03-211-1/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nautilus: remove unused patchesMaxin John2018-03-162-69/+0
| | | | | | | | remove the following unused patch from nautilus and nautilus3: no-try-run-strftime.diff Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* devilspie2: update 0.42 -> 0.43Andreas Müller2018-03-162-2/+3
| | | | | | | While at it, add a comment to desktop file. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gnome-themes: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libgdata: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libbonoboui: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libgnomeui: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libgnomecanvas: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* glade3: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libgtkstylus: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gnome-keyring: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gedit: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+4
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gparted: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* devilspie: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* abiword: only include when x11 in DISTRO_FEATURESArmin Kuster2018-03-121-1/+3
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>