summaryrefslogtreecommitdiff
path: root/system/terminus-font/terminus-font.SlackBuild
diff options
context:
space:
mode:
authorAntonio Hernández Blas <hba.nihilismus@gmail.com>2010-05-10 23:31:20 -0500
committerRobby Workman <rworkman@slackbuilds.org>2010-05-16 22:24:21 -0500
commit8c254b1e615366480a7a686531b31913c724fa82 (patch)
tree08c5fbafbd17fb45aa3e0c0c6679f21b517ef8b4 /system/terminus-font/terminus-font.SlackBuild
parent27c8ec834168fe35cd49d854dd11eb1915799b1d (diff)
downloadslackbuilds-8c254b1e615366480a7a686531b31913c724fa82.tar.gz
system/terminus-font: Updated for version 4.30.
Diffstat (limited to 'system/terminus-font/terminus-font.SlackBuild')
-rw-r--r--system/terminus-font/terminus-font.SlackBuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/system/terminus-font/terminus-font.SlackBuild b/system/terminus-font/terminus-font.SlackBuild
index dbfccc3978..623ad35fe9 100644
--- a/system/terminus-font/terminus-font.SlackBuild
+++ b/system/terminus-font/terminus-font.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for terminus-font
-# Copyright (c) 2008, Antonio Hernández Blas <hba.nihilismus@gmail.com>
+# Copyright (c) 2008-2010, Antonio Hernández Blas <hba.nihilismus@gmail.com>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -24,7 +24,7 @@
# Modified by Robby Workman <rworkman@slackbuilds.org>
PRGNAM=terminus-font
-VERSION=4.28
+VERSION=4.30
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,7 +80,7 @@ patchfailed() {
# The proper widths are exactly between, but can not be implemented.
#patch -p1 < $CWD/patches/terminus-font-$VERSION-cm2.diff || exit 1
- # The next 4 patchs seems like aren´t working.
+ # The next 4 patchs seems like aren't working.
# Boldified diagonal parts of '4', 'k', 'x' etc. (about 55 basic
# characters) for 16x32 normal. Whether the patched versions will look
@@ -97,10 +97,12 @@ patchfailed() {
./configure \
--prefix=/usr \
--psfdir=/usr/share/kbd/consolefonts \
- --x11dir=/usr/share/fonts/misc
+ --acmdir=/usr/share/kbd/consoletrans \
+ --x11dir=/usr/share/fonts/misc \
make
-make DESTDIR=$PKG TESTDIR= install install-uni install-ref
+make txt
+make DESTDIR=$PKG TESTDIR= install install-uni install-ref install-acm
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README* $PKG/usr/doc/$PRGNAM-$VERSION