diff options
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | 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 9253cf92ec..80b651d14d 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 0000000000..578f78a23f --- /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}/*" |