diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-09-21 14:28:41 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-09-23 11:00:27 +0200 |
commit | e10963aee9b4c6fa86fd2ead201c231612332497 (patch) | |
tree | 5baee106233487f90d666a492aebdc4b716a483a /recipes/openmoko-3rdparty/mokosuite2_git.bb | |
parent | 14b121c2e08fdbdf97451b50e1fe9b6c6dab512c (diff) |
mokowm,mokosuite: update recipes, sources are now in git
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/openmoko-3rdparty/mokosuite2_git.bb')
-rw-r--r-- | recipes/openmoko-3rdparty/mokosuite2_git.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/openmoko-3rdparty/mokosuite2_git.bb b/recipes/openmoko-3rdparty/mokosuite2_git.bb new file mode 100644 index 0000000000..e01cfb4110 --- /dev/null +++ b/recipes/openmoko-3rdparty/mokosuite2_git.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Desktop environment and phone stack GUI for SHR" +HOMEPAGE = "http://gitorious.org/mokosuite2" +AUTHOR = "Daniele Ricci" +LICENSE = "GPLv3" +DEPENDS = "mokowm elementary libfreesmartphone-glib libphone-utils eggdbus glib-2.0 dbus-glib alsa-lib db sqlite3" +SECTION = "misc/utils" + +PV = "1.0.99+gitr${SRCPV}" +SRCREV = "b06f0d5ee9a8b3aef1be9c084975a8a08a3b3213" + +SRC_URI = "git://gitorious.org/mokosuite2/appbunch.git;protocol=git" +S = "${WORKDIR}/git" + +PARALLEL_MAKE = "" + +CFLAGS += "-DOPENMOKO" +EXTRA_OECONF = " --enable-contactsdb-sqlite --enable-settings-config --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" +FILES_${PN} += "${datadir}/mokosuite ${sysconfdir}/dbus-1 ${sysconfdir}/X11 ${sysconfdir}/mokosuite.conf {$datadir}/applications" +CONFFILES_${PN} = "${sysconfdir}/mokosuite.conf" + +inherit pkgconfig autotools |