diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-12-24 08:27:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-31 08:22:24 +0700 |
commit | 5c69a23749f9f1f9d9cd10b12472be7015f82732 (patch) | |
tree | f4e4ee452932e3a4893bde51973fca58d8420a4b | |
parent | ccbac4d64e02c21179fc5977436ca96d06ab3998 (diff) |
system/webcore-fonts: Fixed the symbol true type font.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | system/webcore-fonts/webcore-fonts.SlackBuild | 6 | ||||
-rw-r--r-- | system/webcore-fonts/webcore-fonts.info | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/system/webcore-fonts/webcore-fonts.SlackBuild b/system/webcore-fonts/webcore-fonts.SlackBuild index 2af1637fa7f4..63bf0e808bbd 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 diff --git a/system/webcore-fonts/webcore-fonts.info b/system/webcore-fonts/webcore-fonts.info index 9b306c1faa75..46dc605cf8b6 100644 --- a/system/webcore-fonts/webcore-fonts.info +++ b/system/webcore-fonts/webcore-fonts.info @@ -1,8 +1,10 @@ PRGNAM="webcore-fonts" VERSION="3.0" HOMEPAGE="http://avi.alkalay.net/linux/docs/font-howto/Font.html#msfonts" -DOWNLOAD="http://avi.alkalay.net/software/webcore-fonts/webcore-fonts-3.0.tar.gz" -MD5SUM="0ca029d7135f7afdba00be6280ff96c6" +DOWNLOAD="http://avi.alkalay.net/software/webcore-fonts/webcore-fonts-3.0.tar.gz \ + http://ponce.cc/slackware/sources/repo/symbol.gz" +MD5SUM="0ca029d7135f7afdba00be6280ff96c6 \ + 04fe09507552b16ac40a1738c87a23ff" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |