diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-11-22 13:57:13 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-22 13:57:13 +0000 |
commit | cfe12efb5ec9586dab6961f141d52b103bd8b1d1 (patch) | |
tree | 7108e22aa7ddf6cfc2f1b6c6b73a811187706ecb /meta-demoapps/recipes-sato/matchbox-themes-extra | |
parent | 762fd6b7b3b22d7a8cb80ef9e9ba62e7ef21af3e (diff) | |
download | poky-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')
-rw-r--r-- | meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_0.3.bb | 25 | ||||
-rw-r--r-- | meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_svn.bb | 30 |
2 files changed, 55 insertions, 0 deletions
diff --git a/meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_0.3.bb b/meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_0.3.bb new file mode 100644 index 0000000000..fb91f03b12 --- /dev/null +++ b/meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_0.3.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | DESCRIPTION = "Matchbox window manager extra themes" | ||
2 | LICENSE = "GPL" | ||
3 | DEPENDS = "matchbox-wm" | ||
4 | SECTION = "x11/wm" | ||
5 | |||
6 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-themes-extra/${PV}/matchbox-themes-extra-${PV}.tar.bz2" | ||
7 | S = "${WORKDIR}/matchbox-themes-extra-${PV}" | ||
8 | |||
9 | inherit autotools pkgconfig | ||
10 | |||
11 | # split into several packages plus one meta package | ||
12 | PACKAGES = "${PN} ${PN}-industrial ${PN}-expose ${PN}-mbcrystal" | ||
13 | |||
14 | ALLOW_EMPTY_${PN} = "1" | ||
15 | FILES_${PN} = "" | ||
16 | RDEPENDS_${PN} = "${PN}-industrial ${PN}-expose ${PN}-mbcrystal" | ||
17 | |||
18 | FILES_${PN}-industrial = "${datadir}/themes/Industrial \ | ||
19 | ${datadir}/icons/Industrial" | ||
20 | |||
21 | FILES_${PN}-expose = "${datadir}/themes/expose \ | ||
22 | ${datadir}/icons/expose" | ||
23 | |||
24 | FILES_${PN}-mbcrystal = "${datadir}/themes/mbcrystal \ | ||
25 | ${datadir}/icons/mbcrystal" | ||
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 @@ | |||
1 | DESCRIPTION = "Matchbox window manager extra themes" | ||
2 | LICENSE = "GPL" | ||
3 | DEPENDS = "matchbox-wm" | ||
4 | SECTION = "x11/wm" | ||
5 | PV = "0.3+svnr${SRCREV}" | ||
6 | |||
7 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-themes-extra;proto=http" | ||
8 | S = "${WORKDIR}/${PN}" | ||
9 | |||
10 | inherit autotools pkgconfig | ||
11 | |||
12 | # split into several packages plus one meta package | ||
13 | PACKAGES = "${PN} ${PN}-industrial ${PN}-expose ${PN}-mbcrystal ${PN}-clearlooks" | ||
14 | |||
15 | ALLOW_EMPTY_${PN} = 1 | ||
16 | FILES_${PN} = "" | ||
17 | RDEPENDS_${PN} = "${PN}-industrial ${PN}-expose ${PN}-mbcrystal ${PN}-clearlooks" | ||
18 | |||
19 | FILES_${PN}-industrial = "${datadir}/themes/Industrial \ | ||
20 | ${datadir}/icons/Industrial" | ||
21 | |||
22 | FILES_${PN}-expose = "${datadir}/themes/expose \ | ||
23 | ${datadir}/icons/expose" | ||
24 | |||
25 | FILES_${PN}-mbcrystal = "${datadir}/themes/mbcrystal \ | ||
26 | ${datadir}/icons/mbcrystal" | ||
27 | |||
28 | FILES_${PN}-clearlooks = "${datadir}/themes/Clearlooks \ | ||
29 | ${datadir}/icons/Clearlooks" | ||
30 | |||