summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author ltlnx <ltlnx.tw@gmail.com>2022-12-02 11:13:20 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-03 09:09:18 +0700
commit7bf1fdb60711d46f2a03af00e6167c6bc92e0877 (patch)
treeb37075d9a70204a6d2a77e40a44a68fc1ba9dad3 /misc
parent140e626eaefd4d64f682863b5bdad67c866f7c8b (diff)
downloadslackbuilds-7bf1fdb60711d46f2a03af00e6167c6bc92e0877.tar.gz
slackbuilds-7bf1fdb60711d46f2a03af00e6167c6bc92e0877.tar.xz
misc/fcitx5: Updated for version 5.0.21.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/fcitx5/README7
-rw-r--r--misc/fcitx5/fcitx5.SlackBuild4
-rw-r--r--misc/fcitx5/fcitx5.info6
3 files changed, 12 insertions, 5 deletions
diff --git a/misc/fcitx5/README b/misc/fcitx5/README
index c58caad2c3..bd043ee147 100644
--- a/misc/fcitx5/README
+++ b/misc/fcitx5/README
@@ -28,3 +28,10 @@ For example, an i3 user who wishes to install it to /opt would run
make
sudo make install
+To make fcitx5 the default input method, please add these lines to your
+/etc/environment (or .profile):
+
+ GTK_IM_MODULE=fcitx
+ QT_IM_MODULE=fcitx
+ XMODIFIERS=@im=fcitx
+
diff --git a/misc/fcitx5/fcitx5.SlackBuild b/misc/fcitx5/fcitx5.SlackBuild
index e067338a27..9649f3653b 100644
--- a/misc/fcitx5/fcitx5.SlackBuild
+++ b/misc/fcitx5/fcitx5.SlackBuild
@@ -23,10 +23,10 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fcitx5
-VERSION=${VERSION:-5.0.19}
+VERSION=${VERSION:-5.0.21}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-PKGTYPE=${PKGTYPE:-txz}
+PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
diff --git a/misc/fcitx5/fcitx5.info b/misc/fcitx5/fcitx5.info
index 5c85bd7e6e..94cd2c320c 100644
--- a/misc/fcitx5/fcitx5.info
+++ b/misc/fcitx5/fcitx5.info
@@ -1,8 +1,8 @@
PRGNAM="fcitx5"
-VERSION="5.0.19"
+VERSION="5.0.21"
HOMEPAGE="https://fcitx-im.org/wiki/Fcitx_5"
-DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-5.0.19_dict.tar.xz"
-MD5SUM="fe302419e1e2cbff4fc7ed6f8ec159d5"
+DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-5.0.21_dict.tar.xz"
+MD5SUM="41f626e3a6492d4c5958a53a2de21fd8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fmt xcb-imdkit"