diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2019-06-29 07:49:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-06-29 07:49:21 +0700 |
commit | 05eefea0784239b74dd5b9cb94c4127ccd26aefa (patch) | |
tree | 3bb679e6e04fbde11d0abdfbaf176620a5b33bf1 /office | |
parent | b06a45f5ce51699d2771bf1ba3cdf385a688b493 (diff) | |
download | slackbuilds-05eefea0784239b74dd5b9cb94c4127ccd26aefa.tar.gz |
office/texlive-extra: Updated for version 2019.190626.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/texlive-extra/doinst.sh | 4 | ||||
-rw-r--r-- | office/texlive-extra/texlive-extra.SlackBuild | 4 | ||||
-rw-r--r-- | office/texlive-extra/texlive-extra.info | 10 |
3 files changed, 10 insertions, 8 deletions
diff --git a/office/texlive-extra/doinst.sh b/office/texlive-extra/doinst.sh index 6bd3d2a58e..f3b57a1c9c 100644 --- a/office/texlive-extra/doinst.sh +++ b/office/texlive-extra/doinst.sh @@ -1,3 +1,5 @@ chroot . /usr/bin/mktexlsr 1>/dev/null 2>/dev/null printf "y\n" | chroot . /usr/bin/updmap-sys --syncwithtrees 1>/dev/null 2>/dev/null -chroot . /usr/bin/updmap-sys 1>/dev/null 2>/dev/null +cp usr/share/texmf-dist/web2c/updmap.cfg.extra usr/share/texmf-dist/web2c/updmap.cfg.extra.tmp +chroot . /usr/bin/updmap-sys --cnffile /usr/share/texmf-dist/web2c/updmap.cfg --cnffile /usr/share/texmf-dist/web2c/updmap.cfg.extra 1>/dev/null 2>/dev/null +mv usr/share/texmf-dist/web2c/updmap.cfg.extra.tmp usr/share/texmf-dist/web2c/updmap.cfg.extra diff --git a/office/texlive-extra/texlive-extra.SlackBuild b/office/texlive-extra/texlive-extra.SlackBuild index 9cb48640b0..4faa70f884 100644 --- a/office/texlive-extra/texlive-extra.SlackBuild +++ b/office/texlive-extra/texlive-extra.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2009 Patrick J. Volkerding, Sebeka, MN, USA # Copyright 2009 - 2014 Robby Workman, Northport, AL, USA -# Copyright 2016 - 2018 Johannes Schoepfer, Germany +# Copyright 2016 - 2019 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-extra -VERSION=${VERSION:-2018.180822} +VERSION=${VERSION:-2019.190626} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/texlive-extra/texlive-extra.info b/office/texlive-extra/texlive-extra.info index 237880151d..1e31bcf88e 100644 --- a/office/texlive-extra/texlive-extra.info +++ b/office/texlive-extra/texlive-extra.info @@ -1,10 +1,10 @@ PRGNAM="texlive-extra" -VERSION="2018.180822" -HOMEPAGE="http://tug.org/texlive/" -DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/2018/texlive-extra/texlive-extra-2018.180822.tar.xz" -MD5SUM="6e40bc7ed4d73efa747ada7a45289c73" +VERSION="2019.190626" +HOMEPAGE="https://tug.org/texlive/" +DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/2019/texlive-extra-2019.190626.tar.xz" +MD5SUM="d75caaad02a5ec1ab5f398465eb759a1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="texlive" MAINTAINER="Johannes Schoepfer" -EMAIL="slackbuilds[at]schoepfer[dot]info" +EMAIL="slackbuilds@schoepfer.info" |