[Lunar-commits] <moonbase> liberation-fonts: Source is not valid.

Moritz Heiber moe at lunar-linux.org
Sat Jun 21 22:58:45 CEST 2008


commit b2e9a098f9b0cfaff177d2fe67440b1af901eb0a
Author: Moritz Heiber <moe at lunar-linux.org>
Date:   Sat Jun 21 22:56:00 2008 +0200

    liberation-fonts: Source is not valid.
    
    I wonder why nobody noticed this until now: The upstream tarball is not a .gz
    packed tarball but rather a plain tarball. Our unpack routine can't handle
    that .. and frankly, I blame Redhat for not providing sources the right way.
    
    Anyhow, this circumvents the issue.
---
 fonts/liberation-fonts/DETAILS      |    8 ++++----
 fonts/liberation-fonts/POST_INSTALL |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/fonts/liberation-fonts/DETAILS b/fonts/liberation-fonts/DETAILS
index b19b48f..ac7553b 100644
--- a/fonts/liberation-fonts/DETAILS
+++ b/fonts/liberation-fonts/DETAILS
@@ -1,10 +1,10 @@
           MODULE=liberation-fonts
          VERSION=3
-          SOURCE=$MODULE.tar.gz
-      SOURCE_URL=https://www.redhat.com/f/fonts/
+          SOURCE=${MODULE}.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
-      SOURCE_VFY=sha1:38276ab5e4322e131217d26f193bfce396195c0a
-        WEB_SITE=https://www.redhat.com/promo/fonts/
+      SOURCE_URL=$MIRROR_URL/
+      SOURCE_VFY=sha1:098b2b529d9f6fac7a6b46132145dfecdb6019a7
+        WEB_SITE=http://www.redhat.com/promo/fonts/
          ENTERED=20070516
          UPDATED=20080330
            SHORT="some RedHat GPL exception licensed fonts"
diff --git a/fonts/liberation-fonts/POST_INSTALL b/fonts/liberation-fonts/POST_INSTALL
index bf76680..c83d8b4 100644
--- a/fonts/liberation-fonts/POST_INSTALL
+++ b/fonts/liberation-fonts/POST_INSTALL
@@ -1,2 +1,2 @@
-message "Running fc-cache please be patient" &&
+message "${MESSAGE_COLOR}Running fc-cache please be patient${DEFAULT_COLOR}" &&
 fc-cache -f


More information about the Lunar-commits mailing list