diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2020-06-13 08:38:28 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-14 17:45:45 +0700 |
commit | 1dcbe4ec8881666efa9e029ea55f44d8d4dab044 (patch) | |
tree | 0b9d66ed88a308f9bd9059623666ccfe7524c09c /office | |
parent | 7bb223002239b573aed9af6101e8b2bc0c83b613 (diff) | |
download | slackbuilds-1dcbe4ec8881666efa9e029ea55f44d8d4dab044.tar.gz |
office/texlive-docs: Updated for version 2020.200608.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/texlive-docs/texlive-docs.SlackBuild | 14 | ||||
-rw-r--r-- | office/texlive-docs/texlive-docs.info | 8 |
2 files changed, 12 insertions, 10 deletions
diff --git a/office/texlive-docs/texlive-docs.SlackBuild b/office/texlive-docs/texlive-docs.SlackBuild index b34eada5d2..cb60d47aa1 100644 --- a/office/texlive-docs/texlive-docs.SlackBuild +++ b/office/texlive-docs/texlive-docs.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2009 Patrick J. Volkerding, Sebeka, MN, USA # Copyright 2009 - 2014 Robby Workman, Northport, AL, USA -# Copyright 2016 - 2019 Johannes Schoepfer, Germany +# Copyright 2016 - 2020 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:-2019.190626} +VERSION=${VERSION:-2020.200608} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -36,19 +36,21 @@ OUTPUT=${OUTPUT:-/tmp} ARCH=noarch +TEXMFROOT=/usr/share + set -e rm -rf $PKG -mkdir -p $TMP $PKG/usr/share $OUTPUT $PKG/usr/doc/texlive-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.xz -C $PKG/usr/share +mkdir -p $TMP $PKG$TEXMFROOT $OUTPUT $PKG/usr/doc/texlive-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz -C $PKG$TEXMFROOT chown -R root:root $PKG 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 +rm -rf $PKG$TEXMFROOT/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 +mv $PKG$TEXMFROOT/texmf-dist/packages.docs.gz $PKG/usr/doc/texlive-$VERSION mkdir -p $PKG/install cat $CWD/doinst.sh > $PKG/install/doinst.sh diff --git a/office/texlive-docs/texlive-docs.info b/office/texlive-docs/texlive-docs.info index ae36d4ec1f..79bb330e80 100644 --- a/office/texlive-docs/texlive-docs.info +++ b/office/texlive-docs/texlive-docs.info @@ -1,10 +1,10 @@ PRGNAM="texlive-docs" -VERSION="2019.190626" +VERSION="2020.200608" HOMEPAGE="https://tug.org/texlive/" -DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/2019/texlive-docs-2019.190626.tar.xz" -MD5SUM="bb48cec9ec541fda657541d7c45a06d4" +DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/texlive-docs-2020.200608.tar.xz" +MD5SUM="89c5212c1cae844188fca98f21acd938" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="texlive" +REQUIRES="" MAINTAINER="Johannes Schoepfer" EMAIL="slackbuilds@schoepfer.info" |