mirror of
git://slackware.nl/current.git
synced 2025-01-20 22:26:48 +01:00
76fc4757ac
Mon Nov 4 17:08:47 UTC 2013 Slackware 14.1 x86_64 stable is released! It's been another interesting release cycle here at Slackware bringing new features like support for UEFI machines, updated compilers and development tools, the switch from MySQL to MariaDB, and many more improvements throughout the system. Thanks to the team, the upstream developers, the dedicated Slackware community, and everyone else who pitched in to help make this release a reality. The ISOs are off to be replicated, a 6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD. Please consider supporting the Slackware project by picking up a copy from store.slackware.com. We're taking pre-orders now, and offer a discount if you sign up for a subscription. Have fun! :-)
21 lines
909 B
Diff
21 lines
909 B
Diff
Since this fontconfig change [1], we get warnings in 44-wqy-zenhei.conf
|
|
like this: "Having multiple values in <test> isn't supported and may
|
|
not work as expected" - let's fix that...
|
|
|
|
[1] http://cgit.freedesktop.org/fontconfig/commit/?id=2837c63876b9b
|
|
|
|
diff -Nur wqy-zenhei.orig/44-wqy-zenhei.conf wqy-zenhei/44-wqy-zenhei.conf
|
|
--- wqy-zenhei.orig/44-wqy-zenhei.conf 2009-05-17 15:25:41.000000000 -0500
|
|
+++ wqy-zenhei/44-wqy-zenhei.conf 2013-02-25 19:00:36.870491434 -0600
|
|
@@ -6,7 +6,11 @@
|
|
<match target="font">
|
|
<test qual="any" name="family">
|
|
<string>WenQuanYi Zen Hei</string>
|
|
+ </test>
|
|
+ <test qual="any" name="family">
|
|
<string>文泉驿正黑</string>
|
|
+ </test>
|
|
+ <test qual="any" name="family">
|
|
<string>文泉驛正黑</string>
|
|
</test>
|
|
<edit name="globaladvance"><bool>false</bool></edit>
|