sato-icon-theme: add 0.1 from poky
authorKoen Kooi <koen@openembedded.org>
Wed, 1 Aug 2007 14:40:40 +0000 (14:40 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 1 Aug 2007 14:40:40 +0000 (14:40 +0000)
packages/sato-icon-theme/.mtn2git_empty [new file with mode: 0644]
packages/sato-icon-theme/sato-icon-theme_0.1.bb [new file with mode: 0644]

diff --git a/packages/sato-icon-theme/.mtn2git_empty b/packages/sato-icon-theme/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/sato-icon-theme/sato-icon-theme_0.1.bb b/packages/sato-icon-theme/sato-icon-theme_0.1.bb
new file mode 100644 (file)
index 0000000..24e4b0e
--- /dev/null
@@ -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}"
+