diff options
Diffstat (limited to 'source')
-rwxr-xr-x | source/x/liberation-fonts-ttf/liberation-fonts-ttf.SlackBuild | 2 | ||||
-rw-r--r-- | source/x/noto-fonts-ttf/fonts-to-skip.txt | 1 | ||||
-rwxr-xr-x | source/x/noto-fonts-ttf/noto-fonts-ttf.SlackBuild | 2 | ||||
-rwxr-xr-x | source/x/noto-fonts-ttf/package-source.sh | 10 | ||||
-rwxr-xr-x | source/xfce/Greybird/Greybird.SlackBuild | 2 |
5 files changed, 9 insertions, 8 deletions
diff --git a/source/x/liberation-fonts-ttf/liberation-fonts-ttf.SlackBuild b/source/x/liberation-fonts-ttf/liberation-fonts-ttf.SlackBuild index 35c82129..0c27b109 100755 --- a/source/x/liberation-fonts-ttf/liberation-fonts-ttf.SlackBuild +++ b/source/x/liberation-fonts-ttf/liberation-fonts-ttf.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=liberation-fonts-ttf -VERSION=2.1.4 +VERSION=2.1.5 ARCH=noarch BUILD=${BUILD:-1} diff --git a/source/x/noto-fonts-ttf/fonts-to-skip.txt b/source/x/noto-fonts-ttf/fonts-to-skip.txt index d9048251..d0794322 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 1fb2b971..55ae9a08 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 2e11c872..30ae6848 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 diff --git a/source/xfce/Greybird/Greybird.SlackBuild b/source/xfce/Greybird/Greybird.SlackBuild index a173a443..939cbb20 100755 --- a/source/xfce/Greybird/Greybird.SlackBuild +++ b/source/xfce/Greybird/Greybird.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=Greybird VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} |