summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Johannes Schoepfer2017-11-14 15:22:26 +0100
committer Willy Sudiarto Raharjo2017-11-18 06:40:25 +0100
commita85f7034c891304ca58fb95920e6a3f50ecb15d2 (patch)
treed4d29b5d05249e87caf0e96098afa51a52279d09
parent26567af3f0d2ce98338d05a344aa5e44b2ad30a5 (diff)
downloadslackbuilds-a85f7034c891304ca58fb95920e6a3f50ecb15d2.tar.gz
office/texlive-docs: Updated for version 2017.171108.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--office/texlive-docs/README6
-rw-r--r--office/texlive-docs/slack-desc6
-rw-r--r--office/texlive-docs/texlive-docs.SlackBuild12
-rw-r--r--office/texlive-docs/texlive-docs.info6
4 files changed, 12 insertions, 18 deletions
diff --git a/office/texlive-docs/README b/office/texlive-docs/README
index b022362efe..772305392b 100644
--- a/office/texlive-docs/README
+++ b/office/texlive-docs/README
@@ -1,4 +1,4 @@
-texlive-docs (TeXLive Documentation)
+texlive-docs (TeXLive -base Documentation)
-This package contains all of the documentation shipped with the
-texlive-texmf netarchives distributed by tug.org.
+This package contains the documentation appropriate
+to the texlive base package.
diff --git a/office/texlive-docs/slack-desc b/office/texlive-docs/slack-desc
index 09775bb851..2a3f1b03ad 100644
--- a/office/texlive-docs/slack-desc
+++ b/office/texlive-docs/slack-desc
@@ -6,10 +6,10 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-texlive-docs: texlive-docs (TeXLive Documentation)
+texlive-docs: texlive-docs (TeXLive -base Documentation)
texlive-docs:
-texlive-docs: This package contains all of the documentation shipped with the
-texlive-docs: texlive-texmf netarchives distributed by tug.org.
+texlive-docs: This package contains the documentation appropriate
+texlive-docs: to the texlive base package.
texlive-docs:
texlive-docs:
texlive-docs:
diff --git a/office/texlive-docs/texlive-docs.SlackBuild b/office/texlive-docs/texlive-docs.SlackBuild
index c756bbe824..12117cde80 100644
--- a/office/texlive-docs/texlive-docs.SlackBuild
+++ b/office/texlive-docs/texlive-docs.SlackBuild
@@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=texlive-docs
-VERSION=${VERSION:-2017.170622}
+VERSION=${VERSION:-2017.171108}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -39,21 +39,15 @@ ARCH=noarch
set -e
rm -rf $PKG
-mkdir -p $TMP $PKG/usr/share $OUTPUT
+mkdir -p $TMP $PKG/usr/share $OUTPUT $PKG/usr/doc/texlive-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz -C $PKG/usr/share
chown -R root:root $PKG
chmod -R u+w,go-w,a+rX-st $PKG
-# Move manual pages to the correct place
-mkdir -p $PKG/usr/man/man1 $PKG/usr/man/man5
-mv $PKG/usr/share/texmf-dist/doc/man/man1/*.1 $PKG/usr/man/man1
-mv $PKG/usr/share/texmf-dist/doc/man/man5/*.5 $PKG/usr/man/man5
# No, we don't care about the pdf versions of the manual pages
rm -rf $PKG/usr/share/texmf-dist/doc/man
-# Handle the man pages
-find $PKG/usr/man -type f -exec gzip -9 {} \;
-for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
+mv $PKG/usr/share/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 b52b7850ef..74936c68f5 100644
--- a/office/texlive-docs/texlive-docs.info
+++ b/office/texlive-docs/texlive-docs.info
@@ -1,8 +1,8 @@
PRGNAM="texlive-docs"
-VERSION="2017.170622"
+VERSION="2017.171108"
HOMEPAGE="http://tug.org/texlive/"
-DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/2017/texlive-docs/texlive-docs-2017.170622.tar.xz"
-MD5SUM="ec9a586b1ec65811135a7d83a8726b49"
+DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/2017/texlive-docs/texlive-docs-2017.171108.tar.xz"
+MD5SUM="d697e8958018b819846d0360c6855407"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="texlive"