office/texlive-docs: Updated for version 2018.180630.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
eb2c9ae627
commit
8078535f57
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue