diff options
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}/*" |