"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.
>From 53a3567ecfe39fad71d27f5aefda0bcb30190312 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..84b3560
--- /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 = "5c80d1fe4e24a83fe088bccadcbf4622840013ca"
+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
>
>
>>
>> Basically it works, but still lacks some features pyphonelog has,
>> mainly:
>>
>> - It does not clear new missed calls status (easy to fix).
>>
>> - It fetches a hard coded (not configurable at the moment) number of 30
>> entries for each view, but does it asynchronously.
>>
>> It seems (not thoroughly tested nor checked in the code) that number
>> of elements you request in opimd query has an impact on the time of
>> preparation of the reply, even if you later retrieve a small chunk,
>> even a single item. It is interesting how easily fixable this is.
>>
>> - some contact names are not resolved properly due to unfinished mapping
>> from dbus types in a{sv} when v is not a simple type.
>>
>> - dbus errors are not yet handled.
>>
>> For a screenshot see
>> http://ffalarms.projects.openmoko.org/images/ffphonelog.png
>>
>> For source links and ipk package see:
>> http://www.opkg.org/package_343.html
>>
>> Best,
>> Łukasz
_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel