diff options
author | ltlnx <ltlnx@disroot.org> | 2024-02-02 15:53:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-02 17:11:49 +0700 |
commit | 7be4474b1f9c2e5cc8e6ca1ebb536f6c8ef794f8 (patch) | |
tree | 2870b559fe06629065415602f2b5e6ef6b31002d /misc | |
parent | 5454d1f73716f9021754b3a0f7f56254fafa65eb (diff) |
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.SlackBuild | 9 | ||||
-rw-r--r-- | misc/fcitx5-configtool/fcitx5-configtool.info | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/misc/fcitx5-configtool/fcitx5-configtool.SlackBuild b/misc/fcitx5-configtool/fcitx5-configtool.SlackBuild index da2b2f8aa0c3f..e5b3f7fa71f33 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 fecddb50d797c..6a15c73f0dc27 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" |