office/texlive-docs: Updated for version 2017.171108.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
26567af3f0
commit
a85f7034c8
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue