summaryrefslogtreecommitdiffstats
path: root/system/webcore-fonts/webcore-fonts.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2016-12-24 08:27:20 +0100
committer Willy Sudiarto Raharjo2016-12-31 02:22:24 +0100
commit5c69a23749f9f1f9d9cd10b12472be7015f82732 (patch)
treef4e4ee452932e3a4893bde51973fca58d8420a4b /system/webcore-fonts/webcore-fonts.SlackBuild
parentccbac4d64e02c21179fc5977436ca96d06ab3998 (diff)
downloadslackbuilds-5c69a23749f9f1f9d9cd10b12472be7015f82732.tar.gz
system/webcore-fonts: Fixed the symbol true type font.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/webcore-fonts/webcore-fonts.SlackBuild')
-rw-r--r--system/webcore-fonts/webcore-fonts.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/system/webcore-fonts/webcore-fonts.SlackBuild b/system/webcore-fonts/webcore-fonts.SlackBuild
index 2af1637fa7..63bf0e808b 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:-4}
+BUILD=${BUILD:-5}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@@ -44,6 +44,10 @@ mkdir -p $PKG/usr/share/fonts/TTF
cp fonts/* $PKG/usr/share/fonts/TTF
cp vista/* $PKG/usr/share/fonts/TTF
+# Substitute the symbol.ttf font with a patched version
+# https://bugs.winehq.org/show_bug.cgi?id=24099
+gunzip -c $CWD/symbol.gz > $PKG/usr/share/fonts/TTF/symbol.ttf
+
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a doc/* $PKG/usr/doc/$PRGNAM-$VERSION
rm $PKG/usr/doc/$PRGNAM-$VERSION/index.html.new