From ad56c1aac2a17eaf6bd71f7ecefef06b6dcd7eac Mon Sep 17 00:00:00 2001 From: Johannes Schoepfer Date: Sat, 8 Sep 2018 03:40:46 +0700 Subject: office/texlive: Updated for version 2018.180822. Signed-off-by: Willy Sudiarto Raharjo --- office/texlive/texlive.SlackBuild | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'office/texlive/texlive.SlackBuild') diff --git a/office/texlive/texlive.SlackBuild b/office/texlive/texlive.SlackBuild index 63b97c33a5..527747254d 100644 --- a/office/texlive/texlive.SlackBuild +++ b/office/texlive/texlive.SlackBuild @@ -30,7 +30,7 @@ PRGNAM=texlive SOURCEVERSION=20180414 -VERSION=${VERSION:-2018.180630} +VERSION=${VERSION:-2018.180822} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -90,11 +90,13 @@ sed -i \ -e 's|^TEXMFLOCAL.*|TEXMFLOCAL = $TEXMFROOT/texmf-local|' \ texk/kpathsea/texmf.cnf -# prevent compiling Xdvi with libXp -sed -i 's|-lXp ||' texk/xdvik/configure - # Upstream stable fixes patch -Np0 -i $CWD/patches/20180625.diff || exit 1 +# Add missing synctex header +patch -Np0 -i $CWD/patches/synctex-missing-header.patch || exit 1 + +# prevent compiling Xdvi with libXp +sed -i 's|-lXp ||' texk/xdvik/configure # Needed on -current, 2018-05-06 # The 2018 version of texlive ships with support for poppler-0.57.0 and older, @@ -123,6 +125,9 @@ cd build --disable-missing \ --disable-multiplatform \ --disable-debug \ + --disable-dialog \ + --disable-bibtexu \ + --disable-xz \ --with-x \ --enable-xindy \ --disable-xindy-docs \ -- cgit v1.2.3