Author: alexander
Date: 2007-04-25 07:40:06 -0600 (Wed, 25 Apr 2007)
New Revision: 1860

Removed:
   trunk/packages/fontconfig/local.conf
Modified:
   trunk/packages/fontconfig/Makefile
Log:
Old adjustments in local.conf are no longer needed with new freetype


Modified: trunk/packages/fontconfig/Makefile
===================================================================
--- trunk/packages/fontconfig/Makefile  2007-04-25 13:35:55 UTC (rev 1859)
+++ trunk/packages/fontconfig/Makefile  2007-04-25 13:40:06 UTC (rev 1860)
@@ -28,7 +28,6 @@
        make install
        cp -v ../$(FILE1) ../$(FILE2) /etc/fonts/conf.avail
        ln -sfv ../conf.avail/$(FILE1) ../conf.avail/$(FILE2) /etc/fonts/conf.d
-       cp -v ../local.conf /etc/fonts
 
 clean:
        -rm -rf $(DIR)

Deleted: trunk/packages/fontconfig/local.conf
===================================================================
--- trunk/packages/fontconfig/local.conf        2007-04-25 13:35:55 UTC (rev 
1859)
+++ trunk/packages/fontconfig/local.conf        2007-04-25 13:40:06 UTC (rev 
1860)
@@ -1,31 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
-<!-- /etc/fonts/local.conf file for local customizations -->
-<fontconfig>
-<!--  Use the Autohinter instead of bytecode interpreter because European
-      fonts on the CD have poor native hints for non-ASCII characters -->
-  <match target="font">
-    <edit name="autohint" mode="assign"><bool>true</bool></edit>
-  </match>
-<!-- Use the embedded bitmaps in the AR PL New Sung font when appropriate -->
-  <match target="font">
-    <test name="family">
-      <string>AR PL New Sung</string>
-    </test>
-    <test name="pixelsize" compare="less_eq">
-      <double>16.0</double>
-    </test>
-    <edit name="antialias" mode="assign">
-      <bool>false</bool>
-    </edit>
-  </match>
-<!--
-  Enable sub-pixel rendering
-       <match target="font">
-               <test qual="all" name="rgba">
-                       <const>unknown</const>
-               </test>
-               <edit name="rgba" mode="assign"><const>rgb</const></edit>
-       </match>
--->
-</fontconfig>

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to