X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/912f4a2888742f69de7611d65b35fd1b04911bf9..f547c930a23c0101f1f80e40e2528b619d995063:/packages/texlive-bin/build.sh diff --git a/packages/texlive-bin/build.sh b/packages/texlive-bin/build.sh index 7dc8cf45..9caea820 100644 --- a/packages/texlive-bin/build.sh +++ b/packages/texlive-bin/build.sh @@ -1,15 +1,13 @@ TERMUX_PKG_HOMEPAGE=https://www.tug.org/texlive/ TERMUX_PKG_DESCRIPTION="TeX Live is a distribution of the TeX typesetting system. This package contains architecture dependent binaries." TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91" -TERMUX_PKG_VERSION=20170524 -TERMUX_PKG_REVISION=9 -TERMUX_PKG_SRCURL=ftp://tug.org/historic/systems/texlive/${TERMUX_PKG_VERSION:0:4}/texlive-${TERMUX_PKG_VERSION}-source.tar.xz -TERMUX_PKG_SHA256="0161695304e941334dc0b3b5dabcf8edf46c09b7bc33eea8229b5ead7ccfb2aa" +TERMUX_PKG_VERSION=20180414 +TERMUX_PKG_SRCURL=ftp://tug.org/texlive/historic/${TERMUX_PKG_VERSION:0:4}/texlive-${TERMUX_PKG_VERSION}-source.tar.xz +TERMUX_PKG_SHA256="fe0036d5f66708ad973cdc4e413c0bb9ee2385224481f7b0fb229700a0891e4e" TERMUX_PKG_DEPENDS="freetype, libpng, libgd, libgmp, libmpfr, libicu, liblua, poppler, libgraphite, harfbuzz-icu, teckit" TERMUX_PKG_BUILD_DEPENDS="icu-devtools" -TERMUX_PKG_BREAKS="texlive (<< 20170524-3)" +TERMUX_PKG_BREAKS="texlive (<< 20180414)" TERMUX_PKG_REPLACES="texlive (<< 20170524-3)" -#TERMUX_PKG_CONFLICTS="texlive-bin (<< 20170524-8)" TERMUX_PKG_RECOMMENDS="texlive" TERMUX_PKG_NO_DEVELSPLIT=yes @@ -74,6 +72,8 @@ ac_cv_c_bigendian=no \ # These files are provided by texlive: TERMUX_PKG_RM_AFTER_INSTALL=" +bin/tlmgr +bin/man share/texlive/texmf-dist/texconfig/tcfmgr.map share/texlive/texmf-dist/texconfig/tcfmgr share/texlive/texmf-dist/web2c/mktex.opt @@ -126,18 +126,6 @@ termux_step_pre_configure() { CXXFLAGS+=" -std=c++11" } -termux_step_post_make_install () { - # Replace tlmgr link with a small wrapper that prevents common break on "tlmgr update --self" - mv $TL_BINDIR/tlmgr $TL_BINDIR/tlmgr.ln - echo "#!$TERMUX_PREFIX/bin/sh" > $TL_BINDIR/tlmgr - echo "termux-fix-shebang $TL_ROOT/texmf-dist/scripts/texlive/tlmgr.pl" >> $TL_BINDIR/tlmgr - echo "sed -i 's%\`kpsewhich -var-value=SELFAUTOPARENT\`);%\`kpsewhich -var-value=TEXMFROOT\`);%g' $TL_ROOT/texmf-dist/scripts/texlive/tlmgr.pl" >> $TL_BINDIR/tlmgr - - echo "sed -E -i '"'s@`/bin/sh@`'$TERMUX_PREFIX"/bin/sh@g' ${TL_ROOT}/tlpkg/TeXLive/TLUtils.pm" >> $TL_BINDIR/tlmgr - echo 'tlmgr.ln "$@"' >> $TL_BINDIR/tlmgr - chmod 0744 $TL_BINDIR/tlmgr -} - termux_step_create_debscripts () { # Clean texlive's folder if needed (run on fresh install) echo "#!$TERMUX_PREFIX/bin/bash" > preinst