blob: 5031ae5c1347c9d95aa94d1de4557d8b32e80f3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
DESCRIPTION = "Test scripts for freesmartphone.org opimd interface"
HOMEPAGE = "http://freesmartphone.org"
LICENSE ?= "GPL"
SECTION = "x11/application"
PV = "0.0.2+gitr${SRCREV}"
PR = "r0"
inherit setuptools
SRC_URI = "git://git.shr-project.org/repo/opimd-utils.git;protocol=http"
S = "${WORKDIR}/git"
RDEPENDS = "\
python-elementary \
python-edbus \
python-codecs \
python-shell \
\
shr-settings \
shr-theme \
frameworkd \
pyphonelog \
"
FILES_${PN} += "${sysconfdir}/X11/Xsession.d/89opimd-notifier"
FILES_${PN} += "${prefix}/share/applications/"
FILES_${PN} += "${prefix}/share/pixmaps/opimd-utils/"
|