From 21fd017229fb1210b07c68aa0b75f72d8e0c1e89 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 6 Jan 2010 19:04:36 +0100 Subject: human-icon-theme: add 0.35 --- recipes/netbook-launcher/human-icon-theme_0.35.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/netbook-launcher/human-icon-theme_0.35.bb (limited to 'recipes/netbook-launcher') 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}/*" -- cgit v1.2.3