[oe-commits] org.oe.dev sato-icon-theme: add 0.1 from poky

koen commit openembedded-commits at lists.openembedded.org
Wed Aug 1 14:42:38 UTC 2007


sato-icon-theme: add 0.1 from poky

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 8596c859af5e8bd85e8a235c35a09ae6fae412fd
ViewMTN: http://monotone.openembedded.org/revision.psp?id=8596c859af5e8bd85e8a235c35a09ae6fae412fd
Files:
1
packages/sato-icon-theme
packages/sato-icon-theme/sato-icon-theme_0.1.bb
Diffs:

#
# mt diff -r62c29dcba749a393b4b6f9de8b90a18bb4e9ac06 -r8596c859af5e8bd85e8a235c35a09ae6fae412fd
#
# 
# 
# add_dir "packages/sato-icon-theme"
# 
# add_file "packages/sato-icon-theme/sato-icon-theme_0.1.bb"
#  content [5aab1e34dbee478b4ce9fc47a867cee57134412e]
# 
============================================================
--- packages/sato-icon-theme/sato-icon-theme_0.1.bb	5aab1e34dbee478b4ce9fc47a867cee57134412e
+++ packages/sato-icon-theme/sato-icon-theme_0.1.bb	5aab1e34dbee478b4ce9fc47a867cee57134412e
@@ -0,0 +1,18 @@
+SECTION = "x11"
+DESCRIPTION = "Sato Icon Theme"
+LICENSE = "CC-BY-SA3"
+DEPENDS = ""
+
+SRC_URI = "http://pokylinux.org/releases/sato/sato-icon-theme-i${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