[Lunar-commits] <moonbase-core> terminus-font: Moved from other to core.
Peter de Ridder
peter at lunar-linux.org
Thu Mar 14 20:21:20 CET 2013
commit 5fb856794ce7512bee0874edfd9e9838e2992264
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Thu, 14 Mar 2013 12:21:20 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/5fb856794ce7512bee0874edfd9e9838e2992264
terminus-font: Moved from other to core.
---
fonts/terminus-font/BUILD | +7/-0
fonts/terminus-font/DEPENDS | +2/-0
fonts/terminus-font/DETAILS | +21/-0
fonts/terminus-font/POST_INSTALL | +8/-0
4 files changed, 38 insertions(+)
--- /dev/null
+++ b/fonts/terminus-font/BUILD
@@ -0,0 +1,7 @@
+(
+
+ chmod +x configure &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/fonts/terminus-font/DEPENDS
@@ -0,0 +1,2 @@
+depends perl
+depends fontconfig
--- /dev/null
+++ b/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
--- /dev/null
+++ b/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 -
More information about the Lunar-commits
mailing list