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/matchbox-theme-sato/matchbox-theme-sato_0.1.bb | |
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/matchbox-theme-sato/matchbox-theme-sato_0.1.bb')
-rw-r--r-- | meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb b/meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb new file mode 100644 index 0000000000..eb903a19c5 --- /dev/null +++ b/meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "Matchbox window manager Sato themes" | ||
2 | LICENSE = "CC-BY-SA3" | ||
3 | DEPENDS = "matchbox-wm" | ||
4 | SECTION = "x11/wm" | ||
5 | |||
6 | SRC_URI = "http://pokylinux.org/releases/sato/matchbox-theme-sato-0.1.tar.gz" | ||
7 | |||
8 | inherit autotools pkgconfig | ||
9 | |||
10 | FILES_${PN} += "${datadir}/themes" | ||
11 | |||