[oe-commits] Daniele Ricci : mokosuite2: removed phone and panel from appbunch in favour of dedicated applications

git version control git at git.openembedded.org
Thu Dec 23 18:44:15 UTC 2010


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

Author: Daniele Ricci <daniele.athome at gmail.com>
Date:   Tue Dec 21 18:32:06 2010 +0000

mokosuite2: removed phone and panel from appbunch in favour of dedicated applications

* mokosuite2 SRCREV bump
* mokohome SRCREV BUMP
* libmokosuite2 SRCREV BUMP
* mokopanel: new recipe
* mokophone: new recipe

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

---

 recipes/mokosuite2/libmokosuite_git.bb |    4 ++--
 recipes/mokosuite2/mokohome_git.bb     |    2 +-
 recipes/mokosuite2/mokopanel_git.bb    |   23 +++++++++++++++++++++++
 recipes/mokosuite2/mokophone_git.bb    |   23 +++++++++++++++++++++++
 recipes/mokosuite2/mokosuite2_git.bb   |    2 +-
 5 files changed, 50 insertions(+), 4 deletions(-)

diff --git a/recipes/mokosuite2/libmokosuite_git.bb b/recipes/mokosuite2/libmokosuite_git.bb
index 586809b..72b4070 100644
--- a/recipes/mokosuite2/libmokosuite_git.bb
+++ b/recipes/mokosuite2/libmokosuite_git.bb
@@ -2,12 +2,12 @@ DESCRIPTION = "Desktop environment and phone stack GUI for SHR - core library"
 HOMEPAGE = "http://gitorious.org/mokosuite2"
 AUTHOR = "Daniele Ricci"
 LICENSE = "GPLv3"
-DEPENDS = "elementary libfreesmartphone-glib libphone-utils eggdbus glib-2.0 dbus-glib alsa-lib db sqlite3 vala-native edje-native"
+DEPENDS = "elementary libfreesmartphone-glib libphone-utils eggdbus glib-2.0 dbus-glib alsa-lib db sqlite3 vala-native edje-native libnotify"
 SECTION = "misc/utils"
 
 PV = "1.0.99+gitr${SRCPV}"
 PR = "r1"
-SRCREV = "d8e5a780d93ba2c22514502ad9cca0ba66ff7b9d"
+SRCREV = "5f53727c1ec3539464a2c80f18acdbc8a7795678"
 
 SRC_URI = "git://gitorious.org/mokosuite2/libmokosuite.git;protocol=git"
 S = "${WORKDIR}/git"
diff --git a/recipes/mokosuite2/mokohome_git.bb b/recipes/mokosuite2/mokohome_git.bb
index 33b74bf..2b077d3 100644
--- a/recipes/mokosuite2/mokohome_git.bb
+++ b/recipes/mokosuite2/mokohome_git.bb
@@ -6,7 +6,7 @@ DEPENDS = "libmokosuite edje-native"
 SECTION = "misc/utils"
 
 PV = "1.0.99+gitr${SRCPV}"
-SRCREV = "c7126d6a754b58add0f76d1994a92e2be60705df"
+SRCREV = "21b6a4d72236829acdd6ef9525d107227c6cab1b"
 
 SRC_URI = "git://gitorious.org/mokosuite2/mokohome.git;protocol=git"
 S = "${WORKDIR}/git"
diff --git a/recipes/mokosuite2/mokopanel_git.bb b/recipes/mokosuite2/mokopanel_git.bb
new file mode 100644
index 0000000..4ec71c5
--- /dev/null
+++ b/recipes/mokosuite2/mokopanel_git.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "Desktop environment and phone stack GUI for SHR - dock panel and idle screen"
+HOMEPAGE = "http://gitorious.org/mokosuite2"
+AUTHOR = "Daniele Ricci"
+LICENSE = "GPLv3"
+DEPENDS = "libmokosuite libfreesmartphone-glib glib-2.0 dbus-glib elementary vala-native edje-native"
+SECTION = "misc/utils"
+
+PV = "1.0.99+gitr${SRCPV}"
+SRCREV = "a7140f6aba2de7d7ec69349c89b647c391dcc832"
+
+SRC_URI = "git://gitorious.org/mokosuite2/mokopanel.git;protocol=git"
+S = "${WORKDIR}/git"
+
+PARALLEL_MAKE = ""
+
+EXTRA_OECONF = " --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc --enable-debug"
+FILES_${PN} += "${datadir}/mokosuite/panel"
+
+inherit autotools
+
+do_install_append() {
+    ln -s themes/gry.edj ${D}${datadir}/mokosuite/panel/theme.edj
+}
diff --git a/recipes/mokosuite2/mokophone_git.bb b/recipes/mokosuite2/mokophone_git.bb
new file mode 100644
index 0000000..b80a626
--- /dev/null
+++ b/recipes/mokosuite2/mokophone_git.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "Desktop environment and phone stack GUI for SHR - phone application"
+HOMEPAGE = "http://gitorious.org/mokosuite2"
+AUTHOR = "Daniele Ricci"
+LICENSE = "GPLv3"
+DEPENDS = "libmokosuite libfreesmartphone-glib libphone-utils alsa-lib glib-2.0 dbus-glib elementary vala-native edje-native"
+SECTION = "misc/utils"
+
+PV = "1.0.99+gitr${SRCPV}"
+SRCREV = "ff9029c6ba64e90aa26cb70eedfc63071e095d78"
+
+SRC_URI = "git://gitorious.org/mokosuite2/mokophone.git;protocol=git"
+S = "${WORKDIR}/git"
+
+PARALLEL_MAKE = ""
+
+EXTRA_OECONF = " --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc --enable-debug"
+FILES_${PN} += "${datadir}/mokosuite/phone"
+
+inherit autotools
+
+do_install_append() {
+    ln -s themes/gry.edj ${D}${datadir}/mokosuite/phone/theme.edj
+}
diff --git a/recipes/mokosuite2/mokosuite2_git.bb b/recipes/mokosuite2/mokosuite2_git.bb
index 7ac9b7a..698b658 100644
--- a/recipes/mokosuite2/mokosuite2_git.bb
+++ b/recipes/mokosuite2/mokosuite2_git.bb
@@ -7,7 +7,7 @@ SECTION = "misc/utils"
 
 PV = "1.0.99+gitr${SRCPV}"
 PR = "r2"
-SRCREV = "c2fbbf1de2694d6fb1031efb1a1c9335bd33e8e3"
+SRCREV = "da6981b5c9426f68d616bebb9a62b8337a21ad60"
 
 SRC_URI = "git://gitorious.org/mokosuite2/appbunch.git;protocol=git"
 S = "${WORKDIR}/git"





More information about the Openembedded-commits mailing list