aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bug-icon-theme/mb-bug-icon-theme.bb
blob: 681ebd9105011390f65b730c38e54fcc81956ffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "Bug Labs icon theme"
LICENSE = "CC-BY-SA3"
SECTION = "x11/wm"

SRCREV="12121"

inherit autotools pkgconfig

SRC_URI = "svn://bugcamp.net/bug/trunk/com.buglabs.bug.theme;module=icons"

S = ${WORKDIR}/icons/Bug

DEPENDS = "icon-naming-utils-native"

FILES_${PN} = "${datadir}/icons"

PACKAGE_ARCH = "all"

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