diff options
Diffstat (limited to 'meta/recipes-sato/matchbox-theme-sato')
4 files changed, 37 insertions, 0 deletions
diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb new file mode 100644 index 0000000000..30b632934e --- /dev/null +++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require matchbox-theme-sato.inc | ||
2 | |||
3 | DEPENDS = "matchbox-wm-2" | ||
4 | PV = "0.1+svnr${SRCREV}" | ||
5 | |||
6 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" | ||
7 | S = "${WORKDIR}/matchbox-sato" | ||
8 | |||
9 | EXTRA_OECONF = "--disable-matchbox-1 --enable-matchbox-2" | ||
diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc new file mode 100644 index 0000000000..032dc2d6d5 --- /dev/null +++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc | |||
@@ -0,0 +1,13 @@ | |||
1 | DESCRIPTION = "Matchbox window manager Sato themes" | ||
2 | HOMEPAGE = "http://www.matchbox-project.org/" | ||
3 | BUGTRACKER = "http://bugzilla.openedhand.com/" | ||
4 | |||
5 | LICENSE = "CCPL" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=aae86bb34b0a83716ca09f4e783d6ba4" | ||
7 | |||
8 | DEPENDS = "matchbox-wm" | ||
9 | SECTION = "x11/wm" | ||
10 | |||
11 | inherit autotools pkgconfig | ||
12 | |||
13 | FILES_${PN} += "${datadir}/themes" | ||
diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.1.bb b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.1.bb new file mode 100644 index 0000000000..74fb8cf65a --- /dev/null +++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.1.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require matchbox-theme-sato.inc | ||
2 | |||
3 | PR = "r0" | ||
4 | |||
5 | SRC_URI = "http://pokylinux.org/releases/sato/matchbox-theme-sato-0.1.tar.gz" | ||
diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb new file mode 100644 index 0000000000..7d492353bf --- /dev/null +++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | require matchbox-theme-sato.inc | ||
2 | |||
3 | PV = "0.1+svnr${SRCREV}" | ||
4 | PR = "r0" | ||
5 | |||
6 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" | ||
7 | |||
8 | EXTRA_OECONF += "${@base_contains('MACHINE_FEATURES', 'qvga', '--with-mode=qvga', '',d)}" | ||
9 | |||
10 | S = "${WORKDIR}/matchbox-sato" | ||