diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2023-06-01 19:39:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-03 10:38:12 +0700 |
commit | a4cd5630a7fbcc384498e82b8c00e06a45c61238 (patch) | |
tree | 10b03d411db486b7491e40e5baeb75fd4ffa11c1 | |
parent | f14d71e6835988b656d7a2571a24d99281f6ffa5 (diff) |
office/texlive-docs: Updated for version 2023.230322.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/texlive-docs/doinst.sh | 4 | ||||
-rw-r--r-- | office/texlive-docs/texlive-docs.SlackBuild | 6 | ||||
-rw-r--r-- | office/texlive-docs/texlive-docs.info | 6 |
3 files changed, 9 insertions, 7 deletions
diff --git a/office/texlive-docs/doinst.sh b/office/texlive-docs/doinst.sh index a6076ff24fc28..a660c34671349 100644 --- a/office/texlive-docs/doinst.sh +++ b/office/texlive-docs/doinst.sh @@ -1 +1,3 @@ -chroot . /usr/bin/mktexlsr 1>/dev/null 2>/dev/null +if [ -x /usr/bin/mktexlsr ]; then + chroot . /usr/bin/mktexlsr 1>/dev/null 2>/dev/null +fi diff --git a/office/texlive-docs/texlive-docs.SlackBuild b/office/texlive-docs/texlive-docs.SlackBuild index fadb3d55b58f9..fcbda13fa1b01 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 - 2022 Johannes Schoepfer, Germany +# Copyright 2016 - 2023 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=texlive-docs -TEXMFVERSION=${TEXMFVERSION:-210418} -VERSION=${VERSION:-2021.210418} +TEXMFVERSION=${TEXMFVERSION:-230322} +VERSION=${VERSION:-2023.230322} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/texlive-docs/texlive-docs.info b/office/texlive-docs/texlive-docs.info index a693f54daa639..f5ad63619124a 100644 --- a/office/texlive-docs/texlive-docs.info +++ b/office/texlive-docs/texlive-docs.info @@ -1,8 +1,8 @@ PRGNAM="texlive-docs" -VERSION="2021.210418" +VERSION="2023.230322" HOMEPAGE="https://tug.org/texlive/" -DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/texlive-docs-210418.tar.xz" -MD5SUM="c265537ee9fce1281d44e263f9797499" +DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/texlive-docs-230322.tar.xz" +MD5SUM="d9bc0e3c7da9c5ee5b96157166c9c2fe" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |