11 Commits

Author SHA1 Message Date
Martin Jansa a45830a39b recipes: Unify indentation
* 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-04-15 16:23:17 +02:00
Martin Jansa a69aa98293 gnome-mplayer: package also nautilus3 extensions
* 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>
2013-01-13 11:41:01 +01:00
Martin Jansa da026f9a25 gnome-mplayer: fix unpackaged files warning
* 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-11 01:53:00 +01:00
Martin Jansa d1a6688f19 cheese: disable help build
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:53:00 +01:00
Martin Jansa e0218e4d0f cheese: disable scrollkeeper
* we don't provide scrollkeeper-native

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:59 +01:00
Martin Jansa 2d44b0925e epdfview: move from meta-efl to meta-gnome
* 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-11 01:52:53 +01:00
Martin Jansa dc42755809 cheese: rename eds-dbus to evolution-data-server in DEPENDS
* 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-12-11 01:52:49 +01:00
Paul Eggleton 2d7accc6e3 pinpoint: add new recipe
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-10-09 11:04:59 +02:00
Koen Kooi 84248a5fea cheese: add 2.30.1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-25 09:07:26 +02:00
Piotr Tworek 8881a6815a gnome-mplayer: Add initial recipe for version 1.0.5.
Signed-off-by: Peter Tworek <tworaz666@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-02 09:36:38 +01:00
Peter Tworek 95d5ad37a9 Add recipe for gmtk 1.0.5.
Run tested on netbookpro.

Signed-off-by: Peter Tworek <tworaz666@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-01 08:27:20 +01:00