aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-disk-utility
AgeCommit message (Collapse)Author
2014-08-11gnome-disk-utility: add dependency on libgnome-keyringMartin Jansa
* fixes following floating dependencies: gnome-disk-utility/gnome-disk-utility-libs/latest lost dependency on libcap libgcrypt libgnome-keyring libgpg-error Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21recipes: add missing dependency on intltool-nativeRichard Purdie
* These recipes all require intltool-native to build but were missing a dependency on it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-03gnome-disk-utility: set correct nautilus configure optionsAndreas Müller
| gnome-disk-utility-2.32.0: gnome-disk-utility: configure was passed unrecognised options: --disable-nautilus-extension Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-04-20gnome-disk-utility: change PACKAGECONFIG default: remove nautilusAndreas Müller
gnome-doc-utils had to be added when not depending on nautilus Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20gnome-disk-utility: inherit only gnomebase, gtk-icon-cacheMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-23recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.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-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>