gnome-icon-theme: add 2.31.0
authorKoen Kooi <koen@openembedded.org>
Mon, 18 Oct 2010 12:12:54 +0000 (14:12 +0200)
committerKoen Kooi <koen@openembedded.org>
Mon, 18 Oct 2010 12:14:47 +0000 (14:14 +0200)
recipes/gnome/gnome-icon-theme_2.31.0.bb [new file with mode: 0644]

diff --git a/recipes/gnome/gnome-icon-theme_2.31.0.bb b/recipes/gnome/gnome-icon-theme_2.31.0.bb
new file mode 100644 (file)
index 0000000..68969fd
--- /dev/null
@@ -0,0 +1,22 @@
+SECTION = "x11/gnome"
+LICENSE = "GPL"
+DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native"
+
+inherit gnome
+
+SRC_URI[archive.md5sum] = "8e727703343d4c18c73c79dd2009f8ed"
+SRC_URI[archive.sha256sum] = "ea7e05b77ead159379392b3b275ca0c9cbacd7d936014e447cc7c5e27a767982"
+
+EXTRA_OECONF = "--disable-hicolor-check"
+
+# autotools_do_configure doesn't seem to work so override it
+# should be safe since this is just a bunch of icons - koen 20101018
+do_configure() {
+       gnu-configize
+       oe_runconf
+}
+
+FILES_${PN} += "${datadir}/*"
+RDEPENDS_${PN} = "hicolor-icon-theme"
+RRECOMMENDS_${PN} = "librsvg-gtk"
+