[oe-commits] Koen Kooi : human-icon-theme: add 0.35

git version control git at git.openembedded.org
Thu Jan 7 12:17:10 UTC 2010


Module: openembedded.git
Branch: shr/merge
Commit: 21fd017229fb1210b07c68aa0b75f72d8e0c1e89
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=21fd017229fb1210b07c68aa0b75f72d8e0c1e89

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jan  6 19:04:36 2010 +0100

human-icon-theme: add 0.35

---

 conf/checksums.ini                                |    4 ++++
 recipes/netbook-launcher/human-icon-theme_0.35.bb |   16 ++++++++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 9253cf9..80b651d 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -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
index 0000000..578f78a
--- /dev/null
+++ b/recipes/netbook-launcher/human-icon-theme_0.35.bb
@@ -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}/*"





More information about the Openembedded-commits mailing list