From eae3926cf3efec6fbc3ce2b7df32c2ac37f90c77 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 28 Dec 2020 20:13:50 +0000 Subject: Mon Dec 28 20:13:50 UTC 2020 a/eudev-3.2.9-x86_64-3.txz: Rebuilt. Blacklist the snd-pcsp module. Thanks to Paulo2. Fix typo in watchdog.conf: ebc_c384_wdt -> ebc-c384_wdt. Thanks to Robby Workman. ap/terminus-font-4.49-noarch-1.txz: Upgraded. extra/brltty/brltty-6.2-x86_64-1.txz: Upgraded. --- source/ap/terminus-font/terminus-font.SlackBuild | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'source/ap/terminus-font/terminus-font.SlackBuild') diff --git a/source/ap/terminus-font/terminus-font.SlackBuild b/source/ap/terminus-font/terminus-font.SlackBuild index 6c100d006..f167007a1 100755 --- a/source/ap/terminus-font/terminus-font.SlackBuild +++ b/source/ap/terminus-font/terminus-font.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=terminus-font VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -78,14 +78,15 @@ find . \ -exec chmod 644 {} \+ make || exit 1 -make install install-pcf-8bit install-psf-ref install-psf-vgaw DESTDIR=$PKG || exit 1 - -# Install also the otb version (supported by the newer pango) -mkdir -p $PKG/usr/share/fonts/misc -for i in 12 14 16 18 20 22 24 26 28 32; do - fonttosfnt -o $PKG/usr/share/fonts/misc/ter-u${i}b.otb ter-u${i}b.pcf - fonttosfnt -o $PKG/usr/share/fonts/misc/ter-u${i}n.otb ter-u${i}n.pcf -done +make install install-pcf-8bit install-psf-ref install-psf-vgaw install-otb DESTDIR=$PKG || exit 1 + +# This is done by "install-otb", but we'll leave it here as a reference. +## Install also the otb version (supported by the newer pango) +#mkdir -p $PKG/usr/share/fonts/misc +#for i in 12 14 16 18 20 22 24 26 28 32; do +# fonttosfnt -o $PKG/usr/share/fonts/misc/ter-u${i}b.otb ter-u${i}b.pcf +# fonttosfnt -o $PKG/usr/share/fonts/misc/ter-u${i}n.otb ter-u${i}n.pcf +#done mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION cp -a \ -- cgit v1.2.3