system/ttf-doulos-sil: Updated for version 6.101.

Added back in comments in 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>
This commit is contained in:
pomfland 2022-03-30 20:50:43 +01:00 committed by Willy Sudiarto Raharjo
parent d4611f7886
commit db41eea551
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 10 additions and 12 deletions

View file

@ -1,5 +1,5 @@
Doulos SIL is a Unicode-based font family that supports the wide
range of languages that use the Latin and Cyryllic scripts. It
is similar to Times New Roman.
It is released under OFL license.

View file

@ -1,9 +1,10 @@
#!/bin/bash
# Slackware build script for ttf-doulos-sil
# $Id: ttf-doulos-sil.SlackBuild,v 1.1 2018/09/23 19:06:07 pomf Exp pomf $
# @(#) ttf-doulos-sil.SlackBuild 1.2@(#)
# Copyright 2018 pomfland
# Slackware build script for ttf-doulos-sil
# 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-doulos-sil
VERSION=${VERSION:-5.000}
VERSION=${VERSION:-6.101}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -35,9 +36,6 @@ SRCNAM=DoulosSIL
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-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

View file

@ -1,8 +1,8 @@
PRGNAM="ttf-doulos-sil"
VERSION="5.000"
VERSION="6.101"
HOMEPAGE="https://software.sil.org/doulos/"
DOWNLOAD="https://software.sil.org/downloads/r/doulos/DoulosSIL-5.000.zip"
MD5SUM="9c27d4fa550db23430ace3222fd14f6a"
DOWNLOAD="https://software.sil.org/downloads/r/doulos/DoulosSIL-6.101.zip"
MD5SUM="7a02601cab06b8add247af2464a44b85"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""