misc/fcitx5-chewing: Updated for version 5.0.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c6c6bf2be5
commit
135df94737
|
@ -25,12 +25,10 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=fcitx5-chewing
|
||||
VERSION=${VERSION:-5.0.12}
|
||||
VERSION=${VERSION:-5.0.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-txz}
|
||||
|
||||
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
MARCH=$( uname -m )
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -60,7 +58,7 @@ else
|
|||
fi
|
||||
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD.txz"
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.txz"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
@ -90,7 +88,7 @@ cd build
|
|||
-DCMAKE_INSTALL_LIBDIR=lib${LIBDIRSUFFIX} \
|
||||
..
|
||||
|
||||
make $NUMJOBS || make || exit 1
|
||||
make || exit 1
|
||||
make install/strip DESTDIR=$PKG || exit 1
|
||||
cd ..
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fcitx5-chewing"
|
||||
VERSION="5.0.12"
|
||||
VERSION="5.0.13"
|
||||
HOMEPAGE="https://download.fcitx-im.org/fcitx5/fcitx5-chewing/"
|
||||
DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5-chewing/fcitx5-chewing-5.0.12.tar.xz"
|
||||
MD5SUM="fa29a0c89db8317b6514305499a3bc20"
|
||||
DOWNLOAD="https://download.fcitx-im.org/fcitx5/fcitx5-chewing/fcitx5-chewing-5.0.13.tar.xz"
|
||||
MD5SUM="c502c86cf5b69d795758bc4973d45e88"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="fcitx5 libchewing"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
fcitx5-chewing: fcitx5-chewing (chewing input method engine wrapper for fcitx5)
|
||||
fcitx5-chewing: fcitx5-chewing (Chewing input method engine wrapper for fcitx5)
|
||||
fcitx5-chewing:
|
||||
fcitx5-chewing: Fcitx wrapper for the chewing input method engine.
|
||||
fcitx5-chewing:
|
||||
|
|
Loading…
Reference in New Issue