summaryrefslogtreecommitdiffstats
path: root/source/x/noto-fonts-ttf
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/noto-fonts-ttf')
-rw-r--r--source/x/noto-fonts-ttf/fonts-to-skip.txt1
-rwxr-xr-xsource/x/noto-fonts-ttf/noto-fonts-ttf.SlackBuild2
-rwxr-xr-xsource/x/noto-fonts-ttf/package-source.sh10
3 files changed, 7 insertions, 6 deletions
diff --git a/source/x/noto-fonts-ttf/fonts-to-skip.txt b/source/x/noto-fonts-ttf/fonts-to-skip.txt
index d9048251d..d07943224 100644
--- a/source/x/noto-fonts-ttf/fonts-to-skip.txt
+++ b/source/x/noto-fonts-ttf/fonts-to-skip.txt
@@ -47,7 +47,6 @@ Ugaritic
######################################################################################
Avestan
Balinese
-Coptic
Mandaic
###################################################################
# === Scripts which may still be used for decorative purposes === #
diff --git a/source/x/noto-fonts-ttf/noto-fonts-ttf.SlackBuild b/source/x/noto-fonts-ttf/noto-fonts-ttf.SlackBuild
index 1fb2b9712..55ae9a080 100755
--- a/source/x/noto-fonts-ttf/noto-fonts-ttf.SlackBuild
+++ b/source/x/noto-fonts-ttf/noto-fonts-ttf.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=noto-fonts-ttf
VERSION=${VERSION:-$(echo noto-fonts-subset-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-4}
ARCH=noarch
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
diff --git a/source/x/noto-fonts-ttf/package-source.sh b/source/x/noto-fonts-ttf/package-source.sh
index 2e11c8724..30ae68482 100755
--- a/source/x/noto-fonts-ttf/package-source.sh
+++ b/source/x/noto-fonts-ttf/package-source.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2020, 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -41,8 +41,9 @@ PACKAGE_NON_NOTO=${PACKAGE_NON_NOTO:-NO}
PACKAGE_UNCOMMON_WEIGHTS=${PACKAGE_UNCOMMON_WEIGHTS:-NO}
# Package unique unhinted fonts? This used to be needed solely for the symbol
-# font, but there are hinted versions now. Suggest NO.
-PACKAGE_UNHINTED_FONTS=${PACKAGE_UNHINTED_FONTS:-NO}
+# font, but there are hinted versions now. There are a few other fonts that are
+# only available as unhinted though.
+PACKAGE_UNHINTED_FONTS=${PACKAGE_UNHINTED_FONTS:-YES}
# Create a temporary extraction directory:
EXTRACT_DIR=$(mktemp -d)
@@ -86,7 +87,8 @@ EXTRACT_DIR=$(mktemp -d)
rm -f --verbose noto-fonts/unhinted/*
fi
mkdir fonts
- mv noto-fonts/*hinted/* fonts
+ mv noto-fonts/unhinted/* fonts
+ mv noto-fonts/hinted/* fonts
# Unless we selected to take non-Noto fonts (these are usually the ChromeOS
# fonts), eliminate any fonts that do not begin with Noto:
if [ "$PACKAGE_NON_NOTO" = "NO" ]; then