Commit Graph

1788 Commits

Author SHA1 Message Date
rxg ff0513318d inputmethod/Makefile: remove obsolote libchewing-0.2.7 2024-02-24 02:43:38 +00:00
rxg 0688dccfc4 libchewing02: remove obsolote libchewing-0.2.7 2024-02-24 02:41:01 +00:00
adam 421a6a5c44 qt6: updated to 6.6.2
We have released Qt 6.6.2 today. As a patch release, Qt 6.6.2 does not introduce any new features but contains more than 400 bug fixes, security updates, and other improvements to the top of the Qt 6.6.1 release. See more information about the most important changes and bug fixes from Qt 6.6.2 release note.

https://www.qt.io/blog/qt-6.6.2-released
2024-02-16 17:39:03 +00:00
nia a5a5f07044 fcitx5: requires a C++ implementation new enough to have charconv 2024-02-15 18:21:34 +00:00
nia 627d38bd58 revert previous, committed to wrong package 2024-02-15 18:20:15 +00:00
nia cf20886b1c fcitx: requires a C++ implementation new enough to have charconv 2024-02-15 18:19:45 +00:00
ryoon 5798a23247 inputmethod/ibus-mozc: Update to 2.29.5268.102
* Sync with Mozc 2.29.5268.102.
2024-02-10 12:27:34 +00:00
ryoon 1de4a0e7db inputmethod/fcitx5-mozc: Update to 2.29.5268.102
* Sync with Mozc 2.29.5268.102.
2024-02-10 12:26:00 +00:00
ryoon 4e5168ebdc inputmethod/fcitx5-zhuyin: Update to 5.1.0
Changelog:
Update translations.
2024-02-10 12:24:05 +00:00
ryoon 88ec7de28a inputmethod/fcitx5-unikey: Update to 5.1.2
Changelog:
Add Qt 6 support.
Update translations.
Bugfixes.
2024-02-10 12:22:31 +00:00
ryoon 7fede1e27f inputmethod/fcitx5-skk: Update to 5.1.1
Changelog:
Add Qt 6 support.
Update translations.
2024-02-10 12:20:16 +00:00
ryoon 96f47c8644 inputmethod/fcitx5-table-other: Update to 5.1.0
Changelog:
Update translations.
2024-02-10 12:18:42 +00:00
ryoon fc5ff116e6 inputmethod/fcitx5-table-extra: Update to 5.1.3
Changelog:
Improvements.
Cleanups.
BUgfixes.
2024-02-10 12:17:23 +00:00
ryoon f839f9c493 inputmethod/fcitx5-sayura: Update to 5.1.1
Changelog:
Update translations.
2024-02-10 12:15:36 +00:00
ryoon 0468432cff inputmethod/fcitx5-rime: Update to 5.1.4
Changelog:
Cleanups.
Bugfixes.
Update translations.
2024-02-10 12:14:03 +00:00
ryoon 9cc429392a inputmethod/fcitx5-qt: Update to 5.1.4
Changelog:
Bugfixes.
Cleanups.
Update translations.
2024-02-10 12:12:10 +00:00
ryoon a0964ec122 inputmethod/fcitx5-m17n: Update to 5.1.0
Changelog:
Update translations.
2024-02-10 12:10:15 +00:00
ryoon a96f598b95 inputmethod/fcitx5-lua: Update to 5.0.12
Changelog:
Update translations.
Cleanups.
2024-02-10 12:08:28 +00:00
ryoon 20863d28a6 inputmethod/fcitx5-libthai: Update to 5.1.2
Changelog:
Update translations.
2024-02-10 12:06:47 +00:00
ryoon fae49c0c3d inputmethod/fcitx5-kkc: Update to 5.1.1
Cnagelog:
Add Qt 6 support.
Update translations.
Cleanups.
2024-02-10 12:05:03 +00:00
ryoon db0f559c5d inputmethod/fcitx5-hangul: Update to 5.1.1
Changelog:
Cleanups.
2024-02-10 12:03:20 +00:00
ryoon 4faaade541 inputmethod/fcitx5-gtk: Update to 5.1.1
* Add buildlink3.mk for consumers.

Changelog:
Bugfixes.
Cleanups.
2024-02-10 12:01:44 +00:00
ryoon 632630153b inputmethod/fcitx5-configtool: Update to 5.1.3
Changelog:
Update translations.
Cleanups.
2024-02-10 10:08:25 +00:00
ryoon b4b11e710f inputmethod/fcitx5-chinese-addons: Update to 5.1.3
* Use qt5-wtwebengine instead of qt5=qtwebkit.
  qt5-qtwebkit is not buildable for me now.

Changelog:
Cleanups.
Update translations.
2024-02-10 10:05:47 +00:00
ryoon 507f04527b inputmethod/fcitx5-chewing: Update to 5.1.1
Changelog:
Cleanups.
Update translations.
2024-02-10 10:03:28 +00:00
ryoon db06b32a1d inputmethod/fcitx5-anthy: Update to 5.1.3
Changelog:
Some bugfixes.
Update translations.
Cleanups.
2024-02-10 10:01:20 +00:00
ryoon 4f4dbd0457 inputmethod/fcitx5: Update to 5.1.7
Changelog:
Many bugfixes.
Update translations.
Improve Wayland support.
2024-02-10 09:58:33 +00:00
ryoon d4d9349359 inputmethod/rime-wubi: Update to 0.0.0.20231025
Changelog:
Unavailable.
2024-02-10 09:55:46 +00:00
ryoon 7d1cc72793 inputmethod/librime: Update to 1.9.0
* Convert to new cmake mechanism.

Changelog:
1.9.0:
Features

    switches: abbreviate state labels #615 (居戎氏)
    dict: shorten the data struct used by Vocabulary #661 (WhiredPlanck)
    add append_comment option to reverse_lookup_filter (#699) #699 (ksqsf)

Bug Fixes

    avoid invalid page_size (#679) #679 (Qijia Liu)

Code Refactoring

    vocabulary.h: align the size of DictEntry struct #661 (WhiredPlanck)
    dict_compiler.cc: correct the usage of auto in loop #661 (WhiredPlanck)

Performance Improvements

    dict: improve dict complile performance (#663) #663 (WhiredPlanck)
    replace rbtree with vector of pair (#684) #684 (Qijia Liu)
    release memory of temporary fields (#690) #690 (Qijia Liu)

1.8.5:
Bug Fixes

    selector: do not match fallback modifier (居戎氏)

1.8.4:
Chores

    skip super key combos; amend merge result (居戎氏)
2024-02-10 09:54:15 +00:00
ryoon 6a2e67e141 inputmethod/rime-terra-pinyin: Update to 0.0.0.20230207
Changelog:
Unavailable.
2024-02-10 09:50:37 +00:00
ryoon 3bdc8c7f3d inputmethod/rime-prelude: Update to 0.0.0.20220410
Changelog:
Unavailable.
2024-02-10 09:49:21 +00:00
ryoon 7d39380d81 inputmethod/rime-pinyin-simp: Update to 0.0.0.20230104
Changelog:
Unavailable.
2024-02-10 09:48:08 +00:00
ryoon ebc13bc689 inputmethod/rime-middle-chinese: Update to 0.0.0.20210927
Changelog:
Unavailable.
2024-02-10 09:46:53 +00:00
ryoon 5100063a0f inputmethod/rime-luna-pinyin: Update to 0.0.0.20230204
Changelog:
Unavailable.
2024-02-10 09:45:45 +00:00
ryoon 0d7994642e inputmethod/rime-emoji: Update to 0.0.0.20230826
Changelog:
Unavailable.
2024-02-10 09:44:32 +00:00
ryoon cd830964b7 inputmethod/rime-jyutping: Update to 0.0.0.20220518
Changelog:
Unavailable.
2024-02-10 09:43:16 +00:00
ryoon b163b6569b inputmethod/rime-combo-pinyin: Update to 0.0.0.20221220
Changelog:
Unavailable.
2024-02-10 09:41:55 +00:00
ryoon f08e219ed1 inputmethod/rime-cantonese: Update to 0.0.0.20230912
Changelog:
Unavailable.
2024-02-10 09:40:33 +00:00
ryoon fb250e3a1d inputmethod/rime-cangjie: Update to 0.0.0.20210223
Changelog:
Unavailable.
2024-02-10 09:39:06 +00:00
ryoon d4b69c4ef4 inputmethod/rime-array: Update to 0.0.0.20221120
Changelog:
Unavailable.
2024-02-10 09:37:37 +00:00
ryoon 80daa80a4f inputmethod/libime: Update to 1.1.5
Changelog:
Not available.
2024-02-10 09:30:43 +00:00
ryoon fd6dc1f223 inputmethod/uim-mozc: Update to 2.29.5268.102
* Sync with mozc 2.29.5268.102.
2024-02-10 02:20:18 +00:00
ryoon 7683d6aeee inputmethod: Enable ibus-mozc226 2024-02-10 01:29:24 +00:00
ryoon 6c26cf966b inputmethod/ibus-mozc226: import ibus-mozc-2.26.4282.100nb24
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux. This open-source
project originates from Google Japanese Input.

This package does not require deve/bazel, so you can build under
32-bit systems.
2024-02-10 01:28:25 +00:00
ryoon 9e9879c282 inputmethod/mozc-elisp226: Fix include error 2024-02-10 01:26:43 +00:00
ryoon 0073924c0c inputmethod: Enable mozc-elisp226 2024-02-10 01:25:28 +00:00
ryoon 21e12fe4e8 inputmethod/mozc-elisp226: import mozc-elisp-2.29.5268.102nb25
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux. This open-source
project originates from Google Japanese Input.

This package includes Emacs LISP and helper program to use mozc on emacs.

This package does not require deve/bazel, so you can build under
32-bit systems.
2024-02-10 01:24:58 +00:00
ryoon 13945fa535 inputmethod: Enable mozc-tool226 2024-02-10 01:24:34 +00:00
ryoon dea4e324bd inputmethod/mozc-tool226: import mozc-tool-2.26.4282.100nb24
Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
such as Chromium OS, Windows, Mac and Linux. This open-source
project originates from Google Japanese Input.

This package is configuration tool for mozc.

This package does not require deve/bazel, so you can build under
32-bit systems.
2024-02-10 01:23:51 +00:00
ryoon 4f11cdb155 inputmethod: Enable mozc-renderer226 2024-02-10 01:23:24 +00:00