mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/texlive-bin to 2021.59745-1
This commit is contained in:
parent
b9a0174390
commit
8b5323de42
1 changed files with 8 additions and 4 deletions
|
@ -8,8 +8,8 @@
|
||||||
# drop clisp and ffcall makedepends
|
# drop clisp and ffcall makedepends
|
||||||
|
|
||||||
pkgname=('texlive-bin' 'libsynctex')
|
pkgname=('texlive-bin' 'libsynctex')
|
||||||
pkgver=2021.58686
|
pkgver=2021.59745
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
makedepends=('git' 'cairo' 'pixman' 'graphite' 't1lib' 'gd'
|
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'
|
'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
|
||||||
'perl' 'libxcrypt')
|
'perl' 'libxcrypt')
|
||||||
url='https://tug.org/texlive/'
|
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}")
|
source=("git+https://github.com/Tex-Live/texlive-source.git#commit=${_commit}")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
@ -38,7 +38,11 @@ build() {
|
||||||
echo "--> Initial configuration..."
|
echo "--> Initial configuration..."
|
||||||
# we use temporary prefix to avoid messing the existing
|
# we use temporary prefix to avoid messing the existing
|
||||||
# $pkgdir/usr/share/texmf tree
|
# $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 \
|
--sysconfdir=/etc \
|
||||||
--datarootdir=/usr/share \
|
--datarootdir=/usr/share \
|
||||||
--datadir=/usr/share \
|
--datadir=/usr/share \
|
||||||
|
|
Loading…
Reference in a new issue