bug-icon-theme: Add buglabs icon theme for matchbox
authorStefan Schmidt <stefan@buglabs.net>
Thu, 11 Nov 2010 14:00:03 +0000 (15:00 +0100)
committerStefan Schmidt <stefan@buglabs.net>
Thu, 16 Dec 2010 14:03:09 +0000 (15:03 +0100)
recipes/bug-icon-theme/mb-bug-icon-theme.bb [new file with mode: 0644]

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 (file)
index 0000000..681ebd9
--- /dev/null
@@ -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
+}