aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/shr-today_git.bb
blob: 88a4db92f50dce65e6e97636aec0b55ce3790d25 (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${SRCPV}"
PR = "r1"

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"