aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-disk-utility
AgeCommit message (Collapse)Author
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-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-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>
2012-12-11gnome-disk-utility: fix unpackaged filesMartin Jansa
* 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>
2012-12-11gnome-disk-utility: disable failing docs generationMartin Jansa
* xmlto does not work correctly https://bugzilla.yoctoproject.org/show_bug.cgi?id=2416 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-09-27gnome-disk-utility: Fix build on gnomelss host systemsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-09-04gnome-disk-utility: fix path for dbus interface definitionslumag
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>
2011-09-04gnome-disk-utility: disable scrollkeeperlumag
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>
2011-06-10gnome-disk-utility: add 2.32.0Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>