gnome icon theme: add 2.22.0 and clean up recipe
authorKoen Kooi <koen@openembedded.org>
Sun, 13 Jul 2008 08:46:15 +0000 (08:46 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 13 Jul 2008 08:46:15 +0000 (08:46 +0000)
packages/gnome/gnome-icon-theme_2.22.0.bb [new file with mode: 0644]

diff --git a/packages/gnome/gnome-icon-theme_2.22.0.bb b/packages/gnome/gnome-icon-theme_2.22.0.bb
new file mode 100644 (file)
index 0000000..9b6828a
--- /dev/null
@@ -0,0 +1,12 @@
+LICENSE = "GPL"
+SECTION = "x11/gnome"
+DEPENDS = "icon-naming-utils glib-2.0 intltool-native"
+RDEPENDS = "hicolor-icon-theme"
+
+FILES_${PN} += "${datadir}/*"
+
+EXTRA_OECONF = "--disable-hicolor-check"
+
+inherit gnome
+
+PACKAGE_ARCH = "all"