diff options
Diffstat (limited to 'recipes/shr/shr-today_git.bb')
-rw-r--r-- | recipes/shr/shr-today_git.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes/shr/shr-today_git.bb b/recipes/shr/shr-today_git.bb deleted file mode 100644 index a82cca3abf..0000000000 --- a/recipes/shr/shr-today_git.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "python-elementary and opimd based lock and today screen for the SHR distribution" -HOMEPAGE = "http://wiki.github.com/slyon/today" -LICENSE = "GPL" -RDEPENDS_${PN} = "python-edje python-dbus python-edbus python-ecore" -SECTION = "x11/applications" - -SRCREV = "7b69649a9df0e85f0c0f7985fd1d93543c3b11e2" -PV = "0.0.1+gitr${SRCPV}" -PR = "r3" - -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" - |