diff options
author | ltlnx <ltlnx@disroot.org> | 2024-11-22 08:22:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-22 09:07:26 +0700 |
commit | 6d4beb0034ac9ccbf56c69cd2d450cb8f4b5277b (patch) | |
tree | 887465952a129803698f3660bb555129b7447c37 /misc | |
parent | fbab414c54aff43f989eadb12e38f8e438c2a259 (diff) |
misc/fcitx5-chinese-addons: Updated for version 5.1.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fcitx5-chinese-addons/README | 3 | ||||
-rw-r--r-- | misc/fcitx5-chinese-addons/fcitx5-chinese-addons.SlackBuild | 10 | ||||
-rw-r--r-- | misc/fcitx5-chinese-addons/fcitx5-chinese-addons.info | 6 |
3 files changed, 11 insertions, 8 deletions
diff --git a/misc/fcitx5-chinese-addons/README b/misc/fcitx5-chinese-addons/README index 30a7236fd9..2cb365fe59 100644 --- a/misc/fcitx5-chinese-addons/README +++ b/misc/fcitx5-chinese-addons/README @@ -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. diff --git a/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.SlackBuild b/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.SlackBuild index 8729f514fe..70d3b84dd6 100644 --- a/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.SlackBuild +++ b/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.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 .. diff --git a/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.info b/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.info index 35482d7a7e..3faaf63360 100644 --- a/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.info +++ b/misc/fcitx5-chinese-addons/fcitx5-chinese-addons.info @@ -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" |