aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/netbook-launcher/human-icon-theme_0.35.bb
blob: 578f78a23fddb03d5a595f75f8c665d57d50c4ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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}/*"