[email protected] (Łukasz Pankowski) writes:

> "Klaus 'mrmoku' Kurzmann" <[email protected]> writes:
>
>>> Hi,
>>> 
>>> ffphonelog
>>> ----------
>>> 
>>> I suddenly decided to try to write a phone log in Vala, using
>>> Elementary, and could not stop until it is usable :).  Highly inspired
>>> by pyphonelog GUI (even uses its icons).
>>> 
>>> Would you be interested to host the git repo of ffphonelog in SHR git
>>> repo? If so, I would be happy to push it there and send updated bb
>>> recipe here.
>>
>> sure thing. I added the repo to gitosis.
>> git+ssh://[email protected]/ffphonelog.git
>
> Thanks, so here is the recipe, works for me. Now ffphonelog clears new
> status from new calls.

Hi. Unfortunately there was a bug that, actually, prevented clearing new
status from new calls, so here is an updated patch (or simply bump to
d59853f8f777d943c0e3791c1d17af82d794040c, if already applied).

>From 3289c1387c191b626b8d71773acf05a2854777b0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= <[email protected]>
Date: Mon, 11 Oct 2010 09:16:06 +0200
Subject: [PATCH] ffphonelog: new recipe from SHR

---
 recipes/ffphonelog/ffphonelog_git.bb |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)
 create mode 100644 recipes/ffphonelog/ffphonelog_git.bb

diff --git a/recipes/ffphonelog/ffphonelog_git.bb b/recipes/ffphonelog/ffphonelog_git.bb
new file mode 100644
index 0000000..1d47256
--- /dev/null
+++ b/recipes/ffphonelog/ffphonelog_git.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "Finger friendly phonelog"
+AUTHOR = "Łukasz Pankowski <[email protected]>"
+HOMEPAGE = "http://www.opkg.org/package_343.html";
+SECTION = "x11/applications"
+PRIORITY = "optional"
+LICENSE = "GPLv3"
+DEPENDS = "libeflvala"
+RDEPENDS_${PN} = "phoneuid"
+PV = "0.1+gitr${SRCPV}"
+PR = "r0"
+
+SRC_URI = "git://git.shr-project.org/repo/ffphonelog.git;protocol=http;branch=master"
+
+SRCREV = "d59853f8f777d943c0e3791c1d17af82d794040c"
+S = "${WORKDIR}/git"
+
+PACKAGES = "${PN} ${PN}-dbg"
+FILES_${PN} += "${datadir}/applications ${datadir}/pixmaps"
+
+do_install() {
+	oe_runmake install DESTDIR=${D}
+}
+
+MAINTAINER = "Łukasz Pankowski <[email protected]>"
-- 
1.7.1

_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to