diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2017-06-26 00:44:27 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-01 07:43:22 +0700 |
commit | 790282238c118d91fe159aed5e09f7703cc35d09 (patch) | |
tree | f320c9aba8c24c72140c08c26ad82a22f8961fd9 /office | |
parent | 3810dd6639e2ff369a9a76ca13f3c764f96a4ecb (diff) |
office/texlive-fonts: Updated for version 2017.170622.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/texlive-fonts/doinst.sh | 1 | ||||
-rw-r--r-- | office/texlive-fonts/texlive-fonts.SlackBuild | 4 | ||||
-rw-r--r-- | office/texlive-fonts/texlive-fonts.info | 6 |
3 files changed, 5 insertions, 6 deletions
diff --git a/office/texlive-fonts/doinst.sh b/office/texlive-fonts/doinst.sh index c48abd6559ad..a939f14d90cc 100644 --- a/office/texlive-fonts/doinst.sh +++ b/office/texlive-fonts/doinst.sh @@ -1,5 +1,4 @@ [ -f usr/share/texmf-config/web2c/updmap.cfg ] && rm usr/share/texmf-config/web2c/updmap.cfg chroot . /usr/bin/mktexlsr 1>/dev/null 2>/dev/null printf "y\n" | chroot . /usr/bin/updmap-sys --nohash --syncwithtrees 1>/dev/null 2>/dev/null -chroot . /usr/bin/updmap-sys 1>/dev/null 2>/dev/null chroot . /usr/bin/fmtutil-sys --all 1>/dev/null 2>/dev/null diff --git a/office/texlive-fonts/texlive-fonts.SlackBuild b/office/texlive-fonts/texlive-fonts.SlackBuild index b831fed25ef7..3092640acb13 100644 --- a/office/texlive-fonts/texlive-fonts.SlackBuild +++ b/office/texlive-fonts/texlive-fonts.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2009 Patrick J. Volkerding, Sebeka, MN, USA # Copyright 2009-2014 Robby Workman, Northport, AL, USA -# Copyright 2016 Johannes Schoepfer +# Copyright 2016-2017 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=texlive-fonts -VERSION=${VERSION:-2016.161031} +VERSION=${VERSION:-2017.170622} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/texlive-fonts/texlive-fonts.info b/office/texlive-fonts/texlive-fonts.info index be72db316b13..aea98fa78ba7 100644 --- a/office/texlive-fonts/texlive-fonts.info +++ b/office/texlive-fonts/texlive-fonts.info @@ -1,8 +1,8 @@ PRGNAM="texlive-fonts" -VERSION="2016.161031" +VERSION="2017.170622" HOMEPAGE="http://tug.org/texlive/" -DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/2016/texlive-fonts/texlive-fonts-2016.161031.tar.xz" -MD5SUM="53ff12054696706a06f85ad333f1f41d" +DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/2017/texlive-fonts/texlive-fonts-2017.170622.tar.xz" +MD5SUM="e0ee1c0fbb3a7adf4900ea79d1b5ace9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="texlive" |