diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-27 15:21:29 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:48 +0700 |
commit | 6f06d3e26bdba2f99fc978875f511b27cfa3e37b (patch) | |
tree | 8294c90caacefb98fbfd8605ec66b957b3798cf8 /system/bitmapfont2ttf | |
parent | 185cae5ad11d5a765758720ac367f3c9b321396d (diff) | |
download | slackbuilds-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/bitmapfont2ttf')
-rw-r--r-- | system/bitmapfont2ttf/README | 2 | ||||
-rw-r--r-- | system/bitmapfont2ttf/bitmapfont2ttf.SlackBuild | 3 | ||||
-rw-r--r-- | system/bitmapfont2ttf/bitmapfont2ttf.info | 2 |
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" |