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>
This commit is contained in:
parent
eeafa53b1c
commit
bf11648e52
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue