aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
AgeCommit message (Collapse)Author
2013-05-21gnome-system-monitor: fix build after gtkmm updateAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-21evince: fix build with gcc 4.8Andreas Müller
warning/errror was: tiff2ps.c:1131:4: error: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'tsize_t' [-Werror=format=] chunk_size, tiled_image ? "tiles" : "strips"); ^ cc1: some warnings being treated as errors Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-19gnome-bluetooth: Fix build erorrs found with gcc 4.8Khem Raj
Fix errors like below | bluetooth-input.c:193:4: error: format '%d' expects argument of type 'int', but argument 5 has type 'XID' [-Werror=format=] | g_message ("has mouse: %s (id = %d)", device_info[i].name, device_info[i].id); | ^ | bluetooth-input.c:198:4: error: format '%d' expects argument of type 'int', but argument 5 has type 'XID' [-Werror=format=] | g_message ("has keyboard: %s (id = %d)", device_info[i].name, device_info[i].id); | ^ Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-16gnome-terminal: add gnome-common-schemas to RRECOMMENDSAndreas Müller
without libgnome gnome-terminal crashes for missing font assertion: | ERROR:terminal-app.c:1451:terminal_app_init: assertion failed: (app->system_font_desc != NULL) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10gnome-panel: let gconf.bblass take care for postinstAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10dconf: fix/remove postinst by inheriting gsettingsAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10evince: fix/remove postinst by inheriting gsettingsAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10epdfview: move to nonworkingAndreas Müller
* images are not displayed anymore * there will be no further development / upstream is gone [1] [1] https://bugzilla.redhat.com/show_bug.cgi?id=906121 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10gnome-terminal: update to 2.30.2Andreas Müller
this is the last version with GPL V2 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10gnome-terminal: move out of nonworkingAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10gnome-vfs: fix build with glib 2.36Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10libbonobo: remove unreferenced patchAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10libbonobo: fix build with glib 2.36Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-07libgnome: split out schemas needed for gnome-control-centerKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03gdm: cosmeticsAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03gdm: avoid displaying system users in greeter's listAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03gdm: fix postinst-code to unbreak first boot issuesAndreas Müller
Exiting postinst code leaves systemd.bbclass offline postinst code unexecuted, causes postinst not to finish at first boot (gdm.service is not aliased to display-manager.service -> started much too early) and is not neccesary: language preparation can be done offline. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03orbit2: update to 2.14.17 to fix build with glib 2.36Andreas Müller
license change of FSF address only Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03gnome-disk-utility: backport property DeviceAutomountHintAndreas Müller
Currently we have gvfs 1.10.1 which was designed for gnome-disk-utility 3.x. We have a patched gvfs so that it works with gnome-disk-utility 2.x but that does not support the property DeviceAutomountHint because it was introduced in 3.x. Fixes warnings as: | (palimpsest:829): libgdu-WARNING **: unhandled property 'DeviceAutomountHint' Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03gvfs: slightly update to 1.10.1 and backport patches to build with glib 2.36Andreas Müller
This is a bit of a bad hack but as long as we are sitting on gnome2 we cannot follow to latest mainline because it would require gnome-disk-utility 3.x which relies on libnotify 0.7.x. For libnotify 0.6.x / 0.7.x API-conflict there is no solution available yet. The following tests were performed: * build my standard xfce-image from scratch * test automount * test trash * test network browsing Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03libgnome: fix compileAndreas Müller
error message was: | gnome-program.c: In function 'gnome_program_init_common': | gnome-program.c:2067:2: error: implicit declaration of function 'g_atexit' [-Werror=implicit-function-declaration] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03gnome-power-manager: fix compileAndreas Müller
* on some machines help crashed with: | xsltproc -o gnome-power-manager-C.omf --stringparam db2omf.basename gnome-power-manager --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.3//EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnome-power-manager/2.32.0-r2/gnome-power-manager-2.32.0/help/gnome-power-manager.omf.in" /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm`/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/gnome-power-manager.xml || { rm -f "gnome-power-manager-C.omf"; exit 1; } | unable to parse fr/gnome-power-manager.xml * disable man in recipe did not work Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03gnome-power-manager: fix configureAndreas Müller
* configure looks for libgnome-keyring (there is no option --disable-keyring) * to have a daemon put gnome-keyring to RRECOMMENDS. Error message was: | Package gnome-keyring-1 was not found in the pkg-config search path. | Perhaps you should add the directory containing `gnome-keyring-1.pc' | to the PKG_CONFIG_PATH environment variable | No package 'gnome-keyring-1' found | configure:13934: $? = 1 | configure:13952: result: no | No package 'gnome-keyring-1' found | configure:13978: error: Package requirements ( Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03libgnomecanvas: update 2.30.3 to fix buildAndreas Müller
error message was: | gnome-canvas-rich-text.c: In function 'gnome_canvas_rich_text_draw': | gnome-canvas-rich-text.c:2150:2: error: implicit declaration of function 'gtk_text_layout_draw' [-Werror=implicit-function-declaration] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03zenity: fix buildAndreas Müller
error message was: | warning: failed to load external entity "/usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl" | cannot parse /usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl | make[2]: *** [zenity-C.omf] Error 1 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-03README: show github mirror URL in layer dependenciesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-29libnotify3, nautilus3: exclude from worldMartin Jansa
* libnotify3 conflicts with libnotify and breaks couple of gnome recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-27network-manager-applet: update to 0.9.8.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-26README: add -M to git send-email exampleMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-26meta-gnome: add README fileMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-26libgnome-keyring: add (from oe-core)Ross Burton
This was in oe-core previously but it's not actually used by anything: webkit-gtk claimed a false dependency and the new libsoup has removed all use of gnome-keyring. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-26gnome-keyring: add (from oe-core)Ross Burton
This was previously in oe-core but nothing there was actually using it in an image. As it's part of GNOME, move it meta-gnome. The custom service file is dropped, as upstream is now shipping and installing this file (and has been for some time). Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-19gnome-desktop3: add gnome-common to DEPENDSAndreas Müller
error message was: ERROR: Function failed: do_configure (see /home/andreas/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/gnome-desktop3/3.0.2-r1/temp/log.do_configure.15134 for further information) ERROR: Logfile of failure stored in: /home/andreas/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/gnome-desktop3/3.0.2-r1/temp/log.do_configure.15134 Log data follows: | DEBUG: Executing python function sysroot_cleansstate | DEBUG: Python function sysroot_cleansstate finished | DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common'] | DEBUG: Executing shell function autotools_preconfigure | DEBUG: Shell function autotools_preconfigure finished | DEBUG: Executing shell function do_configure | cp: cannot stat `/home/andreas/tmp/oe-core-eglibc/sysroots/overo/usr/share/gnome-common/data/omf.make': No such file or directory | ERROR: Function failed: do_configure (see /home/andreas/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/gnome-desktop3/3.0.2-r1/temp/log.do_configure.15134 for further information) ERROR: Task 251 (/home/andreas/data/oe-core/sources/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.0.2.bb, do_configure) failed with exit code '1' Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-19gnumeric: add recipe for version 1.12.0Mario Domenech Goulart
Based on the OE classic recipe as of bd204492e0ed296bbac2999da29f831cbdf965f9 Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-19goffice: update to version 0.10.1Mario Domenech Goulart
That's a version requirement for Gnumeric. Note that goffice 0.10.1 requires gtk3. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-19metacity 2.24.13: fix crash on startupKoen Kooi
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>
2013-04-19libgsf: update to version 1.14.26Mario Domenech Goulart
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>
2013-04-16libical: removePaul Eggleton
This recipe is now back in OE-Core (to support bluez5) so we don't need it here anymore. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-04-16hicolor-icon-theme: removePaul Eggleton
The same recipe is already in OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-04-15recipes: Unify indentationMartin Jansa
* 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>
2013-04-15gdm: move systemd support from meta-systemd back to meta-gnomeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-09midori: update to 0.5.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-13gedit: fix compileAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-12midori: update to 0.4.8Andreas Müller
the following issues caused similarity index decreasing: | waf: error: no such option: --disable-hildon | Checking for Python : /usr/bin/python2 | Checking for zeitgeist-1.0 >= 0.3.14 : Package zeitgeist-1.0 was not found in the pkg-config search path. | Perhaps you should add the directory containing `zeitgeist-1.0.pc' Run tests showed artifacts with google maps. Theses showed up with previous version of midori and current version of firefox too. So they seem independent of this update. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-03-02libgdata: add, from oe-coreRoss Burton
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>
2013-03-02gthumb: add, taken from oe-coreRoss Burton
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>
2013-02-19obexd, id3lib: fix LIC_FILES_CHKSUM URLMartin Jansa
* how was it possible to check LIC_FILES_CHKSUMs before? I know it was building, now it fails with: ERROR: Function failed: obexd: LIC_FILES_CHKSUM points to an invalid file: /OE/shr-core/tmp-eglibc/work/xscalete-oe-linux-gnueabi/obexd/0.48-r0/obexd-0.48/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-05gnome-panel: append pkg_postinst only on PNMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-05gnome-vfs: use RPROVIDES correctlyPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-01midori: remove libsexy dependencyRoss Burton
The use of libsexy was removed in Midori 0.0.19 back in 2008. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>