From 75306a9922d17a3b8fe0c49e37252d0d793f3edc Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 11 Nov 2010 15:00:03 +0100 Subject: [PATCH] bug-icon-theme: Add buglabs icon theme for matchbox --- recipes/bug-icon-theme/mb-bug-icon-theme.bb | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes/bug-icon-theme/mb-bug-icon-theme.bb 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 +} -- 2.39.5