diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-08-06 23:51:34 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-08-07 02:49:56 +0200 |
commit | 8aaba52bea14032340a37959af4a57047cb03c1b (patch) | |
tree | a8e45a14240e95aa7058c8f88476448f831a274f /recipes/freesmartphone/opimd-utils_git.bb | |
parent | c579f58d519f6e2e58a3b5acc52fc3d9cd953c3d (diff) |
freesmartphone: catch up with milestone5.5 and SHR/import
Diffstat (limited to 'recipes/freesmartphone/opimd-utils_git.bb')
-rw-r--r-- | recipes/freesmartphone/opimd-utils_git.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes/freesmartphone/opimd-utils_git.bb b/recipes/freesmartphone/opimd-utils_git.bb new file mode 100644 index 0000000000..5031ae5c13 --- /dev/null +++ b/recipes/freesmartphone/opimd-utils_git.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "Test scripts for freesmartphone.org opimd interface" +HOMEPAGE = "http://freesmartphone.org" +LICENSE ?= "GPL" +SECTION = "x11/application" +PV = "0.0.2+gitr${SRCREV}" +PR = "r0" + +inherit setuptools + +SRC_URI = "git://git.shr-project.org/repo/opimd-utils.git;protocol=http" +S = "${WORKDIR}/git" + +RDEPENDS = "\ + python-elementary \ + python-edbus \ + python-codecs \ + python-shell \ + \ + shr-settings \ + shr-theme \ + frameworkd \ + pyphonelog \ +" + +FILES_${PN} += "${sysconfdir}/X11/Xsession.d/89opimd-notifier" +FILES_${PN} += "${prefix}/share/applications/" +FILES_${PN} += "${prefix}/share/pixmaps/opimd-utils/" |