mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
office/texlive-extra: Updated for version 2017.171108.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
a85f7034c8
commit
63dd254991
5 changed files with 16 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
|||
texlive-extra (extra texmf files for TeXLive)
|
||||
|
||||
This package contains texmf files which don't fit in the
|
||||
texlive or texlive-fonts packages.
|
||||
This package contains texmf files which don't fit in the texlive or
|
||||
texlive-fonts packages. Appropriate docs are included as well.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
rm -f usr/share/texmf-config/web2c/updmap.cfg
|
||||
chroot . /usr/bin/mktexlsr 1>/dev/null 2>/dev/null
|
||||
printf "y\n" | chroot . /usr/bin/updmap-sys --nohash --syncwithtrees 1>/dev/null 2>/dev/null
|
||||
printf "y\n" | chroot . /usr/bin/updmap-sys --syncwithtrees 1>/dev/null 2>/dev/null
|
||||
chroot . /usr/bin/fmtutil-sys --all 1>/dev/null 2>/dev/null
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
texlive-extra: texlive-extra (extra texmf files for TeXLive)
|
||||
texlive-extra:
|
||||
texlive-extra: This package contains texmf files which don't fit
|
||||
texlive-extra: in the texlive or texlive-fonts packages.
|
||||
texlive-extra: This package contains texmf files which don't fit in the texlive or
|
||||
texlive-extra: texlive-fonts packages. Appropriate docs are included as well.
|
||||
texlive-extra:
|
||||
texlive-extra:
|
||||
texlive-extra:
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=texlive-extra
|
||||
VERSION=${VERSION:-2017.170622}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2017.171108}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
|
@ -34,8 +34,6 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
set -e
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i586 ;;
|
||||
|
@ -44,20 +42,24 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG/usr/share $OUTPUT
|
||||
mkdir -p $TMP $PKG/usr/share $OUTPUT $PKG/usr/bin $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 biber binary to $PATH
|
||||
mkdir -p $PKG/usr/bin
|
||||
case $ARCH in
|
||||
"x86_64") mv $PKG/usr/share/texmf-dist/bin/x86_64-linux/biber $PKG/usr/bin ;;
|
||||
"i586") mv $PKG/usr/share/texmf-dist/bin/i386-linux/biber $PKG/usr/bin ;;
|
||||
esac
|
||||
rm -rf $PKG/usr/share/texmf-dist/bin
|
||||
|
||||
# Install index of provided tex packages to the docs
|
||||
mv $PKG/usr/share/texmf-dist/packages.extra.gz $PKG/usr/doc/texlive-$VERSION
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="texlive-extra"
|
||||
VERSION="2017.170622"
|
||||
VERSION="2017.171108"
|
||||
HOMEPAGE="http://tug.org/texlive/"
|
||||
DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/2017/texlive-extra/texlive-extra-2017.170622.tar.xz"
|
||||
MD5SUM="5ef932f284f1715acb5d40756a370b13"
|
||||
DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/2017/texlive-extra/texlive-extra-2017.171108.tar.xz"
|
||||
MD5SUM="34093692c1790a2adf3653ddc788ac04"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="texlive"
|
||||
|
|
Loading…
Reference in a new issue