diff options
author | Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info> | 2017-06-26 00:43:43 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-01 07:43:21 +0700 |
commit | 3810dd6639e2ff369a9a76ca13f3c764f96a4ecb (patch) | |
tree | 04e9924c674319f96e7681d5591f7f8a6dc4ae76 /office/texlive-extra | |
parent | 5a00b0504b5d0a4cad91db8d1f7a618046711e2a (diff) |
office/texlive-extra: Updated for version 2017.170622.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/texlive-extra')
-rw-r--r-- | office/texlive-extra/doinst.sh | 1 | ||||
-rw-r--r-- | office/texlive-extra/texlive-extra.SlackBuild | 11 | ||||
-rw-r--r-- | office/texlive-extra/texlive-extra.info | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/office/texlive-extra/doinst.sh b/office/texlive-extra/doinst.sh index 79d4d4d3e1b6..91d48effcace 100644 --- a/office/texlive-extra/doinst.sh +++ b/office/texlive-extra/doinst.sh @@ -1,5 +1,4 @@ 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 -chroot . /usr/bin/updmap-sys 1>/dev/null 2>/dev/null chroot . /usr/bin/fmtutil-sys --all 1>/dev/null 2>/dev/null diff --git a/office/texlive-extra/texlive-extra.SlackBuild b/office/texlive-extra/texlive-extra.SlackBuild index 499ad2e247b7..21ca3a7d8ee4 100644 --- a/office/texlive-extra/texlive-extra.SlackBuild +++ b/office/texlive-extra/texlive-extra.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2009 Patrick J. Volkerding, Sebeka, MN, USA # Copyright 2009-2014 Robby Workman, Northport, AL, USA -# Copyright 2016 Johannes Schoepfer +# Copyright 2016-2017 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=texlive-extra -VERSION=${VERSION:-2016.161031} +VERSION=${VERSION:-2017.170622} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -44,6 +44,13 @@ 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 +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 + mkdir -p $PKG/install cat $CWD/doinst.sh > $PKG/install/doinst.sh cat $CWD/slack-desc > $PKG/install/slack-desc diff --git a/office/texlive-extra/texlive-extra.info b/office/texlive-extra/texlive-extra.info index 3825f6edb419..f25e81a8d1d0 100644 --- a/office/texlive-extra/texlive-extra.info +++ b/office/texlive-extra/texlive-extra.info @@ -1,8 +1,8 @@ PRGNAM="texlive-extra" -VERSION="2016.161031" +VERSION="2017.170622" HOMEPAGE="http://tug.org/texlive/" -DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/2016/texlive-extra/texlive-extra-2016.161031.tar.xz" -MD5SUM="682194b1bc833b120f48b1a0872ce076" +DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/2017/texlive-extra/texlive-extra-2017.170622.tar.xz" +MD5SUM="5ef932f284f1715acb5d40756a370b13" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="texlive" |