mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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:
@@ -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"
|
||||||
Reference in New Issue
Block a user