diff options
Diffstat (limited to 'office/texlive-docs')
-rw-r--r-- | office/texlive-docs/texlive-docs.SlackBuild | 9 | ||||
-rw-r--r-- | office/texlive-docs/texlive-docs.info | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/office/texlive-docs/texlive-docs.SlackBuild b/office/texlive-docs/texlive-docs.SlackBuild index 12117cde80..50e0c0f61c 100644 --- a/office/texlive-docs/texlive-docs.SlackBuild +++ b/office/texlive-docs/texlive-docs.SlackBuild @@ -1,10 +1,10 @@ #!/bin/sh -# texlive-texmf-docs build script for Slackware +# texlive-docs build script for Slackware # Copyright 2009 Patrick J. Volkerding, Sebeka, MN, USA -# Copyright 2009-2014 Robby Workman, Northport, AL, USA -# Copyright 2016-2017 Johannes Schoepfer, Germany +# Copyright 2009 - 2014 Robby Workman, Northport, AL, USA +# 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-docs -VERSION=${VERSION:-2017.171108} +VERSION=${VERSION:-2018.180630} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -47,6 +47,7 @@ chmod -R u+w,go-w,a+rX-st $PKG # No, we don't care about the pdf versions of the manual pages rm -rf $PKG/usr/share/texmf-dist/doc/man +# Install index of provided tex packages to the docs mv $PKG/usr/share/texmf-dist/packages.docs.gz $PKG/usr/doc/texlive-$VERSION mkdir -p $PKG/install diff --git a/office/texlive-docs/texlive-docs.info b/office/texlive-docs/texlive-docs.info index 74936c68f5..a972ebe4a2 100644 --- a/office/texlive-docs/texlive-docs.info +++ b/office/texlive-docs/texlive-docs.info @@ -1,8 +1,8 @@ PRGNAM="texlive-docs" -VERSION="2017.171108" +VERSION="2018.180630" HOMEPAGE="http://tug.org/texlive/" -DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/2017/texlive-docs/texlive-docs-2017.171108.tar.xz" -MD5SUM="d697e8958018b819846d0360c6855407" +DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/2018/texlive-docs/texlive-docs-2018.180630.tar.xz" +MD5SUM="ae338b9b0a65a2fdab5503d68c279ab2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="texlive" |