aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openmoko2/openmoko-icon-theme-standard_svn.bb
blob: 8029e1fbc9f0c1a862ee49aabc40b443dbaf733d (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.0+svn${SRCDATE}"
PR = "r1"

inherit openmoko-base autotools

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

PACKAGE_ARCH = "all"

pkg_postinst_${PN} () {
        if [ "x$D" != "x" ]; then
                exit 1
        fi
        gtk-update-icon-cache -q /usr/share/icons/openmoko-standard
}