summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2017-08-30 21:07:14 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-10-11 06:19:58 +0700
commit94aef3ac72d04122fc96e67ce21bbca21a31a624 (patch)
tree37ee46abd11e54c3077f639bf4ea0cbdaa5e9060 /misc
parent5f7670e209408c8579d13ab1092cfc4ccee408ca (diff)
downloadslackbuilds-94aef3ac72d04122fc96e67ce21bbca21a31a624.tar.gz
slackbuilds-94aef3ac72d04122fc96e67ce21bbca21a31a624.tar.xz
misc/fcitx-configtool: Updated for version 0.4.9.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/fcitx-configtool/fcitx-configtool.SlackBuild18
-rw-r--r--misc/fcitx-configtool/fcitx-configtool.info10
2 files changed, 13 insertions, 15 deletions
diff --git a/misc/fcitx-configtool/fcitx-configtool.SlackBuild b/misc/fcitx-configtool/fcitx-configtool.SlackBuild
index 8e28704df1..0cecb62533 100644
--- a/misc/fcitx-configtool/fcitx-configtool.SlackBuild
+++ b/misc/fcitx-configtool/fcitx-configtool.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for fcitx-configtool
# Copyright 2012 vvoody <vvoodywang@gmail.com>
+# Copyright 2017 Heinz Wiesinger, Amsterdam, The Netherlands
#
# All rights reserved.
#
@@ -24,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fcitx-configtool
-VERSION=${VERSION:-0.4.8}
+VERSION=${VERSION:-0.4.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,18 +73,15 @@ find -L . \
mkdir build
cd build
- cmake -DCMAKE_C_FLAGS:STRING=${SLKCFLAGS} \
- -DCMAKE_CXX_FLAGS:STRING=${SLKCFLAGS} \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DENABLE_GTK2=On \
- ..
+ cmake \
+ -DCMAKE_C_FLAGS:STRING=${SLKCFLAGS} \
+ -DCMAKE_CXX_FLAGS:STRING=${SLKCFLAGS} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ ..
make
- make install DESTDIR=$PKG
+ make install/strip DESTDIR=$PKG
cd ..
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/misc/fcitx-configtool/fcitx-configtool.info b/misc/fcitx-configtool/fcitx-configtool.info
index 8bf4b8431d..668dea588c 100644
--- a/misc/fcitx-configtool/fcitx-configtool.info
+++ b/misc/fcitx-configtool/fcitx-configtool.info
@@ -1,10 +1,10 @@
PRGNAM="fcitx-configtool"
-VERSION="0.4.8"
+VERSION="0.4.9"
HOMEPAGE="https://fcitx-im.org/wiki/Fcitx"
-DOWNLOAD="https://download.fcitx-im.org/fcitx-configtool/fcitx-configtool-0.4.8.tar.xz"
-MD5SUM="dcbcfc42577abb25b391d986799cd704"
+DOWNLOAD="https://download.fcitx-im.org/fcitx-configtool/fcitx-configtool-0.4.9.tar.xz"
+MD5SUM="b7f28c13d912826d41a4f815bef4d12b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fcitx"
-MAINTAINER="Grissiom"
-EMAIL="chaos.proton@gmail.com"
+MAINTAINER="Heinz Wiesinger"
+EMAIL="pprkut@liwjatan.at"