aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/shr-today_git.bb
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-09-22 14:17:23 +0000
committerStefan Schmidt <stefan@datenfreihafen.org>2009-09-22 14:18:20 +0000
commit9887524ae3b1acd6ece8d85eaab2a6c7b5c8e1aa (patch)
tree6eb0128a73415522350d3c4e4c81520cbbf6d77c /recipes/shr/shr-today_git.bb
parent0f20b92b993b78479bae55673c2ee60562449dfd (diff)
downloadopenembedded-9887524ae3b1acd6ece8d85eaab2a6c7b5c8e1aa.tar.gz
shr-today: Add recipe (from SHR)
Diffstat (limited to 'recipes/shr/shr-today_git.bb')
-rw-r--r--recipes/shr/shr-today_git.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/shr/shr-today_git.bb b/recipes/shr/shr-today_git.bb
new file mode 100644
index 0000000000..c6947cf3ca
--- /dev/null
+++ b/recipes/shr/shr-today_git.bb
@@ -0,0 +1,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"
+