[oe-commits] Stefan Schmidt : bug-icon-theme: Add buglabs icon theme for matchbox

git version control git at git.openembedded.org
Thu Dec 16 14:05:20 UTC 2010


Module: openembedded.git
Branch: master
Commit: 75306a9922d17a3b8fe0c49e37252d0d793f3edc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=75306a9922d17a3b8fe0c49e37252d0d793f3edc

Author: Stefan Schmidt <stefan at buglabs.net>
Date:   Thu Nov 11 15:00:03 2010 +0100

bug-icon-theme: Add buglabs icon theme for matchbox

---

 recipes/bug-icon-theme/mb-bug-icon-theme.bb |   24 ++++++++++++++++++++++++
 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 0000000..681ebd9
--- /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
+}





More information about the Openembedded-commits mailing list