[oe-commits] Daniele Ricci : mokohome: new recipe for mokohome replacement from mokosuite2

git version control git at git.openembedded.org
Thu Dec 16 18:29:06 UTC 2010


Module: openembedded.git
Branch: shr/testing2011.1
Commit: 6cce18fe9f9d51e3347928ac097353991f0a9e2b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6cce18fe9f9d51e3347928ac097353991f0a9e2b

Author: Daniele Ricci <daniele.athome at gmail.com>
Date:   Tue Dec  7 07:53:03 2010 +0000

mokohome: new recipe for mokohome replacement from mokosuite2

MokoHome is an improved version of former mokohome contained
in package mokosuite2. It has a better configuration system
and it will support modules API for writing widgets.

Signed-off-by: Daniele Ricci <daniele.athome at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/mokosuite2/mokohome_git.bb |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

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





More information about the Openembedded-commits mailing list