From 60df8d03f997047384535ae5998c48aaab9753b6 Mon Sep 17 00:00:00 2001 From: Johannes Schoepfer Date: Wed, 2 Nov 2016 20:16:20 +0700 Subject: office/texlive-extra: Updated for version 2016.161031. Signed-off-by: Willy Sudiarto Raharjo --- office/texlive-extra/README | 2 +- office/texlive-extra/slack-desc | 2 +- office/texlive-extra/texlive-extra.SlackBuild | 34 +++------------------------ office/texlive-extra/texlive-extra.info | 6 ++--- 4 files changed, 8 insertions(+), 36 deletions(-) (limited to 'office/texlive-extra') diff --git a/office/texlive-extra/README b/office/texlive-extra/README index f2fd01f480..527697d1d7 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-lang or texlive-fonts packages. +texlive or texlive-fonts packages. diff --git a/office/texlive-extra/slack-desc b/office/texlive-extra/slack-desc index 61f5fb2e85..1372ef5fd7 100644 --- a/office/texlive-extra/slack-desc +++ b/office/texlive-extra/slack-desc @@ -9,7 +9,7 @@ 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-lang or texlive-fonts packages. +texlive-extra: in the texlive or texlive-fonts packages. texlive-extra: texlive-extra: texlive-extra: diff --git a/office/texlive-extra/texlive-extra.SlackBuild b/office/texlive-extra/texlive-extra.SlackBuild index 4b5d8bb055..499ad2e247 100644 --- a/office/texlive-extra/texlive-extra.SlackBuild +++ b/office/texlive-extra/texlive-extra.SlackBuild @@ -25,16 +25,17 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=texlive-extra -VERSION=20161023 +VERSION=${VERSION:-2016.161031} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -ARCH=noarch CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} +ARCH=noarch + set -e rm -rf $PKG @@ -43,35 +44,6 @@ 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 -## put context scripts in place -#mkdir -p $PKG/usr/bin -#cat << 'EOF' > $PKG/usr/bin/context -##!/bin/sh -#mtxrun --script context "$@" -#EOF -#cat << 'EOF' > $PKG/usr/bin/contextjit -##!/bin/sh -#luajittex --luaonly $(dirname $0)/mtxrun --script context "$@" -#EOF -#cat << 'EOF' > $PKG/usr/bin/luatools -##!/bin/sh -#mtxrun --script base "$@" -#EOF -#cat << 'EOF' > $PKG/usr/bin/mtxrunjit -##!/bin/sh -#luajittex --luaonly $(dirname $0)/mtxrun "$@" -#EOF -#cat << 'EOF' > $PKG/usr/bin/texexec -##!/bin/sh -#mtxrun --usekpse --execute texexec "$@" -#EOF -#cat << 'EOF' > $PKG/usr/bin/texmfstart -##!/bin/sh -#mtxrun --usekpse "$@" -#EOF -# -#chmod 755 $PKG/usr/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 b4d6a8951f..2565dbc7ca 100644 --- a/office/texlive-extra/texlive-extra.info +++ b/office/texlive-extra/texlive-extra.info @@ -1,8 +1,8 @@ PRGNAM="texlive-extra" -VERSION="20161023" +VERSION="2016.161031" HOMEPAGE="http://tug.org/texlive/" -DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/2016/texlive-extra/texlive-extra-20161023.tar.xz" -MD5SUM="ba0e0323fbd1a4b64aca52651ea7e80d" +DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/2016/texlive-extra/texlive-extra-2016.161031.tar.xz" +MD5SUM="682194b1bc833b120f48b1a0872ce076" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="texlive" -- cgit v1.2.3-65-gdbad