Commit graph

18 commits

Author SHA1 Message Date
obache
6292c47390 Update ibus-anthy to 1.5.6.
* 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-11-03 08:53:53 +00:00
wiz
3faf991a33 Bump applications PKGREVISIONs for python users that might be using
python3, since the default changed from python33 to python34.

I probably bumped too many. I hope I got them all.
2014-05-17 16:10:41 +00:00
obache
489922cd04 Update ibus-anthy to 1.5.5.
* 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-04-06 04:24:19 +00:00
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
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.
2014-01-25 10:29:56 +00:00
obache
70bf2b96bf py-gobject3 is required, and gobject-introspection is just required to build.
Bump PKGREVISION.
2013-11-26 11:22:15 +00:00
obache
cfe0272a22 Update ibus-anthy to 1.5.4.
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.
2013-10-23 12:09:28 +00:00
asau
691a200a94 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:25:10 +00:00
obache
f716657d36 Update ibus-anthy to 1.2.7.
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-04-22 13:58:21 +00:00
obache
214f3a9a55 bump PKGREVISION from python default change to 2.7. 2012-03-10 10:56:12 +00:00
obache
235ab2a043 Update ibus-anthy to 1.2.6.
* Updated translations.
* Added an old character dict.
* Updated Romaji table with Gairaigo.
* Fixed the latest page_size for ibus.LookupTable.
2011-05-17 11:58:44 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
obache
4eba3aab66 Update ibus-anthy to 1.2.5.
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-12-01 11:16:26 +00:00
obache
360e23e4e4 Update ibus-anthy to 1.2.4.
bug fixes.
2010-10-27 04:19:21 +00:00
obache
f3f4780c3a Upadte ibus-anthy to 1.2.3.
* Contributed fr.po by Humbert Julien
2010-10-16 15:19:45 +00:00
obache
919f12587f Update ibus-anthy to 1.2.2.20101015.
* 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-10-16 06:04:27 +00:00
obache
3593815b0b exactly pass localedir to configure. 2010-09-04 05:04:57 +00:00
obache
b89a42c52c Add workaround for upstream Issue#1029:
http://code.google.com/p/ibus/issues/detail?id=1029
2010-08-11 13:11:56 +00:00
obache
ca339b2b8e Import ibus-anthy-1.2.1 as inputmethod/ibus-anthy.
The Anthy engine for IBus platform. It provides Japanese input method from
libanthy.
2010-08-07 01:50:52 +00:00