git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4284b56
)
gnome-icon-theme: while I'm at it, run it through oe-stylize
author
Koen Kooi
<koen@openembedded.org>
Sun, 8 Nov 2009 12:10:12 +0000
(13:10 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 8 Nov 2009 12:10:12 +0000
(13:10 +0100)
recipes/gnome/gnome-icon-theme_2.28.0.bb
patch
|
blob
|
history
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
(file)
--- 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}/*"