summaryrefslogtreecommitdiffstats
path: root/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb
blob: 5658b7ba3dc5d85c7a42c4ff0c571adf8629363d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SECTION = "x11"
DESCRIPTION = "Sato Icon Theme"
LICENSE = "LGPL"
DEPENDS = ""
PV = "0.0+svn${SRCDATE}"
PR = "r3"

SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=sato-icon-theme;proto=http"
S = "${WORKDIR}/sato-icon-theme"

inherit autotools pkgconfig

FILES_${PN} += "${datadir}"

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