diff --git a/inputmethods/fcitx/Makefile b/inputmethods/fcitx/Makefile index 877b97fc38c..d06decc26ef 100644 --- a/inputmethods/fcitx/Makefile +++ b/inputmethods/fcitx/Makefile @@ -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 diff --git a/inputmethods/fcitx/distinfo b/inputmethods/fcitx/distinfo index d61607725ab..49abcb15667 100644 --- a/inputmethods/fcitx/distinfo +++ b/inputmethods/fcitx/distinfo @@ -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 diff --git a/inputmethods/fcitx/pkg/PLIST b/inputmethods/fcitx/pkg/PLIST index befbfc4792f..8a056df04f9 100644 --- a/inputmethods/fcitx/pkg/PLIST +++ b/inputmethods/fcitx/pkg/PLIST @@ -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 diff --git a/inputmethods/fcitx/pkg/README b/inputmethods/fcitx/pkg/README index 7fd572a3560..efe5edabd70 100644 --- a/inputmethods/fcitx/pkg/README +++ b/inputmethods/fcitx/pkg/README @@ -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 =====================