diff options
author | ltlnx <ltlnx@disroot.org> | 2024-11-22 08:21:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-22 08:57:00 +0700 |
commit | 0c5c4ed82716dd3fde3b35edcbe8a01b82b05b5c (patch) | |
tree | 522215e287e3245496cca2259da306e9e1a2397a /misc | |
parent | 640baaaf0457d831cd28eb82d2bfc6a80504ce0d (diff) |
misc/fcitx5-configtool: Updated for version 5.1.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fcitx5-configtool/README | 4 | ||||
-rw-r--r-- | misc/fcitx5-configtool/fcitx5-configtool.SlackBuild | 9 | ||||
-rw-r--r-- | misc/fcitx5-configtool/fcitx5-configtool.info | 6 |
3 files changed, 12 insertions, 7 deletions
diff --git a/misc/fcitx5-configtool/README b/misc/fcitx5-configtool/README index 929c275144..7d1edfbab7 100644 --- a/misc/fcitx5-configtool/README +++ b/misc/fcitx5-configtool/README @@ -4,3 +4,7 @@ Do note that although this package could be installed along with the bundled kcm-fcitx, they are considered conflicting packages in some other distros (like Arch), so depending on your situation, you may uninstall and blacklist kcm-fcitx before installing this package. + +Building with Qt6 is turned off by default. If you want to use the +Qt6 version, simply change -DUSE_QT6=Off into -DUSE_QT6=On in the +SlackBuild. diff --git a/misc/fcitx5-configtool/fcitx5-configtool.SlackBuild b/misc/fcitx5-configtool/fcitx5-configtool.SlackBuild index 50b647d7ba..55e6c3885f 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.4} -BUILD=${BUILD:-2} +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.tar.xz +tar xvf $CWD/$PRGNAM-$VERSION.tar.* cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -80,7 +80,8 @@ cd build -DCMAKE_CXX_FLAGS="${SLKCFLAGS}" \ -DCMAKE_C_FLAGS="${SLKCFLAGS}" \ -DCMAKE_INSTALL_PREFIX="/usr" \ - -DCMAKE_INSTALL_LIBDIR=lib${LIBDIRSUFFIX} .. + -DCMAKE_INSTALL_LIBDIR=lib${LIBDIRSUFFIX} \ + -DUSE_QT6=Off .. make make install/strip DESTDIR=$PKG cd .. diff --git a/misc/fcitx5-configtool/fcitx5-configtool.info b/misc/fcitx5-configtool/fcitx5-configtool.info index 1afb7bbbe8..4780363f82 100644 --- a/misc/fcitx5-configtool/fcitx5-configtool.info +++ b/misc/fcitx5-configtool/fcitx5-configtool.info @@ -1,8 +1,8 @@ PRGNAM="fcitx5-configtool" -VERSION="5.1.4" +VERSION="5.1.7" HOMEPAGE="https://github.com/fcitx/fcitx5-configtool" -DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5-configtool/fcitx5-configtool-5.1.4.tar.xz" -MD5SUM="25e7b02ee957e15d10ce632483f3e0e9" +DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5-configtool/fcitx5-configtool-5.1.7.tar.zst" +MD5SUM="e29b5141d753c7b6720ba4b3ecf2d0e5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="fcitx5-qt" |