human-icon-theme: add 0.35
authorKoen Kooi <koen@openembedded.org>
Wed, 6 Jan 2010 18:04:36 +0000 (19:04 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 7 Jan 2010 08:22:34 +0000 (09:22 +0100)
conf/checksums.ini
recipes/netbook-launcher/human-icon-theme_0.35.bb [new file with mode: 0644]

index 9253cf9..80b651d 100644 (file)
@@ -12322,6 +12322,10 @@ sha256=3ba0bdf71376429bb3ce8ae51595fc25e6a5147cdcc26e47b6da17386eb78cdf
 md5=e80a6739ead9a260087fe4d3fc6a8359
 sha256=9f90613de73e1b8e90d9bbcb09046e83680f15a46fc630c3e26e9aa4ca0e6a1d
 
+[https://launchpad.net/ubuntu/lucid/+source/human-icon-theme/0.35/+files/human-icon-theme_0.35.tar.gz]
+md5=dd9bad3b7f95619a6536932300fe202a
+sha256=d234a562fc4af10982b138b3e67e7f61f44b572d0493c776e639508e4faa0a29
+
 [http://downloads.sourceforge.net/hunkyfonts/hunkyfonts-0.3.0.tar.bz2]
 md5=36444795a356fb8a56c63b2840729bab
 sha256=e0b1849c545b6af276407d93025c73094dd74fc259b07c1d91594fdbb9a0b829
diff --git a/recipes/netbook-launcher/human-icon-theme_0.35.bb b/recipes/netbook-launcher/human-icon-theme_0.35.bb
new file mode 100644 (file)
index 0000000..578f78a
--- /dev/null
@@ -0,0 +1,16 @@
+DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native"
+
+LICENSE = "CC-BY-SA"
+RDEPENDS = "hicolor-icon-theme"
+RRECOMMENDS = "librsvg-gtk"
+
+inherit gnome
+
+SRC_URI = "https://launchpad.net/ubuntu/lucid/+source/human-icon-theme/${PV}/+files/human-icon-theme_${PV}.tar.gz"
+
+do_install_prepend() {
+    sed -i -e s:/usr/lib/icon-naming-utils/:${STAGING_DIR_NATIVE}/${libexecdir}/:g Makefile
+}
+
+PACKAGE_ARCH = "all"
+FILES_${PN} += "${datadir}/*"