summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author B. Watson2021-08-27 21:21:29 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:51:48 +0200
commit6f06d3e26bdba2f99fc978875f511b27cfa3e37b (patch)
tree8294c90caacefb98fbfd8605ec66b957b3798cf8 /system
parent185cae5ad11d5a765758720ac367f3c9b321396d (diff)
downloadslackbuilds-6f06d3e26bdba2f99fc978875f511b27cfa3e37b.tar.gz
system/bitmapfont2ttf: Add REQUIRES="fontforge".
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/bitmapfont2ttf/README2
-rw-r--r--system/bitmapfont2ttf/bitmapfont2ttf.SlackBuild3
-rw-r--r--system/bitmapfont2ttf/bitmapfont2ttf.info2
3 files changed, 2 insertions, 5 deletions
diff --git a/system/bitmapfont2ttf/README b/system/bitmapfont2ttf/README
index 1c9b9a50e0..f3470e7680 100644
--- a/system/bitmapfont2ttf/README
+++ b/system/bitmapfont2ttf/README
@@ -6,7 +6,7 @@ The resulting font retains its "pixelated" look when scaled up to any
size.
bitmapfont2ttf is a bit picky about the BDF fonts it will accept as
-input. This build includes a patch that allows it to work with fonts
+input. This build includes a patch that allows it to work with fonts
produced by psf2bdf (from psftools). The patch is applied by default,
but you can export PRISTINE=yes in the environment if you really don't
want it.
diff --git a/system/bitmapfont2ttf/bitmapfont2ttf.SlackBuild b/system/bitmapfont2ttf/bitmapfont2ttf.SlackBuild
index 6e0f5e9bf1..2c1906f5c2 100644
--- a/system/bitmapfont2ttf/bitmapfont2ttf.SlackBuild
+++ b/system/bitmapfont2ttf/bitmapfont2ttf.SlackBuild
@@ -28,9 +28,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# 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
diff --git a/system/bitmapfont2ttf/bitmapfont2ttf.info b/system/bitmapfont2ttf/bitmapfont2ttf.info
index a245e0f4b4..aa48c7a160 100644
--- a/system/bitmapfont2ttf/bitmapfont2ttf.info
+++ b/system/bitmapfont2ttf/bitmapfont2ttf.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://slackware.uk/~urchlay/src/bitmapfont2ttf-20200215_03529d2.tar.
MD5SUM="5f4ab36a5d56c79e28ce38841f063bdc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="fontforge"
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"