[arch-commits] Commit in texlive-bin/trunk (PKGBUILD)
Rémy Oudompheng
remy at gemini.archlinux.org
Mon Dec 27 21:11:05 UTC 2021
Date: Monday, December 27, 2021 @ 21:11:05
Author: remy
Revision: 433177
upgpkg: texlive-bin 2021.59745-1
Update to patch TL 2021.3
Modified:
texlive-bin/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-27 20:54:01 UTC (rev 433176)
+++ PKGBUILD 2021-12-27 21:11:05 UTC (rev 433177)
@@ -2,8 +2,8 @@
# Contributor: francois <francois.archlinux.org>
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'
@@ -11,7 +11,7 @@
'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
'perl' 'clisp' 'ffcall' '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')
@@ -32,7 +32,11 @@
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 \
More information about the arch-commits
mailing list