[oe-commits] org.oe.dev sato-icon-theme: sync with Poky

hrw commit openembedded-commits at lists.openembedded.org
Fri Oct 19 15:40:06 UTC 2007


sato-icon-theme: sync with Poky

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 3b383ec14cc5013b29d65c58017c8778ca3ffa5f
ViewMTN: http://monotone.openembedded.org/revision/info/3b383ec14cc5013b29d65c58017c8778ca3ffa5f
Files:
1
packages/sato-icon-theme/sato-icon-theme.inc
packages/sato-icon-theme/sato-icon-theme_0.1.bb
Diffs:

#
# mt diff -r8e58275d3f0155ec82c2345a8939533033a9e289 -r3b383ec14cc5013b29d65c58017c8778ca3ffa5f
#
# 
# 
# add_file "packages/sato-icon-theme/sato-icon-theme.inc"
#  content [3310d313a9f429140fe5eaab905196e5e6a2359c]
# 
# patch "packages/sato-icon-theme/sato-icon-theme_0.1.bb"
#  from [bf3b1c4cbcec19f4f75318b72873bffa341790dc]
#    to [e493f9094fe5bf57320f0ec478f0bf89bb0f46a5]
# 
============================================================
--- packages/sato-icon-theme/sato-icon-theme.inc	3310d313a9f429140fe5eaab905196e5e6a2359c
+++ packages/sato-icon-theme/sato-icon-theme.inc	3310d313a9f429140fe5eaab905196e5e6a2359c
@@ -0,0 +1,21 @@
+require sato-icon-theme.inc
+
+SECTION = "x11"
+DESCRIPTION = "Sato Icon Theme"
+LICENSE = "CC-BY-SA3"
+DEPENDS = ""
+
+SRC_URI = "http://pokylinux.org/releases/sato/sato-icon-theme-0.1.tar.gz"
+
+inherit autotools pkgconfig
+
+FILES_${PN} += "${datadir}"
+
+PACKAGE_ARCH = "all"
+
+pkg_postinst_${PN} () {
+        if [ "x$D" != "x" ]; then
+                exit 1
+        fi
+        gtk-update-icon-cache -q /usr/share/icons/Sato
+}
============================================================
--- packages/sato-icon-theme/sato-icon-theme_0.1.bb	bf3b1c4cbcec19f4f75318b72873bffa341790dc
+++ packages/sato-icon-theme/sato-icon-theme_0.1.bb	e493f9094fe5bf57320f0ec478f0bf89bb0f46a5
@@ -1,20 +1,3 @@
-SECTION = "x11"
-DESCRIPTION = "Sato Icon Theme"
-LICENSE = "CC-BY-SA3"
-DEPENDS = ""
+require sato-icon-theme.inc
 
-PACKAGE_ARCH = "all"
-
 SRC_URI = "http://pokylinux.org/releases/sato/sato-icon-theme-${PV}.tar.gz"
-
-inherit autotools pkgconfig
-
-pkg_postinst_${PN} () {
-        if [ "x$D" != "x" ]; then
-                exit 1
-        fi
-        gtk-update-icon-cache -q /usr/share/icons/Sato
-}
-
-FILES_${PN} += "${datadir}"
-






More information about the Openembedded-commits mailing list