diff options
author | Richard Purdie <richard@openedhand.com> | 2007-07-31 10:45:34 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-07-31 10:45:34 +0000 |
commit | 46afad28d817f77b9c7f30f8f84fcbf2c991013b (patch) | |
tree | 637738c4cc743be52ecaf80a9cde0b4c09ac6f19 /meta/packages/sato-icon-theme | |
parent | 72aa7321c7c59322b1bdd853d97ad00533f127ed (diff) | |
download | poky-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')
-rw-r--r-- | meta/packages/sato-icon-theme/sato-icon-theme_0.1.bb | 17 | ||||
-rw-r--r-- | meta/packages/sato-icon-theme/sato-icon-theme_svn.bb | 5 |
2 files changed, 19 insertions, 3 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 @@ | |||
1 | SECTION = "x11" | ||
2 | DESCRIPTION = "Sato Icon Theme" | ||
3 | LICENSE = "CC-BY-SA3" | ||
4 | DEPENDS = "" | ||
5 | |||
6 | SRC_URI = "http://pokylinux.org/releases/sato/sato-icon-theme-0.1.tar.gz" | ||
7 | |||
8 | inherit autotools pkgconfig | ||
9 | |||
10 | FILES_${PN} += "${datadir}" | ||
11 | |||
12 | pkg_postinst_${PN} () { | ||
13 | if [ "x$D" != "x" ]; then | ||
14 | exit 1 | ||
15 | fi | ||
16 | gtk-update-icon-cache -q /usr/share/icons/Sato | ||
17 | } | ||
diff --git a/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb b/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb index 5658b7ba3d..4fdcfaefe8 100644 --- a/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb +++ b/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb | |||
@@ -1,9 +1,8 @@ | |||
1 | SECTION = "x11" | 1 | SECTION = "x11" |
2 | DESCRIPTION = "Sato Icon Theme" | 2 | DESCRIPTION = "Sato Icon Theme" |
3 | LICENSE = "LGPL" | 3 | LICENSE = "CC-BY-SA3" |
4 | DEPENDS = "" | 4 | DEPENDS = "" |
5 | PV = "0.0+svn${SRCDATE}" | 5 | PV = "0.1+svn${SRCDATE}" |
6 | PR = "r3" | ||
7 | 6 | ||
8 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=sato-icon-theme;proto=http" | 7 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=sato-icon-theme;proto=http" |
9 | S = "${WORKDIR}/sato-icon-theme" | 8 | S = "${WORKDIR}/sato-icon-theme" |