[Lunar-commits] <moonbase> ming-fonts: adding module. These Bitstream vera fonts have been
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Mon May 11 18:35:49 CEST 2009
commit e6cee27106252dd3002a7705b378f4aefc3a8998
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Mon May 11 12:35:49 2009 -0400
ming-fonts: adding module. These Bitstream vera fonts have been
converted to a FDB format specifically for ming.
---
fonts/ming-fonts/BUILD | 17 +++++++++++++++++
fonts/ming-fonts/DETAILS | 14 ++++++++++++++
fonts/ming-fonts/POST_INSTALL | 2 ++
3 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/fonts/ming-fonts/BUILD b/fonts/ming-fonts/BUILD
new file mode 100644
index 0000000..56a56ce
--- /dev/null
+++ b/fonts/ming-fonts/BUILD
@@ -0,0 +1,17 @@
+(
+
+ MING_FONT=/usr/share/fonts/ming-fonts/fbd
+
+ prepare_install &&
+
+ if [ ! -d $MING_FONT ] ; then
+ mkdir -p $MING_FONT
+ fi &&
+
+ if [ -d old.libraries ] ; then
+ rmdir old.libraries
+ fi &&
+
+ cp -rf $SOURCE_DIRECTORY/* $MING_FONT
+
+) > $C_FIFO 2>&1
diff --git a/fonts/ming-fonts/DETAILS b/fonts/ming-fonts/DETAILS
new file mode 100644
index 0000000..11ba5ca
--- /dev/null
+++ b/fonts/ming-fonts/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=ming-fonts
+ VERSION=1.00
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/ming
+ SOURCE_VFY=sha1:a72079a935f38ed278eca1986cc3441e105733f6
+ WEB_SITE=http://www.libming.org/
+ ENTERED=20090511
+ UPDATED=20090511
+ SHORT="Bitstream Vera font converted for ming"
+cat << EOF
+This contains the Bitstream Vera font family, a high quality font family
+suitable for commercial grade end user applications, converted into FDB
+format for use directly from Ming.
+EOF
diff --git a/fonts/ming-fonts/POST_INSTALL b/fonts/ming-fonts/POST_INSTALL
new file mode 100644
index 0000000..bf76680
--- /dev/null
+++ b/fonts/ming-fonts/POST_INSTALL
@@ -0,0 +1,2 @@
+message "Running fc-cache please be patient" &&
+fc-cache -f
More information about the Lunar-commits
mailing list