]> code.ossystems Code Review - openembedded-core.git/commitdiff
openmoko-icon-theme-standard2: taken from OE
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 28 Aug 2007 10:42:16 +0000 (10:42 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 28 Aug 2007 10:42:16 +0000 (10:42 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2572 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta-openmoko/packages/openmoko2/openmoko-icon-theme-standard2_svn.bb [new file with mode: 0644]

diff --git a/meta-openmoko/packages/openmoko2/openmoko-icon-theme-standard2_svn.bb b/meta-openmoko/packages/openmoko2/openmoko-icon-theme-standard2_svn.bb
new file mode 100644 (file)
index 0000000..e443e36
--- /dev/null
@@ -0,0 +1,18 @@
+DESCRIPTION = "Standard Gtk+ icon theme for the OpenMoko distribution"
+SECTION = "openmoko/base"
+PV = "0.1.0+svn${SVNREV}"
+PR = "r0"
+
+inherit openmoko2
+
+SRC_URI = "svn://svn.openmoko.org/trunk/src/target/OM-2007.2/artwork/;module=icons;proto=http"
+S = "${WORKDIR}/icons"
+
+pkg_postinst_${PN} () {
+    if [ "x$D" != "x" ]; then
+        exit 1
+    fi
+    gtk-update-icon-cache -q /usr/share/icons/openmoko-standard
+}
+
+PACKAGE_ARCH = "all"