From ac8a958bbdaf6ab6dd8c65fa0b3454173be37c97 Mon Sep 17 00:00:00 2001 From: Michele Brocco Date: Sun, 6 Mar 2011 15:33:23 +0000 Subject: sensmon: Added to feed version 0.21 Signed-off-by: Michele Brocco Signed-off-by: Martin Jansa --- recipes/sensmon/libsensmon_git.bb | 20 ++++++++++++++++++++ recipes/sensmon/sensmon_git.bb | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 recipes/sensmon/libsensmon_git.bb create mode 100644 recipes/sensmon/sensmon_git.bb diff --git a/recipes/sensmon/libsensmon_git.bb b/recipes/sensmon/libsensmon_git.bb new file mode 100644 index 0000000000..609c7b274a --- /dev/null +++ b/recipes/sensmon/libsensmon_git.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Library for easy-accessing the sensors supported by sensmon" +AUTHOR = "Michele Brocco " +PRIORITY = "optional" +LICENSE = "GPLv3" +DEPENDS = "glib-2.0" +RDEPENDS_${PN} = "glib-2.0" +RSUGGESTS_${PN} = "" +PV = "0.1+gitr${SRCPV}" +PR = "r1" + +SRC_URI = "git://gitorious.org/sensor-monitor/libsensmon.git;protocol=git;branch=master" + +SRCREV = "1e986a6d84d4a63ffa85a049bdfced00bad8d97a" +S = "${WORKDIR}/git" + +inherit autotools vala + +FILES_${PN} += "${datadir}/${PN} ${datadir}/applications ${datadir}/pixmaps" + +MAINTAINER = "Michele Brocco " diff --git a/recipes/sensmon/sensmon_git.bb b/recipes/sensmon/sensmon_git.bb new file mode 100644 index 0000000000..208164fb8f --- /dev/null +++ b/recipes/sensmon/sensmon_git.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Vala application for monitoring raw sensor values on the handheld" +AUTHOR = "Michele Brocco " +PRIORITY = "optional" +LICENSE = "GPLv3" +DEPENDS = "glib-2.0 gtk+ libgee cairo libsensmon" +RDEPENDS_${PN} = "glib-2.0 gtk+ libgee cairo" +RSUGGESTS_${PN} = "" +PV = "0.21+gitr${SRCPV}" +PR = "r1" + +SRC_URI = "git://gitorious.org/sensor-monitor/sensor-monitor.git;protocol=git;branch=master" + +SRCREV = "bb2f8dfd5615abec96cc3e19a354e24a22991a4c" +S = "${WORKDIR}/git" + +inherit autotools vala + +FILES_${PN} += "${datadir}/${PN} ${datadir}/applications ${datadir}/pixmaps" + +MAINTAINER = "Michele Brocco " -- cgit 1.2.3-korg