summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author ltlnx2024-02-02 09:53:18 +0100
committer Willy Sudiarto Raharjo2024-02-02 11:11:49 +0100
commit7be4474b1f9c2e5cc8e6ca1ebb536f6c8ef794f8 (patch)
tree2870b559fe06629065415602f2b5e6ef6b31002d /misc
parent5454d1f73716f9021754b3a0f7f56254fafa65eb (diff)
downloadslackbuilds-7be4474b1f9c2e5cc8e6ca1ebb536f6c8ef794f8.tar.gz
misc/fcitx5-configtool: Updated for version 5.1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/fcitx5-configtool/fcitx5-configtool.SlackBuild9
-rw-r--r--misc/fcitx5-configtool/fcitx5-configtool.info6
2 files changed, 10 insertions, 5 deletions
diff --git a/misc/fcitx5-configtool/fcitx5-configtool.SlackBuild b/misc/fcitx5-configtool/fcitx5-configtool.SlackBuild
index da2b2f8aa0..e5b3f7fa71 100644
--- a/misc/fcitx5-configtool/fcitx5-configtool.SlackBuild
+++ b/misc/fcitx5-configtool/fcitx5-configtool.SlackBuild
@@ -23,8 +23,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fcitx5-configtool
-VERSION=${VERSION:-5.1.2}
-BUILD=${BUILD:-1}
+VERSION=${VERSION:-5.1.3}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -85,6 +85,11 @@ cd build
make install/strip DESTDIR=$PKG
cd ..
+# patch desktop file to conform with standards
+if [ -f $PKG/usr/share/applications/kcm_fcitx5.desktop ]; then
+ sed -i 's/True/true/g' $PKG/usr/share/applications/kcm_fcitx5.desktop
+fi
+
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/misc/fcitx5-configtool/fcitx5-configtool.info b/misc/fcitx5-configtool/fcitx5-configtool.info
index fecddb50d7..6a15c73f0d 100644
--- a/misc/fcitx5-configtool/fcitx5-configtool.info
+++ b/misc/fcitx5-configtool/fcitx5-configtool.info
@@ -1,8 +1,8 @@
PRGNAM="fcitx5-configtool"
-VERSION="5.1.2"
+VERSION="5.1.3"
HOMEPAGE="https://github.com/fcitx/fcitx5-configtool"
-DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5-configtool/fcitx5-configtool-5.1.2.tar.xz"
-MD5SUM="ae4505871a79dec897b5618d039e2057"
+DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5-configtool/fcitx5-configtool-5.1.3.tar.xz"
+MD5SUM="243aec1e85c057ffab7ccb36686744a4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fcitx5-qt"