system/FontAwesome: Update for 6.4.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2023-06-03 17:09:19 -07:00 committed by Willy Sudiarto Raharjo
parent 4061110961
commit d23d203687
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 10 additions and 8 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=FontAwesome
VERSION=${VERSION:-4.7.0}
VERSION=${VERSION:-6.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -62,13 +62,15 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p $PKG/usr/share/fonts/TTF
cp -a fonts/*.ttf $PKG/usr/share/fonts/TTF
cp -a webfonts/*.ttf $PKG/usr/share/fonts/TTF
mkdir -p $PKG/usr/share/fonts/OTF
cp -a fonts/*.ttf $PKG/usr/share/fonts/OTF
cp -a otfs/*.otf $PKG/usr/share/fonts/OTF
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CONTRIBUTING.md HELP-US-OUT.txt README.md $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md LICENSE.txt README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="FontAwesome"
VERSION="4.7.0"
HOMEPAGE="http://fortawesome.github.io/Font-Awesome/"
DOWNLOAD="https://github.com/FortAwesome/Font-Awesome/archive/v4.7.0/Font-Awesome-4.7.0.tar.gz"
MD5SUM="a6145901f233f7d54165d8ade779082e"
VERSION="6.4.0"
HOMEPAGE="https://fontawesome.com/"
DOWNLOAD="https://github.com/FortAwesome/Font-Awesome/archive/6.4.0/Font-Awesome-6.4.0.tar.gz"
MD5SUM="5a987478de2af177cb2b7c5cb2e86100"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""