diff options
-rw-r--r-- | office/texlive-extra/README | 5 | ||||
-rw-r--r-- | office/texlive-extra/slack-desc | 4 | ||||
-rw-r--r-- | office/texlive-extra/texlive-extra.SlackBuild | 8 |
3 files changed, 7 insertions, 10 deletions
diff --git a/office/texlive-extra/README b/office/texlive-extra/README index d1e75df0cc..9610675b26 100644 --- a/office/texlive-extra/README +++ b/office/texlive-extra/README @@ -1,6 +1,5 @@ -texlive-extra (extra texmf files for TeXLive) - This package contains texmf files which don't fit in the -texlive base package. Appropriate docs are included as well. +texlive package shipped by Slackware. +Appropriate docs are included as well. Optional dependency: openjdk8 diff --git a/office/texlive-extra/slack-desc b/office/texlive-extra/slack-desc index aaafe2ace0..021d55cf6f 100644 --- a/office/texlive-extra/slack-desc +++ b/office/texlive-extra/slack-desc @@ -9,8 +9,8 @@ texlive-extra: texlive-extra (extra texmf files for TeXLive) texlive-extra: texlive-extra: This package contains texmf files which don't fit in the -texlive-extra: texlive base package. Appropriate docs are included as well. -texlive-extra: +texlive-extra: texlive package shipped by Slackware. +texlive-extra: Appropriate docs are included as well. texlive-extra: texlive-extra: texlive-extra: diff --git a/office/texlive-extra/texlive-extra.SlackBuild b/office/texlive-extra/texlive-extra.SlackBuild index df1f02f019..683c302811 100644 --- a/office/texlive-extra/texlive-extra.SlackBuild +++ b/office/texlive-extra/texlive-extra.SlackBuild @@ -1,10 +1,10 @@ #!/bin/bash -# texlive-extra build script for Slackware +# Slackware build script for texlive-extra # Copyright 2009 Patrick J. Volkerding, Sebeka, MN, USA # Copyright 2009 - 2014 Robby Workman, Northport, AL, USA -# Copyright 2016 - 2021 Johannes Schoepfer, Germany +# Copyright 2016 - 2022 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -33,9 +33,6 @@ BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -76,6 +73,7 @@ rm -rf $PKG$TEXMFROOT/texmf-dist/bin # Install index of provided tex packages to the docs mv $PKG$TEXMFROOT/texmf-dist/packages.extra.gz $PKG/usr/doc/texlive-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/doinst.sh > $PKG/install/doinst.sh |