Author: justin
Date: 2005-11-22 08:12:41 -0700 (Tue, 22 Nov 2005)
New Revision: 1133
Modified:
trunk/packages/fontconfig/Makefile
Log:
Added fontconfig hack from utf8-newmake (r1120) to trunk.
Modified: trunk/packages/fontconfig/Makefile
===================================================================
--- trunk/packages/fontconfig/Makefile 2005-11-22 06:38:03 UTC (rev 1132)
+++ trunk/packages/fontconfig/Makefile 2005-11-22 15:12:41 UTC (rev 1133)
@@ -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