[oe-commits] Christian Rüb : stopwatch: Add version 1.4.0

git version control git at git.openembedded.org
Tue Feb 2 01:03:07 UTC 2010


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

Author: Christian Rüb <christian.rueb at gmx.net>
Date:   Mon Feb  1 17:33:39 2010 +0000

stopwatch: Add version 1.4.0

* use tarball not git for source
* preferred version is not git

Signed-off-by: Christian Rüb <christian.rueb at gmx.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/stopwatch/stopwatch_1.4.0.bb |   33 +++++++++++++++++++++++++++++++++
 recipes/stopwatch/stopwatch_git.bb   |    4 ++--
 2 files changed, 35 insertions(+), 2 deletions(-)

diff --git a/recipes/stopwatch/stopwatch_1.4.0.bb b/recipes/stopwatch/stopwatch_1.4.0.bb
new file mode 100644
index 0000000..91a1948
--- /dev/null
+++ b/recipes/stopwatch/stopwatch_1.4.0.bb
@@ -0,0 +1,33 @@
+DESCRIPTION = "Simple Qt based stop watch"
+AUTHOR = "Christof Musik"
+SECTION = "x11/applications"
+PRIORITY = "optional"
+HOMEPAGE = "http://git.senfdax.de"
+LICENSE = "GPL QPL"
+PR = "r0"
+
+inherit qt4x11
+
+SRC_URI = "http://openmoko.senfdax.de/sources/${PN}-${PV}.tar.gz;name=archive"
+
+SRC_URI[archive.md5sum] = "6cc756ea7a8fb94352eb2842d170f16c"
+SRC_URI[archive.sha256sum] = "ef4fdbb3ab44e950a56c55e38dd5ffc449f736fb5d99d2befe5bbfc715bcb919"
+
+do_configure() {
+    ${OE_QMAKE_QMAKE}
+}
+
+do_compile() {
+    oe_runmake
+}
+
+do_install() {
+    install -d ${D}/${bindir}
+    install -m 0755 ${S}/stopwatch ${D}/${bindir}
+    install -d ${D}/${datadir}/applications
+    install ${S}/desktop/stopwatch.desktop ${D}/${datadir}/applications/
+    install -d ${D}/${datadir}/pixmaps
+    install ${S}/desktop/stopwatch.png ${D}/${datadir}/pixmaps/
+    install -d ${D}/${datadir}/${PN}
+    install ${S}/desktop/om.style ${D}/${datadir}/${PN}/
+}
diff --git a/recipes/stopwatch/stopwatch_git.bb b/recipes/stopwatch/stopwatch_git.bb
index f0d40da..0732f56 100644
--- a/recipes/stopwatch/stopwatch_git.bb
+++ b/recipes/stopwatch/stopwatch_git.bb
@@ -4,13 +4,13 @@ SECTION = "x11/applications"
 PRIORITY = "optional"
 HOMEPAGE = "http://git.senfdax.de"
 LICENSE = "GPL QPL"
-DEPENDS = "qt4-x11-free"
+DEFAULT_PREFERRENCE = "-1"
 PV = "1.3.1+gitr${SRCREV}"
 PR = "r0"
 
 inherit qt4x11
 
-SRC_URI = "git://git.senfdax.de/git/stopwatch;protocol=http;tag=master;branch=master"
+SRC_URI = "git://git.senfdax.de/git/stopwatch;protocol=http"
 S = "${WORKDIR}/git/"
 
 do_configure() {





More information about the Openembedded-commits mailing list