mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-04 00:56:07 +01:00
misc/fcitx5-chinese-addons: Updated for version 5.1.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fbab414c54
commit
6d4beb0034
3 changed files with 11 additions and 8 deletions
|
@ -2,3 +2,6 @@ fcitx5-chinese-addons provides pinyin and table input method support
|
|||
for fcitx5. Released under LGPL-2.1+.
|
||||
|
||||
im/pinyin/emoji.txt is derived from Unicode CLDR with modification.
|
||||
|
||||
If you want to build this package with Qt6, please set -DUSE_QT6 to
|
||||
On instead of Off in the SlackBuild.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=fcitx5-chinese-addons
|
||||
VERSION=${VERSION:-5.1.4}
|
||||
VERSION=${VERSION:-5.1.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -65,7 +65,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-${VERSION}_dict.tar.xz
|
||||
tar xvf $CWD/$PRGNAM-${VERSION}_dict.tar.*
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
@ -80,9 +80,9 @@ cd build
|
|||
-DCMAKE_CXX_FLAGS="${SLKCFLAGS}" \
|
||||
-DCMAKE_C_FLAGS="${SLKCFLAGS}" \
|
||||
-DCMAKE_INSTALL_PREFIX="/usr" \
|
||||
-DUSE_QT6="OFF" \
|
||||
-DENABLE_TEST="OFF" \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib${LIBDIRSUFFIX} ..
|
||||
-DCMAKE_INSTALL_LIBDIR=lib${LIBDIRSUFFIX} \
|
||||
-DUSE_QT6=Off \
|
||||
-DENABLE_TEST=Off ..
|
||||
make
|
||||
make install/strip DESTDIR=$PKG
|
||||
cd ..
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fcitx5-chinese-addons"
|
||||
VERSION="5.1.4"
|
||||
VERSION="5.1.7"
|
||||
HOMEPAGE="https://github.com/fcitx/fcitx5-chinese-addons"
|
||||
DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5-chinese-addons/fcitx5-chinese-addons-5.1.4_dict.tar.xz"
|
||||
MD5SUM="cc8dcac68aebfcf836160fe3fd0108e6"
|
||||
DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5-chinese-addons/fcitx5-chinese-addons-5.1.7_dict.tar.zst"
|
||||
MD5SUM="6fbbf5d356886d4c33c9faffbaa18b56"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="fcitx5-qt libime"
|
||||
|
|
Loading…
Reference in a new issue