From 5c69a23749f9f1f9d9cd10b12472be7015f82732 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 24 Dec 2016 08:27:20 +0100 Subject: system/webcore-fonts: Fixed the symbol true type font. Signed-off-by: Matteo Bernardini --- system/webcore-fonts/webcore-fonts.SlackBuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'system/webcore-fonts/webcore-fonts.SlackBuild') 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 -- cgit v1.2.3-65-gdbad