summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_0.3.bb')
-rw-r--r--meta/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_0.3.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_0.3.bb b/meta/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_0.3.bb
new file mode 100644
index 0000000000..fb91f03b12
--- /dev/null
+++ b/meta/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_0.3.bb
@@ -0,0 +1,25 @@
1DESCRIPTION = "Matchbox window manager extra themes"
2LICENSE = "GPL"
3DEPENDS = "matchbox-wm"
4SECTION = "x11/wm"
5
6SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-themes-extra/${PV}/matchbox-themes-extra-${PV}.tar.bz2"
7S = "${WORKDIR}/matchbox-themes-extra-${PV}"
8
9inherit autotools pkgconfig
10
11# split into several packages plus one meta package
12PACKAGES = "${PN} ${PN}-industrial ${PN}-expose ${PN}-mbcrystal"
13
14ALLOW_EMPTY_${PN} = "1"
15FILES_${PN} = ""
16RDEPENDS_${PN} = "${PN}-industrial ${PN}-expose ${PN}-mbcrystal"
17
18FILES_${PN}-industrial = "${datadir}/themes/Industrial \
19 ${datadir}/icons/Industrial"
20
21FILES_${PN}-expose = "${datadir}/themes/expose \
22 ${datadir}/icons/expose"
23
24FILES_${PN}-mbcrystal = "${datadir}/themes/mbcrystal \
25 ${datadir}/icons/mbcrystal"