aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-apps
AgeCommit message (Collapse)Author
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-18pinpoint: add gdk-pixbuf loaders to runtime recommendationsRoss Burton
A pinpoint that can't load images isn't really useful, so recommend the PNG and JPEG loaders. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-11-18pinpoint: add missing build dependency on coglRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-08-14gmtk: inherit gconfMartin Jansa
* do_configure fails without it configure.ac:215: error: possibly undefined macro: AM_GCONF_SOURCE_2 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-06-27pinpoint: fix and updatePaul Eggleton
* Fix for update and PN change of clutter in OE-Core * Fix SRC_URI * Update to latest upstream git revision Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.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-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-01-13gnome-mplayer: package also nautilus3 extensionsMartin Jansa
* fixes QA issues: gnome-mplayer-1.0.5: gnome-mplayer: Files/directories were installed but not shipped /usr/lib /usr/lib/nautilus /usr/lib/nautilus/extensions-3.0 /usr/lib/nautilus/extensions-3.0/libgnome-mplayer-properties-page.so /usr/lib/nautilus/extensions-3.0/.debug /usr/lib/nautilus/extensions-3.0/.debug/libgnome-mplayer-properties-page.so Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11gnome-mplayer: fix unpackaged files warningMartin Jansa
* fixes: gnome-mplayer-1.0.5: gnome-mplayer: Files/directories were installed but not shipped /usr/lib /usr/lib/nautilus /usr/lib/nautilus/extensions-2.0 /usr/lib/nautilus/extensions-2.0/libgnome-mplayer-properties-page.so /usr/lib/nautilus/extensions-2.0/.debug /usr/lib/nautilus/extensions-2.0/.debug/libgnome-mplayer-properties-page.so Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11cheese: disable help buildMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11cheese: disable scrollkeeperMartin Jansa
* we don't provide scrollkeeper-native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11epdfview: move from meta-efl to meta-gnomeMartin Jansa
* as suggested in http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-November/042449.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11cheese: rename eds-dbus to evolution-data-server in DEPENDSMartin Jansa
* was renamed in oe-core commit 6189a8a05620974c098d548c26502453f371fe26 Author: Saul Wold <sgw@linux.intel.com> Date: Thu Apr 19 17:26:01 2012 -0700 evolation-data-server: Rename from eds-dbus Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-09pinpoint: add new recipePaul Eggleton
Add new recipe for the latest git version of pinpoint, the hacker-friendly presentation tool. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-25cheese: add 2.30.1Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-02gnome-mplayer: Add initial recipe for version 1.0.5.Piotr Tworek
Signed-off-by: Peter Tworek <tworaz666@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-01Add recipe for gmtk 1.0.5.Peter Tworek
Run tested on netbookpro. Signed-off-by: Peter Tworek <tworaz666@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>