summaryrefslogtreecommitdiffstats
path: root/meta-openmoko
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-08-28 10:42:16 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-08-28 10:42:16 +0000
commit0c7e3376728271a660f8d1e49e2fc39507bc222f (patch)
treef2bf7f446795474ca745e6fb68f31a3208d33f18 /meta-openmoko
parentb8f7ee30ddbfa9433a933ab5652dd6c2b4f78167 (diff)
downloadopenembedded-core-0c7e3376728271a660f8d1e49e2fc39507bc222f.tar.gz
openmoko-icon-theme-standard2: taken from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2572 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-openmoko')
-rw-r--r--meta-openmoko/packages/openmoko2/openmoko-icon-theme-standard2_svn.bb18
1 files changed, 18 insertions, 0 deletions
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
index 0000000000..e443e36075
--- /dev/null
+++ b/meta-openmoko/packages/openmoko2/openmoko-icon-theme-standard2_svn.bb
@@ -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"