Author: justin
Date: 2005-11-22 08:16:49 -0700 (Tue, 22 Nov 2005)
New Revision: 1134

Modified:
   branches/6.1.1-newmake/packages/fontconfig/Makefile
   branches/dm/packages/fontconfig/Makefile
Log:
Merged r1133 from trunk to dm and 6.1.1-newmake.

Modified: branches/6.1.1-newmake/packages/fontconfig/Makefile
===================================================================
--- branches/6.1.1-newmake/packages/fontconfig/Makefile 2005-11-22 15:12:41 UTC 
(rev 1133)
+++ branches/6.1.1-newmake/packages/fontconfig/Makefile 2005-11-22 15:16:49 UTC 
(rev 1134)
@@ -24,6 +24,9 @@
        make $(PM)
        make install
        sed -i -e 's/Bitstream Vera/DejaVu/' /etc/fonts/fonts.conf
+       # UGLY HACK BELOW. Remove when Greek is supported in DejaVu Sans Mono.
+       # Needed in order to avoid fallback to (ugly) FreeMono in Terminal.
+       sed -i -e '/prefer/,+2s,^\(.*Sans\) Mono\(.*$$\),&\n\1\2,' 
/etc/fonts/fonts.conf
 
 clean:
        -rm -rf $(DIR)

Modified: branches/dm/packages/fontconfig/Makefile
===================================================================
--- branches/dm/packages/fontconfig/Makefile    2005-11-22 15:12:41 UTC (rev 
1133)
+++ branches/dm/packages/fontconfig/Makefile    2005-11-22 15:16:49 UTC (rev 
1134)
@@ -24,6 +24,9 @@
        make $(PM)
        make install
        sed -i -e 's/Bitstream Vera/DejaVu/' /etc/fonts/fonts.conf
+       # UGLY HACK BELOW. Remove when Greek is supported in DejaVu Sans Mono.
+       # Needed in order to avoid fallback to (ugly) FreeMono in Terminal.
+       sed -i -e '/prefer/,+2s,^\(.*Sans\) Mono\(.*$$\),&\n\1\2,' 
/etc/fonts/fonts.conf
 
 clean:
        -rm -rf $(DIR)

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

Reply via email to