[Lunar-commits] r24444 - in moonbase/trunk: . liberation-fonts-ttf

Dennis Veatch stumbles at lunar-linux.org
Wed May 16 13:09:42 CEST 2007


Author: stumbles
Date: 2007-05-16 13:09:42 +0200 (Wed, 16 May 2007)
New Revision: 24444

Added:
   moonbase/trunk/liberation-fonts-ttf/
   moonbase/trunk/liberation-fonts-ttf/BUILD
   moonbase/trunk/liberation-fonts-ttf/DEPENDS
   moonbase/trunk/liberation-fonts-ttf/DETAILS
   moonbase/trunk/liberation-fonts-ttf/POST_INSTALL
   moonbase/trunk/liberation-fonts-ttf/PRE_BUILD
Log:

Initial import. Some ttf fonts made available by Redhat.



Added: moonbase/trunk/liberation-fonts-ttf/BUILD
===================================================================
--- moonbase/trunk/liberation-fonts-ttf/BUILD	                        (rev 0)
+++ moonbase/trunk/liberation-fonts-ttf/BUILD	2007-05-16 11:09:42 UTC (rev 24444)
@@ -0,0 +1,17 @@
+(
+
+  LIBTTF=/usr/share/fonts/liberation-fonts-ttf
+
+  prepare_install              &&
+
+  if [ ! -d $LIBTTF ] ; then
+     mkdir -p $LIBTTF
+  fi                           &&
+
+  if [ -d old.libraries ] ; then
+    rmdir old.libraries
+  fi                           &&
+
+  cp -f $SOURCE_DIRECTORY/* $LIBTTF
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/liberation-fonts-ttf/DEPENDS
===================================================================
--- moonbase/trunk/liberation-fonts-ttf/DEPENDS	                        (rev 0)
+++ moonbase/trunk/liberation-fonts-ttf/DEPENDS	2007-05-16 11:09:42 UTC (rev 24444)
@@ -0,0 +1 @@
+depends fontconfig

Added: moonbase/trunk/liberation-fonts-ttf/DETAILS
===================================================================
--- moonbase/trunk/liberation-fonts-ttf/DETAILS	                        (rev 0)
+++ moonbase/trunk/liberation-fonts-ttf/DETAILS	2007-05-16 11:09:42 UTC (rev 24444)
@@ -0,0 +1,23 @@
+          MODULE=liberation-fonts-ttf
+         VERSION=2
+          SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+      SOURCE_URL=https://www.redhat.com/f/fonts/
+      SOURCE_VFY=sha1:c49cae316fa454a10502feb2122e7d3b33ab06d5
+        WEB_SITE=https://www.redhat.com/promo/fonts/
+         ENTERED=20070516
+         UPDATED=20070516
+           SHORT="some RedHat GPL exception licensed fonts"
+cat << EOF
+There are three sets: Sans (a substitute for Arial, Albany, Helvetica,
+Nimbus Sans L, and Bitstream Vera Sans), Serif (a substitute for Times
+New Roman, Thorndale, Nimbus Roman, and Bitstream Vera Serif) and Mono
+(a substitute for Courier New, Cumberland, Courier, Nimbus Mono L, and
+Bitstream Vera Sans Mono). The fonts are now available for you to
+install.
+
+You are free to use these fonts on any system you would like. You are
+free to redistribute them under the GPL+exception license found in the
+download. Using these fonts does not subject your documents to the
+GPL--it liberates them from any proprietary claim.
+EOF

Added: moonbase/trunk/liberation-fonts-ttf/POST_INSTALL
===================================================================
--- moonbase/trunk/liberation-fonts-ttf/POST_INSTALL	                        (rev 0)
+++ moonbase/trunk/liberation-fonts-ttf/POST_INSTALL	2007-05-16 11:09:42 UTC (rev 24444)
@@ -0,0 +1 @@
+message "Running fc-cache please be patient" &&

Added: moonbase/trunk/liberation-fonts-ttf/PRE_BUILD
===================================================================
--- moonbase/trunk/liberation-fonts-ttf/PRE_BUILD	                        (rev 0)
+++ moonbase/trunk/liberation-fonts-ttf/PRE_BUILD	2007-05-16 11:09:42 UTC (rev 24444)
@@ -0,0 +1,3 @@
+mk_source_dir        &&
+cd $SOURCE_DIRECTORY &&
+unpack $SOURCE



More information about the Lunar-commits mailing list