openmoko-icon-theme-standard2: taken from OE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2572 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-08-28 10:42:16 +00:00
parent b8f7ee30dd
commit 0c7e337672
1 changed files with 18 additions and 0 deletions

View File

@ -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"