]> code.ossystems Code Review - openembedded-core.git/commitdiff
recipe for mbwm2 sato theme
authorTomas Frydrych <tf@openedhand.com>
Fri, 21 Dec 2007 12:12:08 +0000 (12:12 +0000)
committerTomas Frydrych <tf@openedhand.com>
Fri, 21 Dec 2007 12:12:08 +0000 (12:12 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3367 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb [new file with mode: 0644]

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
new file mode 100644 (file)
index 0000000..74bcef1
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "Matchbox window manager 2 Sato themes"
+LICENSE = "CC-BY-SA3"
+DEPENDS = "matchbox-wm-2"
+SECTION = "x11/wm"
+PV = "0.1+svnr${SRCREV}"
+
+SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http"
+S = "${WORKDIR}/matchbox-sato"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-matchbox-1 --enable-matchbox-2"
+
+FILES_${PN} += "${datadir}/themes"