aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/openmoko-base/openmoko-icon-theme-standard_svn.bb
blob: 0d8a627cc95a7fe646728cd90b1fadb79d80643b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Standard Gtk+ icon theme for the Openmoko distribution"
SECTION = "openmoko/base"
PV = "0.1+svnr${SRCPV}"
PR = "r1"

inherit openmoko-base autotools

SRC_URI = "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/artwork;module=icons;proto=http"
S = "${WORKDIR}/icons"

pkg_postinst_openmoko-icon-theme-standard () {
#!/bin/sh -e
if [ "x$D" != "x" ]; then
    exit 1
fi
gtk-update-icon-cache ${datadir}/icons/openmoko-standard/
}

PACKAGE_ARCH = "all"