aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mamona/mamona-input-methods_git.bb
AgeCommit message (Collapse)Author
2008-10-23Adding libmamona-im-gtk package in mamona-input-methods' recipe.Ricardo Salveti
Mamona-input-method already has the gtk input method, but we were not building it at the recipe.
2008-10-23Moving mamona-input-method applet to another recipe.Ricardo Salveti
Now that the main code from the applet is located at another git repository, created another recipe just for it.
2008-10-23mamona-input-methods: changing git address.Ricardo Salveti
2008-10-23Adding e-applet at mamona-input-method's recipe.Ricardo Salveti
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>
2008-10-23mamona-input-method provides libmamona-im0 instead of libmamona-im as it was ↵Rodrigo Vivi
on its RPROVIDES and on task-mamona RDEPENDS.
2008-10-23Just changing the SECTION of mamona-input-methods.Ricardo Salveti
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.
2008-10-23Adding RPROVIDES at mamona-input-methods.Ricardo Salveti
With this we can just put the libraries at RDEPENDS of any package.
2008-10-23Adding the recipe of mamona-input-methods.Ricardo Salveti
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.