summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author pomfland <pomfland@tfwno.gf>2022-03-30 20:44:48 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-02 18:19:16 +0700
commitd4611f7886a6ad26b08e5c7349e723cac50f98f5 (patch)
tree2c23a5d603831d8e9daa0d511b1b25a17a307dc6 /system
parentfa5ee1910905f0936b012d5d5a19aded896835d9 (diff)
downloadslackbuilds-d4611f7886a6ad26b08e5c7349e723cac50f98f5.tar.gz
slackbuilds-d4611f7886a6ad26b08e5c7349e723cac50f98f5.tar.xz
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 <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/ttf-charis-sil/ttf-charis-sil.SlackBuild12
-rw-r--r--system/ttf-charis-sil/ttf-charis-sil.info6
2 files changed, 8 insertions, 10 deletions
diff --git a/system/ttf-charis-sil/ttf-charis-sil.SlackBuild b/system/ttf-charis-sil/ttf-charis-sil.SlackBuild
index 1070bb121a..6c9f9d6744 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 2d1fc8e2fa..2e9caf72e1 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=""