aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bug-icon-theme
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@buglabs.net>2010-11-11 15:00:03 +0100
committerStefan Schmidt <stefan@buglabs.net>2010-12-16 15:03:09 +0100
commit75306a9922d17a3b8fe0c49e37252d0d793f3edc (patch)
tree57f09bcdd148ae9f74298e59f93691fa0b73f2f7 /recipes/bug-icon-theme
parentb8ce0dd69539f7eb0cbd2e5db10c41ed5609c550 (diff)
downloadopenembedded-75306a9922d17a3b8fe0c49e37252d0d793f3edc.tar.gz
bug-icon-theme: Add buglabs icon theme for matchbox
Diffstat (limited to 'recipes/bug-icon-theme')
-rw-r--r--recipes/bug-icon-theme/mb-bug-icon-theme.bb24
1 files changed, 24 insertions, 0 deletions
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
+}