aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/shr-today_git.bb
blob: c6947cf3ca4bcd9eec40a6c7f2625622f7eaa80c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 = "python-elementary python-dbus python-edbus python-ecore"
SECTION = "x11/applications"

PV = "0.0.1-gitr${SRCREV}"
PR = "r0"

inherit setuptools

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"