Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ibus-anthy-1.5.17-160099.3.2 RPM for ppc64le

From OpenSuSE Leap 16.1 for ppc64le

Name: ibus-anthy Distribution: SUSE Linux 16
Version: 1.5.17 Vendor: SUSE LLC <https://www.suse.com/>
Release: 160099.3.2 Build date: Mon Jan 19 03:51:42 2026
Group: System/I18n/Japanese Build host: reproducible
Size: 1562424 Source RPM: ibus-anthy-1.5.17-160099.3.2.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/ibus/ibus-anthy
Summary: The Anthy engine for IBus input platform
The Anthy engine for IBus platform. It provides Japanese input method from
libanthy.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Mon Jan 19 2026 qzhao@suse.com
  - Update ibus-anthy.spec to get rid of update-desktop-files:
    * It often duplicates upstream translation effort, wasting a human
      work, both community translators and contracted ones.
    * Most of these translations are ~20 years old, and they were never
      reviewed, so it is possible that they are worse than the upstream
      ones. In the last 20 years it did not provide any way to upstream
      the changes and translations. The upstream translations got another
      20 years of development. Also Desktop Categories specification was
      updated, and the upstream specification now covers all aspects of
      former X-SuSE-* Categories extensions.
    * As a result, the SUSE desktop menu experience differs from other
      vendors. Applications have a different name, different translations,
      different placement in the structured menu etc.
    * Upstream translations have a wider impact.
    * Package maintainers have only a limited control over the contents
      visible to users. It is imported during the runtime, and the visible
      contents could be different from the contents in the package.
    * update-desktop-files is a complicated tool. It attempts to fix
      deprecated and obsolete stuff in the desktop files without even
      informing the developer that something was wrong and something was
      modified.
    * It uses a very complicated toolchain that requires access to SUSE
      intranet and access to OpenQA VPN. The complete toolchain setup was
      never published, so it has even problems with Open Source ideas.
    * It mixes SUSE-unique translations with translations that just
      duplicate the upstream translation effort. As a result it significantly
      increases number of strings to translate and decreases the quality of
      the translation.
    (jsc#PED-14507)
* Fri May 23 2025 qzhao@suse.com
  - Update to version 1.16.3:
    * Feature & Bug Fixes:
      Ignore Super modifier key 9ae92d7
      Update era.t with 2025 9231389
      Fix to load EN compose file 14b2759
      Revise CI e62e754 09cbef4 ff1a07a 8cbe542
    * Translation contributors:
      po: Update translation (French) (Léane GRASSER) d43b91b
      po: Update translation (Greek) (Giannis Antypas) 2919215
      po: Update translation (Kabyle) (ButterflyOfFire) 96e0da5
      po: Update translation (Indonesian) (Andika Triwidada) c529f8b
* Sun Apr 28 2024 jgwang@suse.com
  - Update to version 1.5.16
    * Fix CI
    * Fix to commit selected candidate with OSK
    * Fix pycotap detection (Maxim Cournoyer)
    * Update era.t with 2024
    * po: Update translation (Chinese (Simplified) (zh_CN))
* Sat Jan 20 2024 gmbr3@opensuse.org
  - Fixes for %_ibus_libexecdir moving to %_libexecdir (bsc#1174075)
* Sat Nov 25 2023 dmueller@suse.com
  - update to 1.5.15:
    * Add the escape_to_latin command as a vi-cooperative cancel
    * data: Update era.t with 2022
    * setup: Minimum candidate window page size to 1
    * travis: Move git master to main branch
    * data: Add icon tag in ibus-anthy.appdata.xml.in
    * engine: Enable IBus.Engine::has-focus-id property
    * engine: Fix page_up/page_down class methods
    * data: Update era.t with 2023
    * engine: Fix to find compose resource in IBus core
    * engine: Enable OSK mode
    * engine: Distinguish Super-space and space shortcut keys
    * Release 1.5.15
    * data: Update era.t with 2022 (fujiwarat) ed99353
    * setup: Minimum candidate window page size to 1
    * data: Add icon tag in ibus-anthy.appdata.xml.in
    * engine: Enable IBus.Engine::has-focus-id property
    * Add the escape_to_latin command as a vi-cooperative cancel
    * engine: Fix page_up/page_down class methods
    * data: Update era.t with 2023
    * engine: Fix to find compose resource in IBus core
    * engine: Enable OSK mode (fujiwarat) ddb7d64
    * engine: Distinguish Super-space and space shortcut keys
    * po: Add translation (Georgian) (Temuri Doghonadze) b65c6d9
    * po: Update translation (Turkish) (Oğuz Ersen) 3b290fe
    * po: Update translation (Japanese) (김인수) d2ed8c4
    * po: Update translation (Korean) (김인수) aa17a2e
    * po: Update translation (Finnish) (Jan Kuparinen) 5f9363a
    * po: Add translation (Sinhala) (Hela Basa) 7a0bf3d
    * po: Add translation (Swedish) (Luna Jernberg) a1c2233
* Sun May 08 2022 code@bnavigator.de
  - Update to version 1.5.14
    * data: Update era.t with 2021
    * tests: Check python3-pycotap.rpm in Fedora instead of pip
    * travis: git config pull.rebase false
    * Update translations
  - Release 1.5.13
    * tests: Output info to stderr instead of StringIO
    * Fix covscan result
    * data/gschema: Remove Ctrl+period in circle_kana_mode (#23)
  - Remove obsolete build dependency on python3-gobject2 but declare
    the forgotten runtime dependency on python3-gobject >= 3
* Sat May 08 2021 rpm@fthiessen.de
  - Update to version 1.5.12
    * Fix two emoji orders
    * Fix a regex pattern in engine.py
    * Keep preedit with reset signal
    * Update translations
  - SPEC file: Drop parts related to outdated openSUSE versions
* Wed Jan 20 2021 jgwang@suse.com
  - Update to version 1.5.11
    * Add Anthy.GContext.set_logger()
    * Added GTK_IM_MODULE=ibus
    * Add shortlog
    * Enabled tests on console
    * Enable to link anthy-unicode
    * Fixed a build error with a different srcdir
    * Fixed deprecated g_type_class_add_private() (#9)
    * Fixed some errors in the Makefile script
    * input mode should be changed even if the mode is hidden
    * Load $HOME/.XCompose file
    * Prefer gettext over intltool (#11) (Martin Blanchard)
    * Rename anthy.xml.in.in to anthy.inputMethod.xml.in.in
    * Rename to default.inputMethod.xml to use ibus.its
    * Replace appdata with metainfo (#10)
    * Replaced AC_PROG_LIBTOOL with LT_INIT
    * Set default input mode to Latin
    * Set GTK_IM_MODULE in test-console.sh
    * Updated emoji dictionary for emoji 12.0
    * Update po files
* Tue Nov 10 2020 qzhao@suse.com
  - Update ibus-anthy.spec: add a depending to anthy, to avoid the
    crash(bnc#1178502, jsc#ECO-3104).
* Fri Sep 20 2019 qzhao@suse.com
  - update ibus-anthy.spec: update to depending anthy-devel, make it
    can build successful in SLE15 and openSUSE-leap-15.
* Mon Apr 02 2018 hillwood@opensuse.org
  - Update version to 1.5.10
    * Fixed a warning in ibus-anthy.appdata.xml
    * Fix page_up, page_down, candidate_clicked
    * Fixed circle_typing_method for Alt-Romaji, Ctrl-/
    * Added Shift-F7 shortcut key to convert all to Katakana
    * tests: Add automation testing
    * Migrated DConf to GSettings
    * Added ISSUE_TEMPLATE
    * Updated emoji dictionary
    * Added po/es.po po/cs.po
  - Switch to python3.
* Sun May 21 2017 ftake@geeko.jp
  - update to 1.5.9
    * Renamed anthy.appdata.xml to ibus-anthy.appdata.xml
      and update information
    * Fixed environment variables in anthy.xml and scripts (#4)
    * Fixed __cmd_predict()
    * Enabled to click candidate and page up/down on Emoji lookup table
    * Updated Emoji dictionary for Unicode 9.0 and Emoji 3.0
  - update to 1.5.8
    * Updated URL in anthy.appdata.xml.in
    * Fixed bytes to str in thumb.py for python3
    * Fixed get_xkb_layout in thumb.py
    * setup: Delete a check button "Show input mode icon"
    * Implement "Automatically commit" with periods
    * Updated emoji.t
    * Fixed PyGIWarning: GdkX11 was imported without specifying a version
    * Added Variation Sector in emoji.t
    * Split emoji.t into emoji-each.t and emoji-emoji.t
* Thu Oct 01 2015 ftake@geeko.jp
  - fix no desktop DB update and icon theme cache update
* Tue Sep 22 2015 ftake@geeko.jp
  - Stop providing locale(ja)
    * Most of ja locale users do not need this anymore
  - Update the upstream URL
* Sat Jul 25 2015 ftake@geeko.jp
  - update to 1.5.7
    * Fixed no parent when click on shortcut keys
    * Updated emoji table
    * Added textdomain in default.xml
    * Added anthy.appdata.xml
    * Fixed to import sys
    * Added icon_prop_key support for IBus 1.5.11
* Sun Sep 28 2014 ftake@geeko.jp
  -update to 1.5.6
    * Remove references to deprecated GTK classes
    * Replace FileNotFoundError with IOError for Python 2
      (Fix bnc#898849)
    * Change fequencies of symbols from 500 to 0
    * Add emojis to the dictionary
    * Set preview_lines to -1 for zip code
    * Add search entry in the view dictionary dialog
* Thu Mar 20 2014 hillwood@linuxfans.org
  - update to 1.5.5
    * Fixed IOError in print sys.stderr when the parent process exits.
    * Added python3 (not enabled for this package).
    * Launched an error dialog when .anthy/last-record2_default.utf8 is broken.
    * Enabled python3 in data/zipcode-textdic.py
* Mon Feb 17 2014 fcrozat@suse.com
  - Move libanthygobject-1.0.so.5 to main package, devel package
    shouldn't be required by main package.
* Tue Oct 08 2013 hillwood@linuxfans.org
  - update to 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.
* Mon Jul 08 2013 hillwood@linuxfans.org
  - update to 1.5.3
    * Fixed some bugs
* Tue Jan 22 2013 hillwood@linuxfans.org
  - update to 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.
    * Added to sync the user config xml between versions.
    * Updated translations.
    * Added ibus menu customization.
    * Replaced the legacy icon gtk-preferences with preferences-desktop.
    * Added el.po.
    * Fixed to delete arch depended lines. (#884031)
* Fri Dec 14 2012 hillwood@linuxfans.org
  - update to 1.4.99.20121006.
    * Fixed GtkBuilder bindtextdomain in ibus-setup.
    * Updated configure.ac to use ibus pygobject3.
    * Fixed MBCS dict file names (#1479)
    * Add a .desktop file for ibus-setup-anthy
    * Added IBUS_VERSION_TEST to make sure the latest ibus is used.
    * First round of string fixes.
    * Added anthy themed icon.
    * Used ibus_config_get_values
    * Added old repeated chars in symbol.t and oldchar.t
    * Fixed IBus.Bus.get_config is null. (#848023)
    * Fixed GLib.Variant.dup_strv for pygobject3 3.3.4 or later. (#854161)
    * Fixed a UI string; katakana. (#1508)
    * Enabled IBusProperty.symbol with ibus 1.5 .
    * Fixed IBus.LookupTable->candidates->len > 0 (#860135)
    * Added keyboard layout customization.
    * Updated translations.
    * Update French translation
    * Disabled noinst data.
* Tue Jun 26 2012 tiwai@suse.de
  - back to version 1.2.7, as 1.4rc is still too unstable and
    doesn't work on M17N/12.1 systems at all
* Sat Jun 09 2012 hillwood@linuxfans.org
  - update to 1.3.99.20120327(1.4rc).
* Thu Jun 07 2012 hillwood@linuxfans.org
  - update to 1.2.7
* Fri Jul 22 2011 tiwai@suse.de
  - Add missing locale-specific provides tag (bnc#707712)
* Tue Jun 14 2011 swyear@gmail.com
  - Update to 1.2.6
    translation updates; gconf-SEGV fix; fixes for new ibus; etc
* Wed Mar 24 2010 tiwai@suse.de
  - fix file list
* Thu Jan 28 2010 mxwu@novell.com
  - Initial import

Files

/usr/lib64/girepository-1.0
/usr/lib64/girepository-1.0/Anthy-9000.typelib
/usr/lib64/libanthygobject-1.0.so.5
/usr/lib64/libanthygobject-1.0.so.5.0.517
/usr/libexec/ibus/ibus-engine-anthy
/usr/libexec/ibus/ibus-setup-anthy
/usr/share/applications/ibus-setup-anthy.desktop
/usr/share/doc/packages/ibus-anthy
/usr/share/doc/packages/ibus-anthy/AUTHORS
/usr/share/doc/packages/ibus-anthy/README
/usr/share/glib-2.0/schemas/org.freedesktop.ibus.engine.anthy.gschema.xml
/usr/share/ibus
/usr/share/ibus-anthy
/usr/share/ibus-anthy/dicts
/usr/share/ibus-anthy/dicts/emoji.t
/usr/share/ibus-anthy/dicts/era.t
/usr/share/ibus-anthy/dicts/oldchar.t
/usr/share/ibus-anthy/dicts/symbol.t
/usr/share/ibus-anthy/engine
/usr/share/ibus-anthy/engine/__pycache__
/usr/share/ibus-anthy/engine/__pycache__/_config.cpython-313.opt-1.pyc
/usr/share/ibus-anthy/engine/__pycache__/_config.cpython-313.opt-2.pyc
/usr/share/ibus-anthy/engine/__pycache__/_config.cpython-313.pyc
/usr/share/ibus-anthy/engine/__pycache__/engine.cpython-313.opt-1.pyc
/usr/share/ibus-anthy/engine/__pycache__/engine.cpython-313.opt-2.pyc
/usr/share/ibus-anthy/engine/__pycache__/engine.cpython-313.pyc
/usr/share/ibus-anthy/engine/__pycache__/factory.cpython-313.opt-1.pyc
/usr/share/ibus-anthy/engine/__pycache__/factory.cpython-313.opt-2.pyc
/usr/share/ibus-anthy/engine/__pycache__/factory.cpython-313.pyc
/usr/share/ibus-anthy/engine/__pycache__/jastring.cpython-313.opt-1.pyc
/usr/share/ibus-anthy/engine/__pycache__/jastring.cpython-313.opt-2.pyc
/usr/share/ibus-anthy/engine/__pycache__/jastring.cpython-313.pyc
/usr/share/ibus-anthy/engine/__pycache__/kana.cpython-313.opt-1.pyc
/usr/share/ibus-anthy/engine/__pycache__/kana.cpython-313.opt-2.pyc
/usr/share/ibus-anthy/engine/__pycache__/kana.cpython-313.pyc
/usr/share/ibus-anthy/engine/__pycache__/main.cpython-313.opt-1.pyc
/usr/share/ibus-anthy/engine/__pycache__/main.cpython-313.opt-2.pyc
/usr/share/ibus-anthy/engine/__pycache__/main.cpython-313.pyc
/usr/share/ibus-anthy/engine/__pycache__/romaji.cpython-313.opt-1.pyc
/usr/share/ibus-anthy/engine/__pycache__/romaji.cpython-313.opt-2.pyc
/usr/share/ibus-anthy/engine/__pycache__/romaji.cpython-313.pyc
/usr/share/ibus-anthy/engine/__pycache__/segment.cpython-313.opt-1.pyc
/usr/share/ibus-anthy/engine/__pycache__/segment.cpython-313.opt-2.pyc
/usr/share/ibus-anthy/engine/__pycache__/segment.cpython-313.pyc
/usr/share/ibus-anthy/engine/__pycache__/tables.cpython-313.opt-1.pyc
/usr/share/ibus-anthy/engine/__pycache__/tables.cpython-313.opt-2.pyc
/usr/share/ibus-anthy/engine/__pycache__/tables.cpython-313.pyc
/usr/share/ibus-anthy/engine/__pycache__/thumb.cpython-313.opt-1.pyc
/usr/share/ibus-anthy/engine/__pycache__/thumb.cpython-313.opt-2.pyc
/usr/share/ibus-anthy/engine/__pycache__/thumb.cpython-313.pyc
/usr/share/ibus-anthy/engine/_config.py
/usr/share/ibus-anthy/engine/default.xml
/usr/share/ibus-anthy/engine/engine.py
/usr/share/ibus-anthy/engine/factory.py
/usr/share/ibus-anthy/engine/jastring.py
/usr/share/ibus-anthy/engine/kana.py
/usr/share/ibus-anthy/engine/main.py
/usr/share/ibus-anthy/engine/romaji.py
/usr/share/ibus-anthy/engine/segment.py
/usr/share/ibus-anthy/engine/tables.py
/usr/share/ibus-anthy/engine/thumb.py
/usr/share/ibus-anthy/setup
/usr/share/ibus-anthy/setup/__pycache__
/usr/share/ibus-anthy/setup/__pycache__/_config.cpython-313.opt-1.pyc
/usr/share/ibus-anthy/setup/__pycache__/_config.cpython-313.opt-2.pyc
/usr/share/ibus-anthy/setup/__pycache__/_config.cpython-313.pyc
/usr/share/ibus-anthy/setup/__pycache__/anthyprefs.cpython-313.opt-1.pyc
/usr/share/ibus-anthy/setup/__pycache__/anthyprefs.cpython-313.opt-2.pyc
/usr/share/ibus-anthy/setup/__pycache__/anthyprefs.cpython-313.pyc
/usr/share/ibus-anthy/setup/__pycache__/main.cpython-313.opt-1.pyc
/usr/share/ibus-anthy/setup/__pycache__/main.cpython-313.opt-2.pyc
/usr/share/ibus-anthy/setup/__pycache__/main.cpython-313.pyc
/usr/share/ibus-anthy/setup/__pycache__/prefs.cpython-313.opt-1.pyc
/usr/share/ibus-anthy/setup/__pycache__/prefs.cpython-313.opt-2.pyc
/usr/share/ibus-anthy/setup/__pycache__/prefs.cpython-313.pyc
/usr/share/ibus-anthy/setup/_config.py
/usr/share/ibus-anthy/setup/anthyprefs.py
/usr/share/ibus-anthy/setup/main.py
/usr/share/ibus-anthy/setup/prefs.py
/usr/share/ibus-anthy/setup/setup.ui
/usr/share/ibus/component
/usr/share/ibus/component/anthy.xml
/usr/share/icons/hicolor
/usr/share/icons/hicolor/scalable
/usr/share/icons/hicolor/scalable/apps
/usr/share/icons/hicolor/scalable/apps/ibus-anthy.svg
/usr/share/licenses/ibus-anthy
/usr/share/licenses/ibus-anthy/COPYING
/usr/share/locale/ca/LC_MESSAGES/ibus-anthy.mo
/usr/share/locale/cs/LC_MESSAGES/ibus-anthy.mo
/usr/share/locale/de/LC_MESSAGES/ibus-anthy.mo
/usr/share/locale/el/LC_MESSAGES/ibus-anthy.mo
/usr/share/locale/es/LC_MESSAGES/ibus-anthy.mo
/usr/share/locale/fi/LC_MESSAGES/ibus-anthy.mo
/usr/share/locale/fr/LC_MESSAGES/ibus-anthy.mo
/usr/share/locale/hu/LC_MESSAGES/ibus-anthy.mo
/usr/share/locale/id/LC_MESSAGES/ibus-anthy.mo
/usr/share/locale/ja/LC_MESSAGES/ibus-anthy.mo
/usr/share/locale/ka/LC_MESSAGES/ibus-anthy.mo
/usr/share/locale/ko/LC_MESSAGES/ibus-anthy.mo
/usr/share/locale/pt_BR/LC_MESSAGES/ibus-anthy.mo
/usr/share/locale/pt_PT/LC_MESSAGES/ibus-anthy.mo
/usr/share/locale/si/LC_MESSAGES/ibus-anthy.mo
/usr/share/locale/sv/LC_MESSAGES/ibus-anthy.mo
/usr/share/locale/tr/LC_MESSAGES/ibus-anthy.mo
/usr/share/locale/uk/LC_MESSAGES/ibus-anthy.mo
/usr/share/locale/zh_CN/LC_MESSAGES/ibus-anthy.mo
/usr/share/metainfo
/usr/share/metainfo/org.freedesktop.ibus.engine.anthy.metainfo.xml


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 14 22:30:11 2026