summaryrefslogtreecommitdiffstats
path: root/meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_svn.bb
diff options
context:
space:
mode:
authorSaul Wold <Saul.Wold@intel.com>2010-11-22 13:57:13 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-11-22 13:57:13 +0000
commitcfe12efb5ec9586dab6961f141d52b103bd8b1d1 (patch)
tree7108e22aa7ddf6cfc2f1b6c6b73a811187706ecb /meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_svn.bb
parent762fd6b7b3b22d7a8cb80ef9e9ba62e7ef21af3e (diff)
downloadpoky-cfe12efb5ec9586dab6961f141d52b103bd8b1d1.tar.gz
Meta: Recipe Reogranization
This is the next stage of recipe reorganization, in this stage many recipes where moved to a new meta-demoapps layer since this is more appropriate for demo usage then the core. Additional some recipes were moved to meta-extras to indicate they may be depercated at a future time. A number of recipes were modified since dependencies need to be corrected. Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_svn.bb')
-rw-r--r--meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_svn.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_svn.bb b/meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_svn.bb
new file mode 100644
index 0000000000..6a9f18beaf
--- /dev/null
+++ b/meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_svn.bb
@@ -0,0 +1,30 @@
1DESCRIPTION = "Matchbox window manager extra themes"
2LICENSE = "GPL"
3DEPENDS = "matchbox-wm"
4SECTION = "x11/wm"
5PV = "0.3+svnr${SRCREV}"
6
7SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-themes-extra;proto=http"
8S = "${WORKDIR}/${PN}"
9
10inherit autotools pkgconfig
11
12# split into several packages plus one meta package
13PACKAGES = "${PN} ${PN}-industrial ${PN}-expose ${PN}-mbcrystal ${PN}-clearlooks"
14
15ALLOW_EMPTY_${PN} = 1
16FILES_${PN} = ""
17RDEPENDS_${PN} = "${PN}-industrial ${PN}-expose ${PN}-mbcrystal ${PN}-clearlooks"
18
19FILES_${PN}-industrial = "${datadir}/themes/Industrial \
20 ${datadir}/icons/Industrial"
21
22FILES_${PN}-expose = "${datadir}/themes/expose \
23 ${datadir}/icons/expose"
24
25FILES_${PN}-mbcrystal = "${datadir}/themes/mbcrystal \
26 ${datadir}/icons/mbcrystal"
27
28FILES_${PN}-clearlooks = "${datadir}/themes/Clearlooks \
29 ${datadir}/icons/Clearlooks"
30