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-2.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: ibus-anthy Distribution: openSUSE Tumbleweed
Version: 1.5.17 Vendor: openSUSE
Release: 2.1 Build date: Mon Jan 19 03:51:42 2026
Group: System/I18n/Japanese Build host: reproducible
Size: 1513524 Source RPM: ibus-anthy-1.5.17-2.1.src.rpm
Packager: https://bugs.opensuse.org
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 Cliff Zhao <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 Cliff Zhao <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 jun wang <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 Callum Farmer <gmbr3@opensuse.org>
  - Fixes for %_ibus_libexecdir moving to %_libexecdir (bsc#1174075)
* Sat Nov 25 2023 Dirk Müller <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 Ben Greiner <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 Ferdinand Thiessen <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 Wang Jun <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 Cliff Zhao <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 Cliff Zhao <qzhao@suse.com>
  - update ibus-anthy.spec: update to depending anthy-devel, make it
    can build successful in SLE15 and openSUSE-leap-15.

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, Thu Feb 5 23:10:22 2026