mokosuite2: removed phone and panel from appbunch in favour of dedicated applications
authorDaniele Ricci <daniele.athome@gmail.com>
Tue, 21 Dec 2010 18:32:06 +0000 (18:32 +0000)
committerMartin Jansa <Martin.Jansa@gmail.com>
Tue, 21 Dec 2010 20:46:28 +0000 (21:46 +0100)
* mokosuite2 SRCREV bump
* mokohome SRCREV BUMP
* libmokosuite2 SRCREV BUMP
* mokopanel: new recipe
* mokophone: new recipe

Signed-off-by: Daniele Ricci <daniele.athome@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/mokosuite2/libmokosuite_git.bb
recipes/mokosuite2/mokohome_git.bb
recipes/mokosuite2/mokopanel_git.bb [new file with mode: 0644]
recipes/mokosuite2/mokophone_git.bb [new file with mode: 0644]
recipes/mokosuite2/mokosuite2_git.bb

index 586809b..72b4070 100644 (file)
@@ -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"
index 33b74bf..2b077d3 100644 (file)
@@ -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 (file)
index 0000000..4ec71c5
--- /dev/null
@@ -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 (file)
index 0000000..b80a626
--- /dev/null
@@ -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
+}
index 7ac9b7a..698b658 100644 (file)
@@ -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"