diff --git a/office/texlive-extra/README b/office/texlive-extra/README index 527697d1d7..a67e5d7ad0 100644 --- a/office/texlive-extra/README +++ b/office/texlive-extra/README @@ -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. diff --git a/office/texlive-extra/doinst.sh b/office/texlive-extra/doinst.sh index 91d48effca..0d6b389cdf 100644 --- a/office/texlive-extra/doinst.sh +++ b/office/texlive-extra/doinst.sh @@ -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 diff --git a/office/texlive-extra/slack-desc b/office/texlive-extra/slack-desc index 1372ef5fd7..f21a904c9c 100644 --- a/office/texlive-extra/slack-desc +++ b/office/texlive-extra/slack-desc @@ -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: diff --git a/office/texlive-extra/texlive-extra.SlackBuild b/office/texlive-extra/texlive-extra.SlackBuild index c5d2a1e558..81c72d7bd2 100644 --- a/office/texlive-extra/texlive-extra.SlackBuild +++ b/office/texlive-extra/texlive-extra.SlackBuild @@ -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 diff --git a/office/texlive-extra/texlive-extra.info b/office/texlive-extra/texlive-extra.info index f25e81a8d1..0d07a33135 100644 --- a/office/texlive-extra/texlive-extra.info +++ b/office/texlive-extra/texlive-extra.info @@ -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"