[oe-commits] Koen Kooi : gnome-icon-theme: while I'm at it, run it through oe-stylize

git version control git at git.openembedded.org
Sun Nov 8 12:13:18 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a9cc65b9c8e85ae61f22a05a8c2817c6abd2fce9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a9cc65b9c8e85ae61f22a05a8c2817c6abd2fce9

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Nov  8 13:10:12 2009 +0100

gnome-icon-theme: while I'm at it, run it through oe-stylize

---

 recipes/gnome/gnome-icon-theme_2.28.0.bb |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/recipes/gnome/gnome-icon-theme_2.28.0.bb b/recipes/gnome/gnome-icon-theme_2.28.0.bb
index 606515c..e692287 100644
--- a/recipes/gnome/gnome-icon-theme_2.28.0.bb
+++ b/recipes/gnome/gnome-icon-theme_2.28.0.bb
@@ -1,13 +1,16 @@
-LICENSE = "GPL"
 SECTION = "x11/gnome"
+LICENSE = "GPL"
 DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native"
+
 RDEPENDS = "hicolor-icon-theme"
 RRECOMMENDS = "librsvg-gtk"
-PACKAGE_ARCH = "all"
+
 PR = "r2"
 
-FILES_${PN} += "${datadir}/*"
+inherit gnome
 
 EXTRA_OECONF = "--disable-hicolor-check"
 
-inherit gnome
+PACKAGE_ARCH = "all"
+
+FILES_${PN} += "${datadir}/*"





More information about the Openembedded-commits mailing list