shr-wizard_git.bb: new recipe
authorKlaus Kurzmann <mok@fluxnetz.de>
Fri, 4 Dec 2009 21:21:12 +0000 (22:21 +0100)
committerKlaus Kurzmann <mok@fluxnetz.de>
Fri, 4 Dec 2009 21:21:12 +0000 (22:21 +0100)
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
conf/distro/include/sane-srcrevs.inc
conf/distro/include/shr-autorev.inc
recipes/shr/shr-wizard_git.bb [new file with mode: 0644]

index d545b56..73cbd7f 100644 (file)
@@ -316,6 +316,7 @@ SRCREV_pn-shr-splash-theme-tux ?= "1cc80e26a4558dfc2268b349d9a1f468e515bcfb"
 SRCREV_pn-shr-theme ?= "9d7ca1cecb93022e5b890cd87756ac6f072710ca"
 SRCREV_pn-shr-theme-gtk-e17lookalike ?= "1cc80e26a4558dfc2268b349d9a1f468e515bcfb"
 SRCREV_pn-shr-today ?= "7b69649a9df0e85f0c0f7985fd1d93543c3b11e2"
+SRCREV_pn-shr-wizard ?= "35c1042d4547495033c04abb0c038f966a40e048"
 SRCREV_pn-sjf2410-linux-native ?= "4268"
 SRCREV_pn-socketcan-modules ?= "917"
 SRCREV_pn-socketcan-utils-test ?= "917"
index 122433b..9449b87 100644 (file)
@@ -13,4 +13,5 @@ SRCREV_pn-libphone-ui = "${AUTOREV}"
 SRCREV_pn-libphone-ui-shr = "${AUTOREV}"
 SRCREV_pn-libphone-utils = "${AUTOREV}"
 SRCREV_pn-opimd-utils = "${AUTOREV}"
+SRCREV_pn-shr-wizard = "${AUTOREV}"
 
diff --git a/recipes/shr/shr-wizard_git.bb b/recipes/shr/shr-wizard_git.bb
new file mode 100644 (file)
index 0000000..839bd2b
--- /dev/null
@@ -0,0 +1,16 @@
+DESCRIPTION = "An e17 module and a python app for the SHR first run wizard"
+HOMEPAGE = "http://shr-project.org"
+LICENSE = "GPL"
+RDEPENDS = "python-elementary shr-settings python-phoneutils e-wm python-dbus python-edbus"
+SECTION = "x11/application"
+PV = "0.0.0+gitr${SRCPV}"
+PR = "r0"
+
+inherit autotools
+
+SRC_URI = "git://git.shr-project.org/repo/shr-wizard.git;protocol=http;branch=master"
+S = "${WORKDIR}/git"
+
+FILES_${PN} += "${libdir}/enlightenment/modules/wizard/*/*"
+
+