summaryrefslogtreecommitdiff
path: root/packages/openmoko2/openmoko-icon-theme-standard2_svn.bb
blob: bc61580a35f1363223f096cb2af118df856bfaff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Standard Gtk+ icon theme for the OpenMoko framework"
SECTION = "openmoko/base"
PV = "0.1.0+svn${SVNREV}"
PR = "r1"

inherit openmoko2

SRC_URI = "svn://svn.openmoko.org/trunk/src/target/OM-2007.2/artwork/;module=icons;proto=http"
S = "${WORKDIR}/icons"

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

PACKAGE_ARCH = "all"