extra/texlive-bin to 2021.59745-1

This commit is contained in:
David Beauchamp 2021-12-27 16:31:28 -05:00
parent b9a0174390
commit 8b5323de42
1 changed files with 8 additions and 4 deletions

View File

@ -8,8 +8,8 @@
# drop clisp and ffcall makedepends
pkgname=('texlive-bin' 'libsynctex')
pkgver=2021.58686
pkgrel=4
pkgver=2021.59745
pkgrel=1
license=('GPL')
arch=('x86_64')
makedepends=('git' 'cairo' 'pixman' 'graphite' 't1lib' 'gd'
@ -17,7 +17,7 @@ makedepends=('git' 'cairo' 'pixman' 'graphite' 't1lib' 'gd'
'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
'perl' 'libxcrypt')
url='https://tug.org/texlive/'
_commit=ccb6338507149edf2772bfccb9933b72761f4cc4 # svn://tug.org/texlive/trunk/Build/source@58686
_commit=7eaec95e244515fe11445111c0aaa1349de6790d # svn://tug.org/texlive/tags/texlive-2021.3/Build/source@59745
source=("git+https://github.com/Tex-Live/texlive-source.git#commit=${_commit}")
sha256sums=('SKIP')
@ -38,7 +38,11 @@ build() {
echo "--> Initial configuration..."
# we use temporary prefix to avoid messing the existing
# $pkgdir/usr/share/texmf tree
../configure --prefix=/usr -C \
#
# Preset float endianness to avoid a crash in cairo configure
# with recent toolchains. We are not building cairo anyway.
ax_cv_c_float_words_bigendian=no \
../configure --prefix=/usr -C \
--sysconfdir=/etc \
--datarootdir=/usr/share \
--datadir=/usr/share \