summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-settings-daemon
Commit message (Collapse)AuthorAgeFilesLines
* gnome-settings-daemon: remove unrecognized configure optionsMartin Jansa2014-08-111-4/+4
| | | | | | | | * fixes following QA warning: gnome-settings-daemon-2.32.1: gnome-settings-daemon: configure was passed unrecognised options: --disable-esd [unknown-configure-option] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-settings-daemon: remove blacklist, libgnomekbd has been fixedKoen Kooi2014-08-051-4/+2
| | | | | | | Also fix S!=B and dependency issues. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomekbd, gnome-control-center, gnome-settings-daemon: Blacklist because ↵Martin Jansa2014-06-211-0/+2
| | | | | | of broken libgnomekbd with B!=S Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-231-1/+1
| | | | | | | | | | | | | 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>
* gnome-settings-daemon: add PACKAGECONFIG for pulseaudioMartin Jansa2013-09-171-0/+3
| | | | | | * libcanberra is autodetected and dependency on it wasn't deterministic Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* remove the unnecessary protocol parametersJackie Huang2013-09-031-1/+1
| | | | | | | | | It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* gnome-settings-daemon: add missing DEPENDSKoen Kooi2012-10-301-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-settings-daemon: remove gtk-doc from inherit to unbreak buildAndreas Müller2012-07-311-2/+2
| | | | | | | | error message was: gtkdocize: GTK_DOC_CHECK not called in configure.ac Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-settings-daemon: fix staticdev QA warningsAndreas Müller2012-06-011-2/+4
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-settings-daemon 2.32.1: libsndfile -> libsndfile1Koen Kooi2012-05-091-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-settings-daemon: add dependency on libsndfileKoen Kooi2012-05-071-2/+2
| | | | | | | | | | | | | | It's autodetected and leads to sstate based breakage on autobuilders: This ends up in the package: Package: gnome-settings-daemon Version: 2.32.1-r3 Depends: [..] libdbus-1-3 (>= 1.4.16), libx11-6 (>= 1.4.4), libogg0 (>= 1.3.0), libsndfile1 (>= 1.0.25), But libsndfile hasn't been built. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-settings-daemon: add dependency on libxtst6Koen Kooi2012-05-071-2/+2
| | | | | | | | | | | | | | It's autodetected and leads to sstate based breakage on autobuilders: This ends up in the package: Package: gnome-settings-daemon Version: 2.32.1-r3 Depends: libltdl7 (>= 2.4.2), hicolor-icon-theme, libjson0 (>= 0.9), libxcb1 (>= 1.8.1), libxrender1 (>= 0.9.7), libpixman-1-0 (>= 0.25.2), libxml2 (>= 2.7.8), libxext6 (>= 1.3.1), libz1 (>= 1.2.6), libxtst6 (>= 1.2.1), But libxtst hasn't been built. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-settings-daemon 2.32.1: Bump PR for recent class changesKoen Kooi2012-03-021-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-settings-daemon 2.32.1: build from stable branch for bugfixes, fix ↵Koen Kooi2011-06-231-7/+13
| | | | | | dependencies Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-settings-daemon: clean up dependenciesKoen Kooi2011-06-211-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-settings-daemon: add 2.32.1Koen Kooi2011-06-101-0/+25
and drop 2.26.1 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>