diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-03 11:42:52 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-03 11:42:52 +0000 |
commit | 2f3ca937d66ce6b9f2bdb1c09fbf066818ac92f4 (patch) | |
tree | d7dc1c98ae86b5d33f59b532ae9eb486e8be47d9 /meta/packages/matchbox-theme-sato | |
parent | cdaaa55f34a3ce0b1be82513fd758410187fa202 (diff) | |
download | poky-2f3ca937d66ce6b9f2bdb1c09fbf066818ac92f4.tar.gz |
matchbox-theme-sato: unify recipes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4172 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-theme-sato')
4 files changed, 13 insertions, 24 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 index 74bcef14ca..30b632934e 100644 --- a/meta/packages/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb +++ b/meta/packages/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb | |||
@@ -1,14 +1,9 @@ | |||
1 | DESCRIPTION = "Matchbox window manager 2 Sato themes" | 1 | require matchbox-theme-sato.inc |
2 | LICENSE = "CC-BY-SA3" | 2 | |
3 | DEPENDS = "matchbox-wm-2" | 3 | DEPENDS = "matchbox-wm-2" |
4 | SECTION = "x11/wm" | ||
5 | PV = "0.1+svnr${SRCREV}" | 4 | PV = "0.1+svnr${SRCREV}" |
6 | 5 | ||
7 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" | 6 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" |
8 | S = "${WORKDIR}/matchbox-sato" | 7 | S = "${WORKDIR}/matchbox-sato" |
9 | 8 | ||
10 | inherit autotools pkgconfig | ||
11 | |||
12 | EXTRA_OECONF = "--disable-matchbox-1 --enable-matchbox-2" | 9 | EXTRA_OECONF = "--disable-matchbox-1 --enable-matchbox-2" |
13 | |||
14 | FILES_${PN} += "${datadir}/themes" | ||
diff --git a/meta/packages/matchbox-theme-sato/matchbox-theme-sato.inc b/meta/packages/matchbox-theme-sato/matchbox-theme-sato.inc new file mode 100644 index 0000000000..a20596e6db --- /dev/null +++ b/meta/packages/matchbox-theme-sato/matchbox-theme-sato.inc | |||
@@ -0,0 +1,8 @@ | |||
1 | DESCRIPTION = "Matchbox window manager Sato themes" | ||
2 | LICENSE = "CC-BY-SA3" | ||
3 | DEPENDS = "matchbox-wm" | ||
4 | SECTION = "x11/wm" | ||
5 | |||
6 | inherit autotools pkgconfig | ||
7 | |||
8 | FILES_${PN} += "${datadir}/themes" | ||
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 index eb903a19c5..f2e2ffd4e4 100644 --- a/meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb +++ b/meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb | |||
@@ -1,11 +1,3 @@ | |||
1 | DESCRIPTION = "Matchbox window manager Sato themes" | 1 | require matchbox-theme-sato.inc |
2 | LICENSE = "CC-BY-SA3" | ||
3 | DEPENDS = "matchbox-wm" | ||
4 | SECTION = "x11/wm" | ||
5 | 2 | ||
6 | SRC_URI = "http://pokylinux.org/releases/sato/matchbox-theme-sato-0.1.tar.gz" | 3 | 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 | |||
diff --git a/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb b/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb index d42f6421ed..2641edca65 100644 --- a/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb +++ b/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb | |||
@@ -1,12 +1,6 @@ | |||
1 | DESCRIPTION = "Matchbox window manager Sato themes" | 1 | require matchbox-theme-sato.inc |
2 | LICENSE = "CC-BY-SA3" | 2 | |
3 | DEPENDS = "matchbox-wm" | ||
4 | SECTION = "x11/wm" | ||
5 | PV = "0.1+svnr${SRCREV}" | 3 | PV = "0.1+svnr${SRCREV}" |
6 | 4 | ||
7 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" | 5 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" |
8 | S = "${WORKDIR}/matchbox-sato" | 6 | S = "${WORKDIR}/matchbox-sato" |
9 | |||
10 | inherit autotools pkgconfig | ||
11 | |||
12 | FILES_${PN} += "${datadir}/themes" | ||