[oe-commits] org.oe.dev add openmoko-icon-theme-standard2

mickeyl commit openembedded-commits at lists.openembedded.org
Wed Aug 1 16:02:33 UTC 2007


add openmoko-icon-theme-standard2

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: ebe549ec8cb67b1109f8e20a4d0f027c0e5dcb2f
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ebe549ec8cb67b1109f8e20a4d0f027c0e5dcb2f
Files:
1
packages/openmoko2/openmoko-icon-theme-standard_svn.bb
packages/openmoko2/openmoko-icon-theme-standard2_svn.bb
Diffs:

#
# mt diff -r61d8c9d584dd3bb6b9afd0f2706da00a6b41cfcb -rebe549ec8cb67b1109f8e20a4d0f027c0e5dcb2f
#
# 
# 
# rename "packages/openmoko2/openmoko-icon-theme-standard_svn.bb"
#     to "packages/openmoko2/openmoko-icon-theme-standard2_svn.bb"
# 
# patch "packages/openmoko2/openmoko-icon-theme-standard2_svn.bb"
#  from [899afef7d966d953f88a9cca0597dbe91ac64cb8]
#    to [99f8863ea49eb790acf83271ef41bb984b9bb9f6]
# 
============================================================
--- packages/openmoko2/openmoko-icon-theme-standard_svn.bb	899afef7d966d953f88a9cca0597dbe91ac64cb8
+++ packages/openmoko2/openmoko-icon-theme-standard2_svn.bb	99f8863ea49eb790acf83271ef41bb984b9bb9f6
@@ -1,19 +1,18 @@ PV = "0.1.0+svn${SRCREV}"
 DESCRIPTION = "Standard Gtk+ icon theme for the OpenMoko distribution"
 SECTION = "openmoko/base"
 PV = "0.1.0+svn${SRCREV}"
-PR = "r1"
+PR = "r0"
 
-inherit openmoko-base autotools
+inherit openmoko2
 
-SRC_URI = "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/artwork;module=icons;proto=http"
+SRC_URI = "svn://svn.openmoko.org/trunk/src/target/OM-2007.2/artwork/;module=icons;proto=http"
 S = "${WORKDIR}/icons"
 
-PACKAGE_ARCH = "all"
-
 pkg_postinst_${PN} () {
-        if [ "x$D" != "x" ]; then
-                exit 1
-        fi
-        gtk-update-icon-cache -q /usr/share/icons/openmoko-standard
+    if [ "x$D" != "x" ]; then
+        exit 1
+    fi
+    gtk-update-icon-cache -q /usr/share/icons/openmoko-standard
 }
 
+PACKAGE_ARCH = "all"






More information about the Openembedded-commits mailing list