aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/shr-wizard_git.bb
blob: 3517a1fb93f78d1772274fd6591405ab6d040b57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "An e17 module and a python app for the SHR first run wizard"
HOMEPAGE = "http://shr-project.org"
LICENSE = "GPL"
DEPENDS = "e-wm"
RDEPENDS_${PN} = "python-elementary shr-settings python-phoneutils e-wm python-dbus python-edbus"
SECTION = "x11/application"
SRCREV = "24450cba257e7057045ad576530f158a03bd0f8b"
PV = "0.0.0+gitr${SRCPV}"
PR = "r2"

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/*/page_900.so"