[oe-commits] Koen Kooi : gnome-icon-theme: add 2.31.0

git version control git at git.openembedded.org
Mon Oct 18 12:19:39 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Oct 18 14:12:54 2010 +0200

gnome-icon-theme: add 2.31.0

---

 recipes/gnome/gnome-icon-theme_2.31.0.bb |   22 ++++++++++++++++++++++
 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 0000000..68969fd
--- /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"
+





More information about the Openembedded-commits mailing list