From 8639d72e4a7980cd0a786d21a333077743d70599 Mon Sep 17 00:00:00 2001 From: Dugan Chen Date: Fri, 3 Jun 2011 22:17:02 -0500 Subject: system/webcore-fonts: Removed the two files in conf.avail. "Years of feedback in lq.org have told me that all they did was confuse people. They're useless anyway (the old SlackBuild just left them disabled by default)." --Dugan Chen Signed-off-by: Erik Hanson --- system/webcore-fonts/25-noautohint-corefonts.conf | 33 ----------------------- system/webcore-fonts/35-webcore-fonts.conf | 22 --------------- system/webcore-fonts/README | 9 ++----- system/webcore-fonts/webcore-fonts.SlackBuild | 8 ++---- system/webcore-fonts/webcore-fonts.info | 2 +- 5 files changed, 5 insertions(+), 69 deletions(-) delete mode 100644 system/webcore-fonts/25-noautohint-corefonts.conf delete mode 100644 system/webcore-fonts/35-webcore-fonts.conf (limited to 'system') diff --git a/system/webcore-fonts/25-noautohint-corefonts.conf b/system/webcore-fonts/25-noautohint-corefonts.conf deleted file mode 100644 index 063cf4058a..0000000000 --- a/system/webcore-fonts/25-noautohint-corefonts.conf +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - Andale Mono - Arial - Comic Sans MS - Courier New - Georgia - Impact - Tahoma - Times New Roman - Trebuchet MS - Verdana - Webdings - - - false - - - diff --git a/system/webcore-fonts/35-webcore-fonts.conf b/system/webcore-fonts/35-webcore-fonts.conf deleted file mode 100644 index f6c8bab9e8..0000000000 --- a/system/webcore-fonts/35-webcore-fonts.conf +++ /dev/null @@ -1,22 +0,0 @@ - - - - - serif - - Times New Roman - - - - sans-serif - - Arial - - - - monospace - - Courier New - - - diff --git a/system/webcore-fonts/README b/system/webcore-fonts/README index 2d21b98a9a..3552413ff2 100644 --- a/system/webcore-fonts/README +++ b/system/webcore-fonts/README @@ -5,12 +5,7 @@ The Webcore Fonts package contains: * 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 "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. +Microsoft fonts. If you have Microsoft fonts, you don't need the +substitutions. diff --git a/system/webcore-fonts/webcore-fonts.SlackBuild b/system/webcore-fonts/webcore-fonts.SlackBuild index 5962b9abdd..c43e818151 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=noarch -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -16,7 +16,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -set -e +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -35,10 +35,6 @@ mkdir -p $PKG/usr/share/fonts/TTF cp fonts/* $PKG/usr/share/fonts/TTF cp vista/* $PKG/usr/share/fonts/TTF -mkdir -p $PKG/etc/fonts/conf.avail -cp $CWD/35-webcore-fonts.conf $PKG/etc/fonts/conf.avail -cp $CWD/25-noautohint-corefonts.conf $PKG/etc/fonts/conf.avail - mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a doc/* $PKG/usr/doc/$PRGNAM-$VERSION rm $PKG/usr/doc/$PRGNAM-$VERSION/index.html.new diff --git a/system/webcore-fonts/webcore-fonts.info b/system/webcore-fonts/webcore-fonts.info index 92c3e5d9a9..70eec6f57c 100644 --- a/system/webcore-fonts/webcore-fonts.info +++ b/system/webcore-fonts/webcore-fonts.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Dugan Chen" EMAIL="dugan [underscore] c [at] fastmail [dot] fm" -APPROVED="dsomero" +APPROVED="dsomero,Erik Hanson" -- cgit v1.2.3