diff options
author | B. Watson <yalhcru@gmail.com> | 2021-03-26 01:39:32 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-03-27 10:23:18 +0700 |
commit | bf11648e5283d9dba24ab2553df88b35b905c111 (patch) | |
tree | 502fe529ffa1653c2b22e68177570e36e055ffc8 | |
parent | eeafa53b1c8c47e6049ae4562c415063bc6bbb83 (diff) | |
download | slackbuilds-bf11648e5283d9dba24ab2553df88b35b905c111.tar.gz |
misc/font-unscii: Updated for version 2.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | misc/font-unscii/README | 9 | ||||
-rw-r--r-- | misc/font-unscii/font-unscii.SlackBuild | 4 | ||||
-rw-r--r-- | misc/font-unscii/font-unscii.info | 8 |
3 files changed, 12 insertions, 9 deletions
diff --git a/misc/font-unscii/README b/misc/font-unscii/README index aeb8de42fa..35665dd930 100644 --- a/misc/font-unscii/README +++ b/misc/font-unscii/README @@ -4,7 +4,8 @@ Unscii is a set of bitmapped Unicode fonts based on classic system fonts. Unscii attempts to support character cell art well while also being suitable for terminal and programming use. -The package include PCF, TTF, and OTF fonts for use with X. No console -(PSF) fonts are included: These fonts have over 2500 glyphs each, but the -console only supports 512 glyphs per font. Most of the special character -art glyphs would have to be omitted from a console conversion. +The package include PCF, TTF, and OTF fonts for use with X. No +console (PSF) fonts are included: These fonts have over 2500 glyphs +each, but the console only supports 512 glyphs per font. Most of the +special character art glyphs would have to be omitted from a console +conversion. diff --git a/misc/font-unscii/font-unscii.SlackBuild b/misc/font-unscii/font-unscii.SlackBuild index bec06c651c..806f0bc9bd 100644 --- a/misc/font-unscii/font-unscii.SlackBuild +++ b/misc/font-unscii/font-unscii.SlackBuild @@ -6,8 +6,10 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20210326 bkw: updated for v2.1, reflow README, new homepage/download + PRGNAM=font-unscii -VERSION=${VERSION:-2.0} +VERSION=${VERSION:-2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} ARCH=noarch diff --git a/misc/font-unscii/font-unscii.info b/misc/font-unscii/font-unscii.info index e3f4085332..97ce21f477 100644 --- a/misc/font-unscii/font-unscii.info +++ b/misc/font-unscii/font-unscii.info @@ -1,8 +1,8 @@ PRGNAM="font-unscii" -VERSION="2.0" -HOMEPAGE="http://pelulamu.net/unscii/" -DOWNLOAD="http://pelulamu.net/unscii/unscii-2.0-src.tar.gz" -MD5SUM="3902d8f56e48782778ae9676803ec864" +VERSION="2.1" +HOMEPAGE="http://viznut.fi/unscii/" +DOWNLOAD="http://viznut.fi/unscii/unscii-2.1-src.tar.gz" +MD5SUM="b171f5552b7503588d985edbba27a1b2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="fontforge perl-Text-CharWidth" |