mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
office/texlive-extra: Update information about package.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d0f7fe7f4e
commit
403072fdf1
3 changed files with 7 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue