diff options
author | Tomas Frydrych <tf@openedhand.com> | 2007-12-21 12:12:08 +0000 |
---|---|---|
committer | Tomas Frydrych <tf@openedhand.com> | 2007-12-21 12:12:08 +0000 |
commit | 6b3e57c8c085594c820d492110c6dcd5d129a93d (patch) | |
tree | 3021712eb3c7f2eba576d4d111c9462686940459 /meta/packages/matchbox-theme-sato | |
parent | 1685e259a52881bbf661d5b163bafbfb847df13c (diff) | |
download | poky-6b3e57c8c085594c820d492110c6dcd5d129a93d.tar.gz |
recipe for mbwm2 sato theme
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3367 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-theme-sato')
-rw-r--r-- | meta/packages/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/packages/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb b/meta/packages/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb new file mode 100644 index 0000000000..74bcef14ca --- /dev/null +++ b/meta/packages/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "Matchbox window manager 2 Sato themes" | ||
2 | LICENSE = "CC-BY-SA3" | ||
3 | DEPENDS = "matchbox-wm-2" | ||
4 | SECTION = "x11/wm" | ||
5 | PV = "0.1+svnr${SRCREV}" | ||
6 | |||
7 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" | ||
8 | S = "${WORKDIR}/matchbox-sato" | ||
9 | |||
10 | inherit autotools pkgconfig | ||
11 | |||
12 | EXTRA_OECONF = "--disable-matchbox-1 --enable-matchbox-2" | ||
13 | |||
14 | FILES_${PN} += "${datadir}/themes" | ||