diff options
Diffstat (limited to 'misc/fcitx-mozc/fcitx-mozc.SlackBuild')
-rw-r--r-- | misc/fcitx-mozc/fcitx-mozc.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/misc/fcitx-mozc/fcitx-mozc.SlackBuild b/misc/fcitx-mozc/fcitx-mozc.SlackBuild index 5e636549e5a5b..4736226442490 100644 --- a/misc/fcitx-mozc/fcitx-mozc.SlackBuild +++ b/misc/fcitx-mozc/fcitx-mozc.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for fcitx-mozc -# Copyright 2015-2022 Kuro_CODE25 JAPAN +# Copyright 2015-2023 Kuro_CODE25 JAPAN # All rights reserved. # # Licensed under the MIT License. @@ -11,7 +11,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fcitx-mozc -VERSION=${VERSION:-2.26.4220.102.1} +VERSION=${VERSION:-2.26.4360.102.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -20,6 +20,7 @@ if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; arm*) ARCH=arm ;; + # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -63,8 +64,8 @@ JAPANESE_USAGE_DICT_REV=e5b3425575734c323e1d947009dd74709437b684 ABSEIL_CPP_REV=0f3bb466b868b523cf1dc9b2aaaed65c77b28862 BREAKPAD_REV=216cea7bca53fa441a3ee0d0f5fd339a3a894224 GOOGLETEST_REV=703bd9caab50b139428cea1aaff9974ebee5742e -JSONCPP_REV=9059f5cad030ba11d37818847443a53918c327b1 -MOZC_REV=1882e33b61673b66d63277f82b4c80ae4e506c10 +JSONCPP_REV=11086dd6a7eba04289944367ca82cea71299ed70 +MOZC_REV=ca82d39d08df3359fdf5c653a1f56b3e95cbe2ce unzip ${CWD}/x-ken-all-${ZIPCODE_REL}.zip unzip ${CWD}/jigyosyo-${ZIPCODE_REL}.zip unzip ${CWD}/mozc-$MOZC_REV.zip |