From d4611f7886a6ad26b08e5c7349e723cac50f98f5 Mon Sep 17 00:00:00 2001 From: pomfland Date: Wed, 30 Mar 2022 20:44:48 +0100 Subject: system/ttf-charis-sil: Updated for version 6.101. Added comments back into slack-desc. Changed mode of read-only files. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- system/ttf-charis-sil/ttf-charis-sil.SlackBuild | 12 +++++------- system/ttf-charis-sil/ttf-charis-sil.info | 6 +++--- 2 files changed, 8 insertions(+), 10 deletions(-) (limited to 'system') diff --git a/system/ttf-charis-sil/ttf-charis-sil.SlackBuild b/system/ttf-charis-sil/ttf-charis-sil.SlackBuild index 1070bb121a77f..6c9f9d6744f5f 100644 --- a/system/ttf-charis-sil/ttf-charis-sil.SlackBuild +++ b/system/ttf-charis-sil/ttf-charis-sil.SlackBuild @@ -1,9 +1,10 @@ #!/bin/bash +# @(#) ttf-charis-sil.SlackBuild 1.5@(#) + # Slackware build script for ttf-charis-sil -# $Id: ttf-charis-sil.SlackBuild,v 1.1 2018/09/23 18:44:52 pomf Exp pomf $ -# Copyright 2018 pomfland +# Copyright 2022 pomfland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ttf-charis-sil -VERSION=${VERSION:-5.000} +VERSION=${VERSION:-6.101} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -35,9 +36,6 @@ SRCNAM=CharisSIL ARCH=noarch -# 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 @@ -63,7 +61,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; mkdir -p $PKG/usr/share/fonts/TTF -cp $SRCNAM-{B,BI,I,R}.ttf $PKG/usr/share/fonts/TTF +cp *.ttf $PKG/usr/share/fonts/TTF mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -ar documentation *.txt $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/system/ttf-charis-sil/ttf-charis-sil.info b/system/ttf-charis-sil/ttf-charis-sil.info index 2d1fc8e2fa341..2e9caf72e1b4e 100644 --- a/system/ttf-charis-sil/ttf-charis-sil.info +++ b/system/ttf-charis-sil/ttf-charis-sil.info @@ -1,8 +1,8 @@ PRGNAM="ttf-charis-sil" -VERSION="5.000" +VERSION="6.101" HOMEPAGE="https://software.sil.org/charis/" -DOWNLOAD="https://software.sil.org/downloads/r/charis/CharisSIL-5.000.zip" -MD5SUM="10b9f94ed21e56254b068c91ead7ec6f" +DOWNLOAD="https://software.sil.org/downloads/r/charis/CharisSIL-6.101.zip" +MD5SUM="56450842e03197611d8439dd98b9b8cc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3