mokomessages: new recipe
authorDaniele Ricci <daniele.athome@gmail.com>
Sat, 15 Jan 2011 17:57:34 +0000 (17:57 +0000)
committerKlaus Kurzmann <mok@fluxnetz.de>
Sat, 15 Jan 2011 19:12:29 +0000 (20:12 +0100)
MokoMessages - for reading and sending SMS messages

First version:
* Thread list
* Progressive message load
* Reply to messages

Signed-off-by: Daniele Ricci <daniele.athome@gmail.com>
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
recipes/mokosuite2/mokomessages_git.bb [new file with mode: 0644]

diff --git a/recipes/mokosuite2/mokomessages_git.bb b/recipes/mokosuite2/mokomessages_git.bb
new file mode 100644 (file)
index 0000000..ea5ece0
--- /dev/null
@@ -0,0 +1,23 @@
+DESCRIPTION = "Desktop environment and phone stack GUI for SHR - messages application"
+HOMEPAGE = "http://gitorious.org/mokosuite2"
+AUTHOR = "Daniele Ricci"
+LICENSE = "GPLv3"
+DEPENDS = "libmokosuite libfreesmartphone-glib libphone-utils glib-2.0 dbus-glib elementary edje-native"
+SECTION = "misc/utils"
+
+PV = "1.0.99+gitr${SRCPV}"
+SRCREV = "9d3f51f73d7ea9febcf59525ec6444b322238c7e"
+
+SRC_URI = "git://gitorious.org/mokosuite2/mokomessages.git;protocol=git"
+S = "${WORKDIR}/git"
+
+PARALLEL_MAKE = ""
+
+EXTRA_OECONF = " --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc --enable-debug"
+FILES_${PN} += "${datadir}/mokosuite/messages"
+
+inherit autotools
+
+do_install_append() {
+    ln -s themes/gry.edj ${D}${datadir}/mokosuite/messages/theme.edj
+}