[oe-commits] Sebastian Krzyszkowiak : shr-today: new recipe

git version control git at git.openembedded.org
Tue Sep 1 14:19:10 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 7b499b32187c14f99ae01055707088a5a6c3ab7d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7b499b32187c14f99ae01055707088a5a6c3ab7d

Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Tue Sep  1 16:16:13 2009 +0200

shr-today: new recipe

---

 conf/distro/include/shr-autorev.inc |    1 +
 recipes/shr/shr-today_git.bb        |   20 ++++++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/shr-autorev.inc b/conf/distro/include/shr-autorev.inc
index 6cd8934..ff66415 100644
--- a/conf/distro/include/shr-autorev.inc
+++ b/conf/distro/include/shr-autorev.inc
@@ -130,6 +130,7 @@ SRCREV_pn-intone = "${AUTOREV}"
 SRCREV_pn-connman = "aac35324deb8c0b57f881338d87cb36b0979e7df"
 SRCREV_pn-msn-pecan = "${AUTOREV}"
 SRCREV_pn-omgps = "${AUTOREV}"
+SRCREV_pn-shr-today = "${AUTOREV}"
 SRCREV_pn-shr-launcher = "${AUTOREV}"
 SRCREV_pn-e-tasks = "${AUTOREV}"
 SRCREV_pn-mokonnect = "${AUTOREV}"
diff --git a/recipes/shr/shr-today_git.bb b/recipes/shr/shr-today_git.bb
new file mode 100644
index 0000000..29e9e13
--- /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${SRCPV}"
+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"
+





More information about the Openembedded-commits mailing list