summaryrefslogtreecommitdiffstats
path: root/meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-07-31 10:45:34 +0000
committerRichard Purdie <richard@openedhand.com>2007-07-31 10:45:34 +0000
commit46afad28d817f77b9c7f30f8f84fcbf2c991013b (patch)
tree637738c4cc743be52ecaf80a9cde0b4c09ac6f19 /meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb
parent72aa7321c7c59322b1bdd853d97ad00533f127ed (diff)
downloadpoky-46afad28d817f77b9c7f30f8f84fcbf2c991013b.tar.gz
Add matchbox-theme-sato and sato-icon-theme 0.1, update distro config to match
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2243 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb')
-rw-r--r--meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb b/meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb
new file mode 100644
index 0000000000..08db3aa427
--- /dev/null
+++ b/meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb
@@ -0,0 +1,17 @@
1SECTION = "x11"
2DESCRIPTION = "Sato Icon Theme"
3LICENSE = "CC-BY-SA3"
4DEPENDS = ""
5
6SRC_URI = "http://pokylinux.org/releases/sato/sato-icon-theme-0.1.tar.gz"
7
8inherit autotools pkgconfig
9
10FILES_${PN} += "${datadir}"
11
12pkg_postinst_${PN} () {
13 if [ "x$D" != "x" ]; then
14 exit 1
15 fi
16 gtk-update-icon-cache -q /usr/share/icons/Sato
17}