[Lunar-commits] <moonbase> liberation-fonts-ttf: moving this to reflect more closely what Redhat
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sun Mar 30 22:51:56 CEST 2008
commit 59e3e5d1d5a952da5442abf5d0ac353ba83b02f7
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Sun Mar 30 16:51:56 2008 -0400
liberation-fonts-ttf: moving this to reflect more closely what Redhat
calls them. They seem to have dropped version numbers so I am clueless
what version number to use so that remains as is in the DETAILS for now.
---
fonts/liberation-fonts-ttf/BUILD | 17 -----------------
fonts/liberation-fonts-ttf/DEPENDS | 1 -
fonts/liberation-fonts-ttf/DETAILS | 23 -----------------------
fonts/liberation-fonts-ttf/POST_INSTALL | 2 --
fonts/liberation-fonts/BUILD | 17 +++++++++++++++++
fonts/liberation-fonts/DEPENDS | 1 +
fonts/liberation-fonts/DETAILS | 23 +++++++++++++++++++++++
fonts/liberation-fonts/POST_INSTALL | 2 ++
8 files changed, 43 insertions(+), 43 deletions(-)
diff --git a/fonts/liberation-fonts-ttf/BUILD b/fonts/liberation-fonts-ttf/BUILD
deleted file mode 100644
index 254f7fa..0000000
--- a/fonts/liberation-fonts-ttf/BUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-(
-
- 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
diff --git a/fonts/liberation-fonts-ttf/DEPENDS b/fonts/liberation-fonts-ttf/DEPENDS
deleted file mode 100644
index e53c980..0000000
--- a/fonts/liberation-fonts-ttf/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends fontconfig
diff --git a/fonts/liberation-fonts-ttf/DETAILS b/fonts/liberation-fonts-ttf/DETAILS
deleted file mode 100644
index 77539c2..0000000
--- a/fonts/liberation-fonts-ttf/DETAILS
+++ /dev/null
@@ -1,23 +0,0 @@
- MODULE=liberation-fonts-ttf
- VERSION=3
- SOURCE=$MODULE-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/liberation-fonts-0.2
- SOURCE_URL=https://www.redhat.com/f/fonts/
- SOURCE_VFY=sha1:503fd3c60174b53f59ca41927b72e4a44bab586b
- WEB_SITE=https://www.redhat.com/promo/fonts/
- ENTERED=20070516
- UPDATED=20070917
- 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
diff --git a/fonts/liberation-fonts-ttf/POST_INSTALL b/fonts/liberation-fonts-ttf/POST_INSTALL
deleted file mode 100644
index bf76680..0000000
--- a/fonts/liberation-fonts-ttf/POST_INSTALL
+++ /dev/null
@@ -1,2 +0,0 @@
-message "Running fc-cache please be patient" &&
-fc-cache -f
diff --git a/fonts/liberation-fonts/BUILD b/fonts/liberation-fonts/BUILD
new file mode 100644
index 0000000..254f7fa
--- /dev/null
+++ b/fonts/liberation-fonts/BUILD
@@ -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
diff --git a/fonts/liberation-fonts/DEPENDS b/fonts/liberation-fonts/DEPENDS
new file mode 100644
index 0000000..e53c980
--- /dev/null
+++ b/fonts/liberation-fonts/DEPENDS
@@ -0,0 +1 @@
+depends fontconfig
diff --git a/fonts/liberation-fonts/DETAILS b/fonts/liberation-fonts/DETAILS
new file mode 100644
index 0000000..b19b48f
--- /dev/null
+++ b/fonts/liberation-fonts/DETAILS
@@ -0,0 +1,23 @@
+ MODULE=liberation-fonts
+ VERSION=3
+ SOURCE=$MODULE.tar.gz
+ SOURCE_URL=https://www.redhat.com/f/fonts/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_VFY=sha1:38276ab5e4322e131217d26f193bfce396195c0a
+ WEB_SITE=https://www.redhat.com/promo/fonts/
+ ENTERED=20070516
+ UPDATED=20080330
+ 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
diff --git a/fonts/liberation-fonts/POST_INSTALL b/fonts/liberation-fonts/POST_INSTALL
new file mode 100644
index 0000000..bf76680
--- /dev/null
+++ b/fonts/liberation-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