mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/unicode-character-database: Updated for version 15.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f022041e71
commit
d0fb92d625
2 changed files with 7 additions and 24 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for unicode-character-database
|
||||
|
||||
# Copyright 2016-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2016-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
PRGNAM=unicode-character-database
|
||||
SRCNAM1=UCD
|
||||
SRCNAM2=Unihan
|
||||
VERSION=${VERSION:-15.0.0}
|
||||
VERSION=${VERSION:-15.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
@ -52,20 +49,6 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="unicode-character-database"
|
||||
VERSION="15.0.0"
|
||||
VERSION="15.1.0"
|
||||
HOMEPAGE="https://www.unicode.org/ucd/"
|
||||
DOWNLOAD="https://www.unicode.org/Public/zipped/15.0.0/UCD.zip \
|
||||
https://www.unicode.org/Public/zipped/15.0.0/Unihan.zip"
|
||||
MD5SUM="8c66407dd8ce2d84278868a69ea83280 \
|
||||
6a4e58204dc4f05e9d147435fd46b718"
|
||||
DOWNLOAD="https://www.unicode.org/Public/zipped/15.1.0/UCD.zip \
|
||||
https://www.unicode.org/Public/zipped/15.1.0/Unihan.zip"
|
||||
MD5SUM="a269471d114035004d071df966018d93 \
|
||||
08321a1a9909ce7f4400218fdcd819df"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue