summaryrefslogtreecommitdiff
path: root/inputmethod/ibus-anthy/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2014-11-03Update ibus-anthy to 1.5.6.obache1-3/+2
* Fixed deprecated GtkHBox, GtkVBox and GtkStock since GTK+ 3.10. * Fixed deprecated warnings with python3-gobject 3.13.3. * Set max-width-chars property in ibus-anthy-setup wrapped GtkLabel. * Set a parent window from 'IBUS_SETUP_XID' environment variable in setup. * Replare FileNotFoundError with IOError for python2 compatibility. (#1736) * Changed fequency 500 to 0. * Added Emoji dictionary. * Set preview_lines to -1 in zip code. * Added search entry in view dictionary dialog. * Fixed Gtk.SearchEntry.search-changed signal for gtk 3.8.
2014-05-17Bump applications PKGREVISIONs for python users that might be usingwiz1-1/+2
python3, since the default changed from python33 to python34. I probably bumped too many. I hope I got them all.
2014-04-06Update ibus-anthy to 1.5.5.obache1-6/+4
* Fixed IOError in print sys.stderr when the parent process exits. * Added python3. * Launched an error dialog when .anthy/last-record2_default.utf8 is broken. Wile here, expressly configure as default-layout=default (instead of default "jp")
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-2/+3
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-11-26py-gobject3 is required, and gobject-introspection is just required to build.obache1-1/+4
Bump PKGREVISION.
2013-10-23Update ibus-anthy to 1.5.4.obache1-5/+8
Released 1.5.4 Removed g_type_init() calls. Fixed ibus-engine-anthy --xml without display Fixed kana_voiced_consonant_no_rule for 'bo'. Fixed dicts. Updated symbol.t with Seiza. Added Era dict. Updated source files with the latest GPL 2.0. Imported anthy zipcode.t into ibus-anthy. Added to check the input purpose for gnome-shell password dialog. Implemented ISO 14755 with Ctrl+Shift+u in LATIN mode. Extracted prefix in ANTHY_ZIPCODE_FILE for sh test. Released 1.5.3 Minor release for worng configure.ac Released 1.5.2 Fixed some bugs. Added customizable Hiragana_Katakana key. Released 1.5.1 Cleaned up configure.ac and added anthy.i in tarball (#1571) setup: Look like a modal dialog when under gnome-control-center Fixed to convert yen to U+30FC in kana mode. (#1596) Removed deprecated GObject. Fixed unichr range (#957222) Enabled Latin mode with Shift key. Let Latin mode return FALSE (#1058) Changed GOBJECT_INTROSPECTION_CHECK to GOBJECT_INTROSPECTION_REQUIRE (#1620) Added Zenkaku_Hankaku to on-off keys. Sent IBus.PropState.UNCHECKED for ibus 1.5. Released 1.5.0 Added ibus menu customization. Added us layout table for Kana. Added keyboard layout customization. Enabled IBusProperty.symbol with ibus 1.5 . Add a .desktop file for ibus-setup-anthy Updated configure.ac to use ibus pygobject3. Converted pygtk2 to gir gtk3.
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-22Update ibus-anthy to 1.2.7.obache1-3/+2
Released 1.2.7 Added --with-layout option in configure for IBusEngineDesc. Added symbol and hotkeys property in IBusEngineDesc. Added --with-layout option in configure for IBusEngineDesc. New ibus 1.5 will use the IBusEngineDesc.layout but Japanese input method inherits the system keyboard layout so I added the configuration. Probably ibus-anthy would need IBusEngineDesc.layout = 'default'. Added symbol and hotkeys property in IBusEngineDesc. Fixed UTF-8 copyright on about dialog. Fixed undefined getuid in engine.py
2012-03-10bump PKGREVISION from python default change to 2.7.obache1-1/+2
2011-05-17Update ibus-anthy to 1.2.6.obache1-3/+2
* Updated translations. * Added an old character dict. * Updated Romaji table with Gairaigo. * Fixed the latest page_size for ibus.LookupTable.
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2010-12-01Update ibus-anthy to 1.2.5.obache1-2/+2
Fixed deleting voiced consonants. (#1148) Fixed romaji_typing_rule and kana_typing_rule receives UTF-8 keys. (#1146) Fixed the custom tables with new keys. Fixed SEGV when key tables are customized in new gconf. Added a warning for ibus. Supported ibus.engine.update_preedit_text_with_mode
2010-10-27Update ibus-anthy to 1.2.4.obache1-7/+2
bug fixes.
2010-10-16Upadte ibus-anthy to 1.2.3.obache1-2/+2
* Contributed fr.po by Humbert Julien
2010-10-16Update ibus-anthy to 1.2.2.20101015.obache1-4/+2
* Fixed NetBSD ENV issue (#1029) * Fixed commit_nth_segment * Added custom key table. * Updated anthy icon. * Added menu item labels. * Fix ATOK commit_selected_segment * Fix sh equal and swig include path. #883, #884
2010-09-04exactly pass localedir to configure.obache1-1/+2
2010-08-11Add workaround for upstream Issue#1029:obache1-1/+3
http://code.google.com/p/ibus/issues/detail?id=1029
2010-08-07Import ibus-anthy-1.2.1 as inputmethod/ibus-anthy.obache1-0/+41
The Anthy engine for IBus platform. It provides Japanese input method from libanthy.