Update to fcitx-5.1.11

- bump minor for Fcitx5Core Fcitx5Utils due to new API
- fix a bug which can cause fd exhaustion
- other cumulative updates

From maintainer Yifei Zhan
This commit is contained in:
kevlo
2025-01-22 02:24:45 +00:00
parent 2c0ad71c8f
commit 904538fdf9
4 changed files with 20 additions and 9 deletions
+4 -4
View File
@@ -1,11 +1,11 @@
COMMENT = flexible input method framework
DISTNAME = fcitx5-5.1.7
DISTNAME = fcitx5-5.1.11
PKGNAME = ${DISTNAME:S/fcitx5/fcitx/}
SHARED_LIBS += Fcitx5Config 0.0 # 0.0
SHARED_LIBS += Fcitx5Core 1.0 # 0.0
SHARED_LIBS += Fcitx5Utils 1.0 # 0.0
SHARED_LIBS += Fcitx5Core 1.1 # 0.0
SHARED_LIBS += Fcitx5Utils 1.1 # 0.0
CATEGORIES = inputmethods chinese japanese korean
@@ -28,7 +28,7 @@ SITES = https://download.fcitx-im.org/fcitx5/fcitx5/
SITES.data = https://download.fcitx-im.org/data/
DISTFILES.data= en_dict-20121020.tar.gz
DIST_SUBDIR = fcitx
EXTRACT_SUFX = .tar.zst
MODULES = devel/kf5
MODQT5_DEPS = No
+4 -4
View File
@@ -1,4 +1,4 @@
SHA256 (fcitx/en_dict-20121020.tar.gz) = xEpdeEeSXuqeTS0EdI1ELNKN2SmaC1cu99kerE9abOs=
SHA256 (fcitx/fcitx5-5.1.7.tar.xz) = LvOOuqWcBHNOZJFXhBxPTif/OJ2szZkjPb+CtoZ7i4s=
SIZE (fcitx/en_dict-20121020.tar.gz) = 630491
SIZE (fcitx/fcitx5-5.1.7.tar.xz) = 6867544
SHA256 (en_dict-20121020.tar.gz) = xEpdeEeSXuqeTS0EdI1ELNKN2SmaC1cu99kerE9abOs=
SHA256 (fcitx5-5.1.11.tar.zst) = S16yHUdG/p4Aai2ztYOpIK5xBcrm0CmntukRyhr13OE=
SIZE (en_dict-20121020.tar.gz) = 630491
SIZE (fcitx5-5.1.11.tar.zst) = 7666273
+1
View File
@@ -24,6 +24,7 @@ include/Fcitx5/Core/fcitx/addoninstance.h
include/Fcitx5/Core/fcitx/addoninstance_details.h
include/Fcitx5/Core/fcitx/addonloader.h
include/Fcitx5/Core/fcitx/addonmanager.h
include/Fcitx5/Core/fcitx/candidateaction.h
include/Fcitx5/Core/fcitx/candidatelist.h
include/Fcitx5/Core/fcitx/event.h
include/Fcitx5/Core/fcitx/fcitxcore_export.h
+11 -1
View File
@@ -23,7 +23,7 @@ with CJK support. To install noto-cjk:
| M17N | fcitx-m17n |
| Vietnamese Telex | fcitx-unikey |
| Korean | fcitx-hangul |
| Japanese | fcitx-skk / fcitx-kkc / fcitx-anthy |
| Japanese | fcitx-kkc / fcitx-anthy |
| Symbols (e.g. IPA) | fcitx-table-other |
| Other tables [1] | fcitx-table-other |
|=============================================================|
@@ -73,6 +73,10 @@ If using KDE Plasma, you can also setup your input method via:
For more information, please refer to Fcitx's wiki page:
https://www.fcitx-im.org/wiki/Setup_Fcitx_5
You might be the only one speaking a particular language, please
help improve the i18n support by reporting what works well and what does
not. So that issues are known and a solution can be worked on.
Troubleshooting
===============
@@ -80,6 +84,12 @@ Fcitx includes fcitx5-diagnose, a tool to help you troubleshoot.
If you need to send a bug report, remember to attach a copy of its
output, with sensitive information removed.
Known issues
============
- Some emoji characters cannot be rendered and will instead be
displayed as blank spaces
Migrating from fcitx4
=====================