[oe-commits] Ricardo Salveti : Adding e-applet at mamona-input-method's recipe.

GIT User account git at amethyst.openembedded.net
Thu Oct 23 21:34:44 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e6f43adf4f58aa2984c166cf62f0467a28aba917
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e6f43adf4f58aa2984c166cf62f0467a28aba917

Author: Ricardo Salveti <ricardo.salveti at openbossa.org>
Date:   Thu Oct 23 17:52:58 2008 -0300

Adding e-applet at mamona-input-method's recipe.

Even without the official icons, the build details are already at the recipe.
When we get the icons, we just need to update mamona-input-methods and the
git commit id.

Signed-off-by: Rodrigo Vivi <rodrigo.vivi at openbossa.org>

---

 conf/distro/include/sane-srcrevs.inc        |    2 +-
 packages/mamona/mamona-input-methods_git.bb |   27 ++++++++++++++++++++++++++-
 2 files changed, 27 insertions(+), 2 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 3ee3b42..bf12ce8 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -86,7 +86,7 @@ SRCREV_pn-linux-openmoko-devel ?= "04f54c7001fb609e11ff4b2b4575c04188dbefef"
 SRCREV_pn-llvm-gcc4 ?= "374"
 SRCREV_pn-llvm-gcc4-cross ?= "374"
 SRCREV_pn-maemo-mapper ?= "118"
-SRCREV_pn-mamona_input_methods ?= "60dd3771e4cea8fc13ffc1910e0dacbb22c32993"
+SRCREV_pn-mamona_input_methods ?= "05ee9bdc423bfceb7702d3b22cda0cb86d5ac383"
 SRCREV_pn-matchbox-desktop-2 ?= "1778"
 SRCREV_pn-matchbox-keyboard ?= "1910"
 SRCREV_pn-matchbox-keyboard-inputmethod ?= "1910"
diff --git a/packages/mamona/mamona-input-methods_git.bb b/packages/mamona/mamona-input-methods_git.bb
index 19e30ef..5ad9645 100644
--- a/packages/mamona/mamona-input-methods_git.bb
+++ b/packages/mamona/mamona-input-methods_git.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "http://dev.openbossa.org/trac/mamona/wiki"
 LICENSE = "GPL"
 SECTION = "libs/inputmethods"
 DEPENDS = "ecore"
-PR = "r1"
+PR = "r2"
 
 PV = "0.1+git"
 
@@ -40,6 +40,31 @@ FILES_${PN}-ecore-dbg = "\
             ${libdir}/ecore/immodules/.debug \
         "
 
+# E Applet
+PACKAGES += "\
+             ${PN}-e-applet \
+             ${PN}-e-applet-dev \
+             ${PN}-e-applet-dbg \
+         "
+RPROVIDES_${PN}-e-appet = "libmamona-im-e-applet"
+EXTRA_OECONF += "\
+            --enable-e-applet \
+        "
+FILES_${PN}-e-applet = "\
+            ${libdir}/enlightenment/modules/mamonaim/module.desktop \
+            ${libdir}/enlightenment/modules/mamonaim/mamonaim.edj \
+            ${libdir}/enlightenment/modules/mamonaim/e-module-mamonaim.edj \
+            ${libdir}/enlightenment/modules/mamonaim/*.png \
+            ${libdir}/enlightenment/modules/mamonaim/*/module.so \
+        "
+FILES_${PN}-e-applet-dev = "\
+            ${libdir}/enlightenment/modules/mamonaim/*/module.la \
+            ${libdir}/enlightenment/modules/mamonaim/*/module.a \
+        "
+FILES_${PN}-e-applet-dbg = "\
+            ${libdir}/enlightenment/modules/mamonaim/*/.debug \
+        "
+
 do_configure_prepend() {
     ./autogen.sh
 }





More information about the Openembedded-commits mailing list