summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
Commit message (Collapse)AuthorAgeFilesLines
* metacity 2.24.13: fix crash on startupKoen Kooi2013-04-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Metacity crashes without the schemas installed, so RDEPEND on them root@beaglebone:~# metacity (metacity:594): GLib-GIO-ERROR **: Settings schema 'org.gnome.desktop.wm.preferences' is not installed Trace/breakpoint trap 6 XSELINUXs still allocated at reset SCREEN: 0 objects of 180 bytes = 0 total bytes 0 private allocs COLORMAP: 0 objects of 4 bytes = 0 total bytes 0 private allocs DEVICE: 0 objects of 64 bytes = 0 total bytes 0 private allocs CLIENT: 0 objects of 84 bytes = 0 total bytes 0 private allocs WINDOW: 0 objects of 20 bytes = 0 total bytes 0 private allocs PIXMAP: 2 objects of 8 bytes = 16 total bytes 0 private allocs GC: 4 objects of 8 bytes = 32 total bytes 0 private allocs CURSOR: 0 objects of 4 bytes = 0 total bytes 0 private allocs DBE_WINDOW: 0 objects of 12 bytes = 0 total bytes 0 private allocs TOTAL: 6 objects, 48 bytes, 0 allocs 2 PIXMAPs still all[ 281.248271] tilcdc 4830e000.fb: timeout waiting for framedone ocated at reset PIXMAP: 2 objects of 8 bytes = 16 total bytes 0 private allocs GC: 4 objects of 8 bytes = 32 total bytes 0 private allocs CURSOR: 0 objects of 4 bytes = 0 total bytes 0 private allocs DBE_WINDOW: 0 objects of 12 bytes = 0 total bytes 0 private allocs TOTAL: 6 objects, 48 bytes, 0 allocs 4 GCs still allocated at reset GC: 4 objects of 8 bytes = 32 total bytes 0 private allocs CURSOR: 0 objects of 4 bytes = 0 total bytes 0 private allocs DBE_WINDOW: 0 objects of 12 bytes = 0 total bytes 0 private allocs TOTAL: 4 objects, 32 bytes, 0 allocs root@beaglebone:~# Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgsf: update to version 1.14.26Mario Domenech Goulart2013-04-191-8/+12
| | | | | | | | | Previous version was 1.14.21, but Gnumeric requires at least 1.14.24. Since we are changing it, we pick the latest available version. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hicolor-icon-theme: removePaul Eggleton2013-04-162-1754/+0
| | | | | | The same recipe is already in OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* recipes: Unify indentationMartin Jansa2013-04-1549-204/+206
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm: move systemd support from meta-systemd back to meta-gnomeMartin Jansa2013-04-152-6/+21
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gedit: fix compileAndreas Müller2013-03-132-1/+59
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgdata: add, from oe-coreRoss Burton2013-03-021-0/+15
| | | | | | | | libgdata was removed from oe-core, but it's still useful so add it to meta-gnome. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gthumb: add, taken from oe-coreRoss Burton2013-03-022-0/+185
| | | | | | | This was removed in oe-core, so add it to meta-gnome. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-panel: append pkg_postinst only on PNMartin Jansa2013-02-052-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-vfs: use RPROVIDES correctlyPaul Eggleton2013-02-051-1/+1
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-terminal, system-tools-backends, slim, benchfft, syslog-ng: move to ↵Martin Jansa2013-02-015-0/+0
| | | | | | | | | nonworking directories * this set does not build with distroless qemuarm as reported in 'State of bitbake world' thread, nobody volunteered to fix them Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-panel3: exclude from worldMartin Jansa2013-01-311-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* metacity: add, from oe-coreRoss Burton2013-01-222-0/+58
| | | | | | | | Metacity, the GNOME 2 window manager. Moved from oe-core as it's never used nor tested there. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtk+3: drop recipe, now in oe-coreMartin Jansa2013-01-181-104/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtk+3: update to upstream version 3.4.4Marko Lindqvist2013-01-062-37/+15
| | | | | | | | | | | * fix.build.automake-1.12.x.patch dropped as upstream has fixed the problem addressed. * COPYING has had formatting changes * In license segments of source files FSF street address is replaced with URL. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gsettings-desktop-schemas: remove from meta-gnome, new version was added in ↵Martin Jansa2013-01-031-17/+0
| | | | | | oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gvfs: reenable gvfs-smbAndreas Müller2012-12-273-6/+7
| | | | | | | | | samba was disabled in 12cf4fa8d23badbf55a018db0f821909294de34e because it caused OOM condition. This could not be reproduced any more. Likely reason for OOM wasmissing gdu-volume-monitor which is build by an own recipe nowadays. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zenity: fix typo in do_configure name and disable scrollkeeperMartin Jansa2012-12-251-1/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gvfs-gdu-volume-monitor: disable afc to fix buildMartin Jansa2012-12-251-2/+2
| | | | | | | | * sometimes it autodetects libimobiledevice and fails to build: | gvfsbackendafc.c: In function '_idevice_event_cb': | gvfsbackendafc.c:352:25: error: 'idevice_event_t' has no member named 'uuid' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nautilus3: fix packaging issueMartin Jansa2012-12-251-2/+3
| | | | | | * ERROR: QA Issue: non debug package contains .debug directory: nautilus3 path /work/armv5te-oe-linux-gnueabi/nautilus3/3.2.1-r3/packages-split/nautilus3/usr/lib/nautilus/extensions-3.0/.debug/libnautilus-sendto.so Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nautilus3: upgrade to 3.2.1Martin Jansa2012-12-251-2/+2
| | | | | | | | | | | | | | | * old version fails to build: | In file included from eel-editable-label.c:30:0: | eel-editable-label.h:112:1: error: unknown type name 'G_CONST_RETURN' | eel-editable-label.h:112:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token | eel-editable-label.c:684:1: error: unknown type name 'G_CONST_RETURN' | eel-editable-label.c:684:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token | eel-editable-label.c: In function 'eel_editable_label_accessible_get_character_count': Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomeprint: fix packaging issuesMartin Jansa2012-12-251-4/+9
| | | | | | | * modules/transports/.debug is already included in modules/*/.debug => drop * package .a files to PN-staticdev, fixes a lot of QA warnings Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomeprint: fix build with newer toolchainMartin Jansa2012-12-232-0/+15
| | | | | | * FILE is not defined without stdio.h Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomecups: fix build with cups-1.6 from oe-coreMartin Jansa2012-12-232-2/+293
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gvfs: disable afcMartin Jansa2012-12-231-2/+3
| | | | | | * it's enabled when libimobiledevice is built before gvfs, causing undeterministic and failing builds Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomecups: fix build with >=glib-2.31Martin Jansa2012-12-232-0/+46
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nautilus3: add FILESEXTRAPATHS to find correct no-try-run-strftime.diff firstMartin Jansa2012-12-231-1/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-openembedded: use correct format of Upstream-StatusMartin Jansa2012-12-233-3/+3
| | | | | | | * some patches have also incorrect value, but e.g. "Unknown" is as good as "Pending" to me Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* abiword: fix build with libpng-1.5 from oe-coreMartin Jansa2012-12-232-2/+106
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gvfs-gdu-volume-monitor: avoid double packaging gvfs localeAndreas Müller2012-12-181-1/+2
| | | | | | | | | | | | | | | | | | | Fix error for do_rootfs: | Collected errors: | * check_data_file_clashes: Package gvfs-gdu-volume-monitor-locale-fr wants to install file /home/Superandy/tmp/oe-core-eglibc/work/overo-angstrom-linux-gnueabi/xfce4-full-image/1.0-r0/rootfs/usr/share/locale/fr/LC_MESSAGES/gvfs.mo | But that file is already provided by package * gvfs-locale-fr | * opkg_install_cmd: Cannot install package gvfs-gdu-volume-monitor-locale-fr. | * check_data_file_clashes: Package gvfs-locale-en-gb wants to install file /home/Superandy/tmp/oe-core-eglibc/work/overo-angstrom-linux-gnueabi/xfce4-full-image/1.0-r0/rootfs/usr/share/locale/en_GB/LC_MESSAGES/gvfs.mo | But that file is already provided by package * gvfs-gdu-volume-monitor-locale-en-gb | * opkg_install_cmd: Cannot install package gvfs-locale-en-gb. | * check_data_file_clashes: Package gvfs-gdu-volume-monitor-locale-de wants to install file /home/Superandy/tmp/oe-core-eglibc/work/overo-angstrom-linux-gnueabi/xfce4-full-image/1.0-r0/rootfs/usr/share/locale/de/LC_MESSAGES/gvfs.mo | But that file is already provided by package * gvfs-locale-de | * opkg_install_cmd: Cannot install package gvfs-gdu-volume-monitor-locale-de. * MJ: added PR bump Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evince: disable help buildMartin Jansa2012-12-181-1/+2
| | | | | | | | | | | | * xsltproc does not work in oe-core correctly: | xsltproc -o evince-it.omf --stringparam db2omf.basename evince --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang it --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/OE/jansa-test/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/evince/2.32.0-r2/evince-2.32.0/help/evince.omf.in" /OE/jansa-test/shr-core/tmp-eglibc/sysroots/qemuarm`/OE/jansa-test/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/pkg-config --variable db2omf gnome-doc-utils` it/evince.xml || { rm -f "evince-it.omf"; exit 1; } | http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %list.class; not found | %local.divcomponent.mix;"> | ^ ... * https://bugzilla.yoctoproject.org/show_bug.cgi?id=2416 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtk+3: add libxi dependencyMarko Lindqvist2012-12-161-1/+1
| | | | | | | | | Without even compile fails: | In file included from gdkdevice-xi.c:24:0: | gdkdeviceprivate-xi.h:28:35: fatal error: X11/extensions/XInput.h: No such file or directory Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-control-center: fix QA issueMartin Jansa2012-12-131-5/+4
| | | | | | | | * fixes: gnome-control-center-2.32.1: non -staticdev package contains static .a library: gnome-control-center-dev path '/work/armv5te-oe-linux-gnueabi/gnome-control-center/2.32.1-r0/packages-split/gnome-control-center-dev/usr/lib/window-manager-settings/libmetacity.a' l Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gcalctool: upgrade to 5.32.0Martin Jansa2012-12-112-15/+18
| | | | | | | | | | * 5.8.17 required scrollkeeper which we don't provide as scrollkeeper-native * inherit gsettings to package glib-2.0/shemas and compile them on target * add LICENSE version and LIC_FILES_CHKSUM * use SHRT_VER * replace local patch with sed (other chunk is already resolved upstream) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-themes: fix path to icon-name-mappingMartin Jansa2012-12-111-2/+2
| | | | | | | | * it was pointing to UTILS_PATH=/OE/jansa-test/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/lib/gnome-themes after libexecdir change in oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gdm: disable failing docs generationMartin Jansa2012-12-111-2/+6
| | | | | | | * xmlto does not work correctly https://bugzilla.yoctoproject.org/show_bug.cgi?id=2416 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-session: disable failing docs generationMartin Jansa2012-12-111-3/+3
| | | | | | | * xmlto does not work correctly https://bugzilla.yoctoproject.org/show_bug.cgi?id=2416 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-disk-utility: fix unpackaged filesMartin Jansa2012-12-111-1/+4
| | | | | | | | | | * WARNING: QA Issue: gnome-disk-utility: Files/directories were installed but not shipped /usr/lib/nautilus/extensions-2.0/libnautilus-gdu.la /usr/lib/nautilus/extensions-2.0/libnautilus-gdu.a /usr/lib/nautilus/extensions-2.0/.debug /usr/lib/nautilus/extensions-2.0/.debug/libnautilus-gdu.so Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-disk-utility: disable failing docs generationMartin Jansa2012-12-111-1/+5
| | | | | | | * xmlto does not work correctly https://bugzilla.yoctoproject.org/show_bug.cgi?id=2416 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* desktop-file-utils: don't build /usr/share/emacs/site-lisp/desktop-entry-mode.elMartin Jansa2012-12-111-0/+4
| | | | | | | | | | | | * fixes: desktop-file-utils-0.18: desktop-file-utils: Files/directories were installed but not shipped /usr/share/emacs /usr/share/emacs/site-lisp /usr/share/emacs/site-lisp/desktop-entry-mode.el /usr/share/emacs/site-lisp/desktop-entry-mode.elc when emacs is available Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lightmediascaner: move .a files from PN-dev to PN-staticdevMartin Jansa2012-12-111-3/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomeui: fix QA warnings from packagingMartin Jansa2012-12-112-1/+4
| | | | | | | | | * fixes: libgnomeui-2.24.3: non -staticdev package contains static .a library: libgnomeui-dev path '/work/armv7a-vfp-neon-oe-linux-gnueabi/libgnomeui/2.24.3-r0/packages-split/libgnomeui-dev/usr/lib/libglade/2.0/libgnome.a' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libbonoboui: fix QA warnings from packagingMartin Jansa2012-12-111-2/+3
| | | | | | | * fixes: libbonoboui-2.24.3: non -staticdev package contains static .a library: libbonoboui-dev path '/work/armv7a-vfp-neon-oe-linux-gnueabi/libbonoboui/2.24.3-r1/packages-split/libbonoboui-dev/usr/lib/libglade/2.0/libbonobo.a' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnome: fix QA warnings from packagingMartin Jansa2012-12-111-2/+4
| | | | | | | * fixes: libgnome-2.32.1: non -staticdev package contains static .a library: libgnome-dev path '/work/armv7a-vfp-neon-oe-linux-gnueabi/libgnome/2.32.1-r0/packages-split/libgnome-dev/usr/lib/bonobo/monikers/libmoniker_extra_2.a' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomecanvas: fix QA warnings from packagingMartin Jansa2012-12-111-1/+4
| | | | | | | * fixes: libgnomecanvas-2.26.0: non -staticdev package contains static .a library: libgnomecanvas-dev path '/work/armv7a-vfp-neon-oe-linux-gnueabi/libgnomecanvas/2.26.0-r0/packages-split/libgnomecanvas-dev/usr/lib/libglade/2.0/libcanvas.a' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome/libgnomecanvas: delete, there is newer version in libgnome/libgnomecanvasMartin Jansa2012-12-111-14/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libbonobo: fix QA warnings in packagingMartin Jansa2012-12-112-2/+4
| | | | | | | | * fixes: libbonobo-2.24.3: non -staticdev package contains static .a library: libbonobo-dev path '/work/armv7a-vfp-neon-oe-linux-gnueabi/libbonobo/2.24.3-r0/packages-split/libbonobo-dev/usr/lib/orbit-2.0/Bonobo_module.a' libbonobo-2.24.3: non -staticdev package contains static .a library: libbonobo-dev path '/work/armv7a-vfp-neon-oe-linux-gnueabi/libbonobo/2.24.3-r0/packages-split/libbonobo-dev/usr/lib/bonobo/monikers/libmoniker_std_2.a' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-vfs: fix QA warnings in packagingMartin Jansa2012-12-111-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gnome-vfs-2.24.4: gnome-vfs: Files/directories were installed but not shipped /usr/lib/gnome-vfs-2.0/modules/libcomputer.la /usr/lib/gnome-vfs-2.0/modules/libvfs-test.a /usr/lib/gnome-vfs-2.0/modules/libcomputer.a /usr/lib/gnome-vfs-2.0/modules/libdns-sd.la /usr/lib/gnome-vfs-2.0/modules/libgzip.la /usr/lib/gnome-vfs-2.0/modules/libtar.la /usr/lib/gnome-vfs-2.0/modules/libsftp.la /usr/lib/gnome-vfs-2.0/modules/libnntp.a /usr/lib/gnome-vfs-2.0/modules/libhttp.la /usr/lib/gnome-vfs-2.0/modules/libsftp.a /usr/lib/gnome-vfs-2.0/modules/libftp.la /usr/lib/gnome-vfs-2.0/modules/libnetwork.a /usr/lib/gnome-vfs-2.0/modules/libbzip2.a /usr/lib/gnome-vfs-2.0/modules/libgzip.a /usr/lib/gnome-vfs-2.0/modules/libnetwork.la /usr/lib/gnome-vfs-2.0/modules/libfile.la /usr/lib/gnome-vfs-2.0/modules/libvfs-test.la /usr/lib/gnome-vfs-2.0/modules/libnntp.la /usr/lib/gnome-vfs-2.0/modules/libfile.a /usr/lib/gnome-vfs-2.0/modules/libftp.a /usr/lib/gnome-vfs-2.0/modules/libhttp.a /usr/lib/gnome-vfs-2.0/modules/libbzip2.la /usr/lib/gnome-vfs-2.0/modules/libdns-sd.a /usr/lib/gnome-vfs-2.0/modules/libtar.a Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-terminal: add LICENSE version and LIC_FILES_CHKSUMMartin Jansa2012-12-111-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgtkstylus: add SRC_URI checksumsMartin Jansa2012-12-111-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>