From: Stefan Schmidt Date: Thu, 11 Nov 2010 14:00:03 +0000 (+0100) Subject: bug-icon-theme: Add buglabs icon theme for matchbox X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75306a9922d17a3b8fe0c49e37252d0d793f3edc;p=openembedded.git bug-icon-theme: Add buglabs icon theme for matchbox --- diff --git a/recipes/bug-icon-theme/mb-bug-icon-theme.bb b/recipes/bug-icon-theme/mb-bug-icon-theme.bb new file mode 100644 index 0000000000..681ebd9105 --- /dev/null +++ b/recipes/bug-icon-theme/mb-bug-icon-theme.bb @@ -0,0 +1,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 +}