diff options
-rw-r--r-- | system/webcore-fonts/25-noautohint-corefonts.conf | 34 | ||||
-rw-r--r-- | system/webcore-fonts/README | 24 | ||||
-rw-r--r-- | system/webcore-fonts/webcore-fonts.SlackBuild | 2 |
3 files changed, 31 insertions, 29 deletions
diff --git a/system/webcore-fonts/25-noautohint-corefonts.conf b/system/webcore-fonts/25-noautohint-corefonts.conf index f017ed6ba4..063cf4058a 100644 --- a/system/webcore-fonts/25-noautohint-corefonts.conf +++ b/system/webcore-fonts/25-noautohint-corefonts.conf @@ -12,20 +12,22 @@ the autohinter on. --> <fontconfig> - <test name="family"> - <string>Andale Mono</string> - <string>Arial</string> - <string>Comic Sans MS</string> - <string>Courier New</string> - <string>Georgia</string> - <string>Impact</string> - <string>Tahoma</string> - <string>Times New Roman</string> - <string>Trebuchet MS</string> - <string>Verdana</string> - <string>Webdings</string> - </test> - <edit mode="assign" name="autohint"> - <bool>false</bool> - </edit> + <match target="font"> + <test name="family"> + <string>Andale Mono</string> + <string>Arial</string> + <string>Comic Sans MS</string> + <string>Courier New</string> + <string>Georgia</string> + <string>Impact</string> + <string>Tahoma</string> + <string>Times New Roman</string> + <string>Trebuchet MS</string> + <string>Verdana</string> + <string>Webdings</string> + </test> + <edit mode="assign" name="autohint"> + <bool>false</bool> + </edit> + </match> </fontconfig> diff --git a/system/webcore-fonts/README b/system/webcore-fonts/README index f0a7c8b19d..2d21b98a9a 100644 --- a/system/webcore-fonts/README +++ b/system/webcore-fonts/README @@ -1,16 +1,16 @@ The Webcore Fonts package contains: -* Microsoft's Core Fonts for the web * Microsoft Tahoma * Microsoft's -new fonts for Windows Vista +* Microsoft's Core Fonts for the web +* Microsoft Tahoma +* Microsoft's new fonts for Windows Vista +* Lucida Console -This SlackBuild puts two files in in /etc/fonts/conf.avail. The -first, "35-webcore-fonts.conf", sets the "sans" "serif" and -"monsopace" aliases to Arial, Times New Roman and Courier New. The -second. "25-noautohint-corefonts.conf", disables the autohinter -for core fonts only. You activate either file by symlinking it into -/etc/fonts/conf.d. +This SlackBuild puts two files in in /etc/fonts/conf.avail. The first, +"35-webcore-fonts.conf", sets the "sans" "serif" and "monopace" aliases to +Arial, Times New Roman and Courier New. The second. +"25-noautohint-corefonts.conf", disables the autohinter for core fonts only. +You activate either file by symlinking it into /etc/fonts/conf.d. -Before installing these, please remove -"/etc/fonts/conf.d/60-liberation.conf". That file causes Slackware to -display Liberation fonts in the place of Microsoft fonts. If you have -Microsoft fonts, you don't need it. +Before installing these, please remove "/etc/fonts/conf.d/60-liberation.conf". +That file causes Slackware to display Liberation fonts in the place of +Microsoft fonts. If you have Microsoft fonts, you don't need it. diff --git a/system/webcore-fonts/webcore-fonts.SlackBuild b/system/webcore-fonts/webcore-fonts.SlackBuild index d0c3b2a37f..8f79d4fe7a 100644 --- a/system/webcore-fonts/webcore-fonts.SlackBuild +++ b/system/webcore-fonts/webcore-fonts.SlackBuild @@ -8,7 +8,7 @@ PRGNAM=webcore-fonts VERSION=${VERSION:-3.0} ARCH=${ARCH:-noarch} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} CWD=$(pwd) |