summaryrefslogtreecommitdiff
path: root/inputmethod/ibus-python
AgeCommit message (Collapse)AuthorFilesLines
2016-03-02ibus, ibus-python: Update to 1.5.13ryoon1-1/+2
* Buildlink libX11 to ibus-python to fix build Changelog: 1.5.13 src: Use cache file for compose table for launching time 7241f66 d5bf50c 706ba01 97e28cc Add SetCursorLocationRelative D-Bus method (Daiki Ueno) (Rui Matos) b51c620 1.5.12 check for x11 for the ui too (Marc-Antoine Perennou) c0ced65 ibus-daemon update user cache when user observed path is updated 1d67867 panel: Constrain the candidate area to the current monitor bounds (Alexey Kotlyarov) 4a8024b panel: Fix the default position of property panel with dual monitors 3ebeb65 setup: Fix PyGIWarning: GdkX11 was imported without specifying a version 49f3a73 engine: Change language code from ISO 639-2 to ISO 639-1 in simple.xml 3af58fa
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2015-04-13Removing python26. EOL'd quite some ago and discussed a couple times onrodent1-2/+2
tech-pkg@ and pkgsrc-users@.
2014-07-12Note that imcompatibility with python26 came from py-gobject3.obache1-2/+2
2014-07-12exactly tell PYTHON2 too, to avoid unwanted detection of builtin `python2'.obache1-1/+2
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-3/+2
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2013-12-10py-gobject3 no longer supports Python 2.6, fix dependency fallout.jperkin1-1/+4
2013-10-23Import ibus-python-1.5.4 as inputmethod/ibus-python.obache3-0/+161
IBus means an Intelligent Input Bus. It is a new input framework for Linux OS. It provides full featured and user friendly input method user interface. It also may help developers to develop input method easily. This package provide Python library for IBus.