aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/shr-today_git.bb
blob: 88e406df8d88c6491e8ab0f8b367e4c0fc68ad2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "python-elementary and opimd based lock and today screen for the SHR distribution"
HOMEPAGE = "http://wiki.github.com/slyon/today"
SHR_RELEASE ?= "shr"
LICENSE ?= "GPL"
RDEPENDS_${PN} = "python-edje python-dbus python-edbus python-ecore"
SECTION = "x11/applications"

SRCREV = "7b69649a9df0e85f0c0f7985fd1d93543c3b11e2"
PV = "0.0.1+gitr${SRCPV}"
PR = "r2"

inherit distutils

SRC_URI = "git://github.com/slyon/today.git;protocol=http"
S = "${WORKDIR}/git"

FILES_${PN} += "/etc/shr-today.conf"
FILES_${PN} += "/usr/share/shr-today"
FILES_${PN} += "/etc/X11/Xsession.d/89shr-today"
CONFFILES_${PN} += "/etc/shr-today.conf"