summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-apps
Commit message (Collapse)AuthorAgeFilesLines
* gmtk: add dependency on gtk+3 and pulseaudioMartin Jansa2014-08-111-1/+1
| | | | | | | | | * fixes following floating dependencies: gmtk/gmtk/latest lost dependency on cairo-gobject dbus-lib gtk+3 json-c libcap libice libpulse libpulse-mainloop-glib libsm libsndfile1 libx11-xcb libxi libxtst util-linux-libuuid Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gmtk: add missing dependency on intltool-nativeMartin Jansa2014-07-221-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: add missing intltool-native dependencyMartin Jansa2014-07-151-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-gnome: use BPN in SRC_URIRobert Yang2014-07-152-2/+2
| | | | | | | | | | | | Fixed SRC_URI: * ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV} * ${P} -> ${BP} Otherwise we would meet do_fetch errors when we do the multilib, native or nativesdk build. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Add missing pkgconfig dependenciesRichard Purdie2014-07-151-1/+1
| | | | | | | These recipes were all missing pkgconfig dependencies. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* emacs, mplayer2, gnome-mplayer, xbmc, libimobiledevice, ifuse, tk: blacklist ↵Martin Jansa2014-05-091-0/+1
| | | | | | | | | | recipes failing in world builds * these are failing for last couple months, blacklist them until someone steps up and starts maintaining them * see http://www.openembedded.org/wiki/Bitbake_World_Status Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-234-4/+4
| | | | | | | | | | | | | 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>
* pinpoint: add gdk-pixbuf loaders to runtime recommendationsRoss Burton2013-11-181-0/+1
| | | | | | | | 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>
* pinpoint: add missing build dependency on coglRoss Burton2013-11-181-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gmtk: inherit gconfMartin Jansa2013-08-141-1/+1
| | | | | | | * 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>
* pinpoint: fix and updatePaul Eggleton2013-06-271-3/+3
| | | | | | | | | * 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>
* epdfview: move to nonworkingAndreas Müller2013-05-105-0/+0
| | | | | | | | | | * 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>
* recipes: Unify indentationMartin Jansa2013-04-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * 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-mplayer: package also nautilus3 extensionsMartin Jansa2013-01-131-5/+9
| | | | | | | | | | | | | * 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>
* gnome-mplayer: fix unpackaged files warningMartin Jansa2012-12-111-0/+7
| | | | | | | | | | | | | * 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>
* cheese: disable help buildMartin Jansa2012-12-111-0/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cheese: disable scrollkeeperMartin Jansa2012-12-111-1/+2
| | | | | | * we don't provide scrollkeeper-native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* epdfview: move from meta-efl to meta-gnomeMartin Jansa2012-12-115-0/+117
| | | | | | * as suggested in http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-November/042449.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cheese: rename eds-dbus to evolution-data-server in DEPENDSMartin Jansa2012-12-111-1/+3
| | | | | | | | | | | * 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>
* pinpoint: add new recipePaul Eggleton2012-10-091-0/+20
| | | | | | | | 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>
* cheese: add 2.30.1Koen Kooi2012-06-251-0/+14
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-mplayer: Add initial recipe for version 1.0.5.Piotr Tworek2012-02-021-0/+20
| | | | | Signed-off-by: Peter Tworek <tworaz666@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Add recipe for gmtk 1.0.5.Peter Tworek2012-02-011-0/+16
Run tested on netbookpro. Signed-off-by: Peter Tworek <tworaz666@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>