diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-06 19:04:36 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-07 09:22:34 +0100 |
commit | 21fd017229fb1210b07c68aa0b75f72d8e0c1e89 (patch) | |
tree | 38cd3236f62cdc2a1d4ebbdf26fc7edf07200c7b /recipes/netbook-launcher | |
parent | a96a9a1166d85ffae0d97188ff1e986b8efb046b (diff) |
human-icon-theme: add 0.35
Diffstat (limited to 'recipes/netbook-launcher')
-rw-r--r-- | recipes/netbook-launcher/human-icon-theme_0.35.bb | 16 |
1 files changed, 16 insertions, 0 deletions
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}/*" |