[Lunar-commits] <moonbase> mkfontdir: add a hack to use the 1.7.0 fonts with 1.6.3 version xorg-server.

Florin Braescu florin at lunar-linux.org
Thu Nov 19 15:50:39 CET 2009


commit ef5ac7aaa1fa6d5f3265936eee2e12b2ddd406e9
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Thu Nov 19 16:50:39 2009 +0200

    mkfontdir: add a hack to use the 1.7.0 fonts with 1.6.3 version xorg-server.
---
 xorg7/app/mkfontdir/BUILD   |    3 +++
 xorg7/app/mkfontdir/DETAILS |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/xorg7/app/mkfontdir/BUILD b/xorg7/app/mkfontdir/BUILD
index cfe3408..fafbba2 100644
--- a/xorg7/app/mkfontdir/BUILD
+++ b/xorg7/app/mkfontdir/BUILD
@@ -1,6 +1,9 @@
 (
   . /etc/profile.d/x11r7.rc &&
 
+# hack for X11 7.5 version fonts to be used in 7.4 version
+  ln -sf /usr/share/fonts /usr/lib/fonts  &&
+
   default_build
 
 ) > $C_FIFO 2>&1
diff --git a/xorg7/app/mkfontdir/DETAILS b/xorg7/app/mkfontdir/DETAILS
index 92e2918..272f696 100644
--- a/xorg7/app/mkfontdir/DETAILS
+++ b/xorg7/app/mkfontdir/DETAILS
@@ -6,7 +6,7 @@
    MODULE_PREFIX=${X11R7_PREFIX:-/usr}
         WEB_SITE=http://www.x.org
          ENTERED=20060120
-         UPDATED=20091118
+         UPDATED=20091119
            SHORT="The X.Org font directory creator"
 
 cat << EOF


More information about the Lunar-commits mailing list