Skip to content

Commit

Permalink
terminus-font: Moved from other to core.
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalier38 committed Mar 14, 2013
1 parent 3dbfe7d commit 5fb8567
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fonts/terminus-font/BUILD
@@ -0,0 +1,7 @@
(

chmod +x configure &&

default_build

) > $C_FIFO 2>&1
2 changes: 2 additions & 0 deletions fonts/terminus-font/DEPENDS
@@ -0,0 +1,2 @@
depends perl
depends fontconfig
21 changes: 21 additions & 0 deletions fonts/terminus-font/DETAILS
@@ -0,0 +1,21 @@
MODULE=terminus-font
VERSION=4.38
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/terminus-font/
SOURCE_VFY=sha1:7f5d251e4b7c8c8f1b1ad9dec38f32079a79d115
WEB_SITE=http://terminus-font.sourceforge.net
ENTERED=20060604
UPDATED=20130115
SHORT="Terminus Font - a clean fixed width font"

cat << EOF
Terminus Font is designed for long (8 and more hours per day)
work with computers. It covers code pages ISO8859-1/2/5/9/13/15/16,
IBM-437/852/855/866, KOI8-R/U/E/F, Windows-1250/1251/1252/1254/1257,
Paratype-PT154/PT254, Bulgarian-MIK, Macintosh-Ukrainian, Esperanto
and many others (a total of about 110 language sets).
Also included are the IBM VGA, vt100 and xterm pseudographic characters.
The sizes present are 6x12, 8x14, 8x16, 10x20, 12x24, 14x28 and 16x32.
The styles are normal and bold (except for 6x12), plus EGA/VGA-bold
for 8x14 and 8x16.
EOF
8 changes: 8 additions & 0 deletions fonts/terminus-font/POST_INSTALL
@@ -0,0 +1,8 @@
cd /usr/share/fonts/terminus
rm -f fonts.scale fonts.dir fonts.cache*
mkfontscale
mkfontdir
message "${MESSAGE_COLOR}Running fc-cache please be patient${DEFAULT_COLOR}"
fc-cache -f
xset fp rehash
cd -

0 comments on commit 5fb8567

Please sign in to comment.