aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-10-18 14:12:54 +0200
committerKoen Kooi <koen@openembedded.org>2010-10-18 14:14:47 +0200
commit419fe63d999a9070d5cfa432b84414a64f04e371 (patch)
treef27fb17e41c3df144b4766a46b6f7cedbda6387f /recipes/gnome
parentcdb6be238adaf57a57ea41cc6ba1777773f52502 (diff)
downloadopenembedded-419fe63d999a9070d5cfa432b84414a64f04e371.tar.gz
gnome-icon-theme: add 2.31.0
Diffstat (limited to 'recipes/gnome')
-rw-r--r--recipes/gnome/gnome-icon-theme_2.31.0.bb22
1 files changed, 22 insertions, 0 deletions
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
index 0000000000..68969fd25a
--- /dev/null
+++ b/recipes/gnome/gnome-icon-theme_2.31.0.bb
@@ -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"
+