mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/terminus-font: Updated for version 4.38.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
5aaa68321f
commit
bdc71c3864
4 changed files with 10 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
Terminus Font is a clean, fixed width bitmap font, designed for long
|
||||
(8 and more hours per day) work with computers. Version 4.36 contains
|
||||
856 characters, covers about 120 language sets and supports
|
||||
(8 and more hours per day) work with computers. Version 4.38 contains
|
||||
879 characters, covers about 120 language sets and supports
|
||||
ISO8859-1/2/5/7/9/13/15/16, Paratype-PT154/PT254, KOI8-R/U/E/F,
|
||||
Esperanto, many IBM, Windows and Macintosh code pages, as well as the
|
||||
IBM VGA, vt100 and xterm pseudographic characters.
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
terminus-font: terminus-font (a clean fixed width console and X11 font)
|
||||
terminus-font:
|
||||
terminus-font: Terminus Font is a clean, fixed width bitmap font, designed for long
|
||||
terminus-font: (8 and more hours per day) work with computers. Version 4.36 contains
|
||||
terminus-font: 856 characters, covers about 120 language sets and supports
|
||||
terminus-font: (8 and more hours per day) work with computers. Version 4.38 contains
|
||||
terminus-font: 879 characters, covers about 120 language sets and supports
|
||||
terminus-font: ISO8859-1/2/5/7/9/13/15/16, Paratype-PT154/PT254, KOI8-R/U/E/F,
|
||||
terminus-font: Esperanto, many IBM, Windows and Macintosh code pages, as well as the
|
||||
terminus-font: IBM VGA, vt100 and xterm pseudographic characters.
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
# Modified by Robby Workman <rworkman@slackbuilds.org>
|
||||
|
||||
PRGNAM=terminus-font
|
||||
VERSION=${VERSION:-4.36}
|
||||
VERSION=${VERSION:-4.38}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -47,6 +47,7 @@ cd $PRGNAM-$VERSION
|
|||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
chmod +x configure
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--psfdir=/usr/share/kbd/consolefonts \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="terminus-font"
|
||||
VERSION="4.36"
|
||||
VERSION="4.38"
|
||||
HOMEPAGE="http://terminus-font.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/terminus-font/terminus-font-4.36.tar.gz"
|
||||
MD5SUM="de925a7ee7351581033d4b615dcb1eb1"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/terminus-font/terminus-font-4.38.tar.gz"
|
||||
MD5SUM="a8e792fe6e84c86ed2b6ed3e2a12ba66"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Binh Nguyen"
|
||||
EMAIL="binhnguyen@fastmail.fm"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue