From 0f12fccbb543b55fd25eb78354d6770941d595e1 Mon Sep 17 00:00:00 2001 From: aabacchus Date: Sun, 13 Mar 2022 21:21:22 +0000 Subject: [PATCH] terminus-font: remove dep on bdftopcf --- community/terminus-font/build | 7 +++++++ community/terminus-font/depends | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/community/terminus-font/build b/community/terminus-font/build index 6daf22f8..0fe8025f 100755 --- a/community/terminus-font/build +++ b/community/terminus-font/build @@ -3,5 +3,12 @@ ./configure \ --prefix=/usr +# don't build X11 fonts +sed '/BDF2PCF/d;/ter-x/d' Makefile > _ +mv _ Makefile + make make DESTDIR="$1" install + +# remove unused X11 font directory +rm -fr "$1/usr/share/fonts/" diff --git a/community/terminus-font/depends b/community/terminus-font/depends index 3b0b9e07..02a653f4 100644 --- a/community/terminus-font/depends +++ b/community/terminus-font/depends @@ -1,2 +1 @@ -bdftopcf make python make -- 2.35.1