summaryrefslogtreecommitdiffstats
path: root/office/texlive/texlive.SlackBuild
diff options
context:
space:
mode:
author Johannes Schoepfer2018-09-07 22:40:46 +0200
committer Willy Sudiarto Raharjo2018-09-08 03:27:29 +0200
commitad56c1aac2a17eaf6bd71f7ecefef06b6dcd7eac (patch)
tree541db7d1c747bc3dfd99edf2342fdec07ac1810a /office/texlive/texlive.SlackBuild
parent3af58c5e5b3331bae4c947078c45be1da908a9d8 (diff)
downloadslackbuilds-ad56c1aac2a17eaf6bd71f7ecefef06b6dcd7eac.tar.gz
office/texlive: Updated for version 2018.180822.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/texlive/texlive.SlackBuild')
-rw-r--r--office/texlive/texlive.SlackBuild13
1 files changed, 9 insertions, 4 deletions
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 \