Age | Commit message (Collapse) | Author | Files |
|
Mamona-input-method already has the gtk input method, but we were
not building it at the recipe.
|
|
Now that the main code from the applet is located at another git
repository, created another recipe just for it.
|
|
|
|
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>
|
|
on its RPROVIDES and on task-mamona RDEPENDS.
|
|
When creating the bb file I just put x11, but now looking at other
recipes I saw that we also have lib/inputmethods. Don't think
that this will really affect something, but it's better than just x11.
|
|
With this we can just put the libraries at RDEPENDS of any
package.
|
|
At the moment mamona-input-methods has both ecore and gtk support,
but it's compiling just the ecore-im as we don't want it to compile
everything it needs to support gtk-im.
In the future, if we want or need, we can just modify the recipe
to compile the gtk-im, or create another recipe just for this.
|