mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
misc/fcitx-configtool: Updated for version 0.4.9.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
5f7670e209
commit
94aef3ac72
2 changed files with 13 additions and 15 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue