summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Johannes Schoepfer2018-07-12 17:34:59 +0200
committer Willy Sudiarto Raharjo2018-07-14 01:55:55 +0200
commit8078535f57bbfd48d767f5250cbc0e539af6ec96 (patch)
tree27a9090fb0dd804f773dd2163373fc4e4b633eae
parenteb2c9ae627b868838fa9372d2e083b230bbc8b7d (diff)
downloadslackbuilds-8078535f57bbfd48d767f5250cbc0e539af6ec96.tar.gz
office/texlive-docs: Updated for version 2018.180630.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--office/texlive-docs/texlive-docs.SlackBuild9
-rw-r--r--office/texlive-docs/texlive-docs.info6
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"