diff options
author | Ricardo Salveti <ricardo.salveti@openbossa.org> | 2008-10-23 17:52:58 -0300 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@openbossa.org> | 2008-10-23 17:52:58 -0300 |
commit | e6f43adf4f58aa2984c166cf62f0467a28aba917 (patch) | |
tree | e2b993f493543f14863d743f5e95836615f8e1f5 | |
parent | 10194a435e6211d5622fdf45cc0652c562c6c1bc (diff) |
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@openbossa.org>
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 2 | ||||
-rw-r--r-- | 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 3ee3b422e5..bf12ce835e 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 19e30ef175..5ad9645163 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 } |