mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/terminus-font: Updated for version 4.35.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
a4020b1841
commit
069ec822c7
4 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
Terminus Font is a clean, fixed width bitmap font, designed for long
|
Terminus Font is a clean, fixed width bitmap font, designed for long
|
||||||
(8 and more hours per day) work with computers. Version 4.34 contains
|
(8 and more hours per day) work with computers. Version 4.35 contains
|
||||||
850 characters, covers about 120 language sets and supports
|
850 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,
|
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
|
Esperanto, many IBM, Windows and Macintosh code pages, as well as the
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
terminus-font: terminus-font (a clean fixed width console and X11 font)
|
terminus-font: terminus-font (a clean fixed width console and X11 font)
|
||||||
terminus-font:
|
terminus-font:
|
||||||
terminus-font: Terminus Font is a clean, fixed width bitmap font, designed for long
|
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.34 contains
|
terminus-font: (8 and more hours per day) work with computers. Version 4.35 contains
|
||||||
terminus-font: 850 characters, covers about 120 language sets and supports
|
terminus-font: 850 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: 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: Esperanto, many IBM, Windows and Macintosh code pages, as well as the
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
# Modified by Robby Workman <rworkman@slackbuilds.org>
|
# Modified by Robby Workman <rworkman@slackbuilds.org>
|
||||||
|
|
||||||
PRGNAM=terminus-font
|
PRGNAM=terminus-font
|
||||||
VERSION=${VERSION:-4.34}
|
VERSION=${VERSION:-4.35}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ make DESTDIR=$PKG TESTDIR= install install-uni install-ref install-acm
|
||||||
) || exit 1
|
) || exit 1
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a AUTHORS CHANGES COPYING INSTALL NEWS README* *.TXT $PKG/usr/doc/$PRGNAM-$VERSION
|
cp -a AUTHORS CHANGES COPYING NEWS README* *.TXT $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="terminus-font"
|
PRGNAM="terminus-font"
|
||||||
VERSION="4.34"
|
VERSION="4.35"
|
||||||
HOMEPAGE="http://terminus-font.sourceforge.net/"
|
HOMEPAGE="http://terminus-font.sourceforge.net/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/terminus-font/terminus-font-4.34.tar.gz"
|
DOWNLOAD="http://downloads.sourceforge.net/terminus-font/terminus-font-4.35.tar.gz"
|
||||||
MD5SUM="13fb522492bbd0d105a7c45bac398aa7"
|
MD5SUM="aae64091ad9c7d1d0f8942ffa9026c36"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Binh Nguyen"
|
MAINTAINER="Binh Nguyen"
|
||||||
|
|
Loading…
Reference in a new issue