diff options
Diffstat (limited to 'misc/fcitx5-configtool/fcitx5-configtool.SlackBuild')
-rw-r--r-- | misc/fcitx5-configtool/fcitx5-configtool.SlackBuild | 9 |
1 files changed, 7 insertions, 2 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 \ |