summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Johannes Schoepfer2022-03-05 01:54:06 +0100
committer Willy Sudiarto Raharjo2022-03-05 01:54:06 +0100
commit403072fdf1848c802d489130124372ab14dd0521 (patch)
treea39cee4ec124147da91c40e0776cdd67ed7f7d55 /office
parentd0f7fe7f4ecdf7721fde98a583394cf41cc06e57 (diff)
downloadslackbuilds-403072fdf1848c802d489130124372ab14dd0521.tar.gz
office/texlive-extra: Update information about package.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/texlive-extra/README5
-rw-r--r--office/texlive-extra/slack-desc4
-rw-r--r--office/texlive-extra/texlive-extra.SlackBuild8
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