summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-04-03 11:42:52 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-04-03 11:42:52 +0000
commit2f3ca937d66ce6b9f2bdb1c09fbf066818ac92f4 (patch)
treed7dc1c98ae86b5d33f59b532ae9eb486e8be47d9
parentcdaaa55f34a3ce0b1be82513fd758410187fa202 (diff)
downloadpoky-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
-rw-r--r--meta/packages/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb9
-rw-r--r--meta/packages/matchbox-theme-sato/matchbox-theme-sato.inc8
-rw-r--r--meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb10
-rw-r--r--meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb10
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 @@
1DESCRIPTION = "Matchbox window manager 2 Sato themes" 1require matchbox-theme-sato.inc
2LICENSE = "CC-BY-SA3" 2
3DEPENDS = "matchbox-wm-2" 3DEPENDS = "matchbox-wm-2"
4SECTION = "x11/wm"
5PV = "0.1+svnr${SRCREV}" 4PV = "0.1+svnr${SRCREV}"
6 5
7SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" 6SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http"
8S = "${WORKDIR}/matchbox-sato" 7S = "${WORKDIR}/matchbox-sato"
9 8
10inherit autotools pkgconfig
11
12EXTRA_OECONF = "--disable-matchbox-1 --enable-matchbox-2" 9EXTRA_OECONF = "--disable-matchbox-1 --enable-matchbox-2"
13
14FILES_${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 @@
1DESCRIPTION = "Matchbox window manager Sato themes"
2LICENSE = "CC-BY-SA3"
3DEPENDS = "matchbox-wm"
4SECTION = "x11/wm"
5
6inherit autotools pkgconfig
7
8FILES_${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 @@
1DESCRIPTION = "Matchbox window manager Sato themes" 1require matchbox-theme-sato.inc
2LICENSE = "CC-BY-SA3"
3DEPENDS = "matchbox-wm"
4SECTION = "x11/wm"
5 2
6SRC_URI = "http://pokylinux.org/releases/sato/matchbox-theme-sato-0.1.tar.gz" 3SRC_URI = "http://pokylinux.org/releases/sato/matchbox-theme-sato-0.1.tar.gz"
7
8inherit autotools pkgconfig
9
10FILES_${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 @@
1DESCRIPTION = "Matchbox window manager Sato themes" 1require matchbox-theme-sato.inc
2LICENSE = "CC-BY-SA3" 2
3DEPENDS = "matchbox-wm"
4SECTION = "x11/wm"
5PV = "0.1+svnr${SRCREV}" 3PV = "0.1+svnr${SRCREV}"
6 4
7SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" 5SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http"
8S = "${WORKDIR}/matchbox-sato" 6S = "${WORKDIR}/matchbox-sato"
9
10inherit autotools pkgconfig
11
12FILES_${PN} += "${datadir}/themes"