mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/texlive-bin to 2021.58686-3
This commit is contained in:
parent
c17ba40562
commit
f5f59be0a6
1 changed files with 15 additions and 12 deletions
|
@ -8,16 +8,16 @@
|
|||
# drop clisp and ffcall makedepends
|
||||
|
||||
pkgname=('texlive-bin' 'libsynctex')
|
||||
pkgver=2020.54586
|
||||
pkgrel=14
|
||||
pkgver=2021.58686
|
||||
pkgrel=3
|
||||
license=('GPL')
|
||||
arch=('x86_64')
|
||||
makedepends=('git' 'cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
|
||||
makedepends=('git' 'cairo' 'pixman' 'graphite' 't1lib' 'gd'
|
||||
'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
|
||||
'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
|
||||
'perl' 'libxcrypt')
|
||||
url='https://tug.org/texlive/'
|
||||
_commit=8e5e0e89d413d09cca133c8966d1a3af8a2ac440 # svn://tug.org/texlive/trunk/Build/source@54586
|
||||
_commit=ccb6338507149edf2772bfccb9933b72761f4cc4 # svn://tug.org/texlive/trunk/Build/source@58686
|
||||
source=("git+https://github.com/Tex-Live/texlive-source.git#commit=${_commit}")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
@ -26,10 +26,6 @@ prepare() {
|
|||
|
||||
# t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
|
||||
sed -i s/SELFAUTOPARENT/TEXMFROOT/ texk/tex4htk/t4ht.c
|
||||
|
||||
# pdftex poppler compatibility
|
||||
cp -pv texk/web2c/pdftexdir/pdftoepdf{-poppler0.86.0,}.cc
|
||||
cp -pv texk/web2c/pdftexdir/pdftosrc{-poppler0.83.0,}.cc
|
||||
}
|
||||
|
||||
build() {
|
||||
|
@ -64,8 +60,6 @@ build() {
|
|||
--with-system-ncurses \
|
||||
--with-system-t1lib \
|
||||
--with-system-gd \
|
||||
--with-system-poppler \
|
||||
--with-system-xpdf \
|
||||
--with-system-freetype2 \
|
||||
--with-system-pixman \
|
||||
--with-system-cairo \
|
||||
|
@ -177,6 +171,7 @@ a2ping
|
|||
a5toa4
|
||||
adhocfilelist
|
||||
afm2afm
|
||||
albatross
|
||||
allcm
|
||||
allec
|
||||
allneeded
|
||||
|
@ -215,6 +210,7 @@ fmtutil-sys
|
|||
fmtutil-user
|
||||
fontinst
|
||||
fragmaster
|
||||
git-latexdiff
|
||||
ht
|
||||
htcontext
|
||||
htlatex
|
||||
|
@ -243,6 +239,7 @@ latexmk
|
|||
latexpand
|
||||
latexrevise
|
||||
listings-ext.sh
|
||||
llmk
|
||||
ltxfileinfo
|
||||
ltximg
|
||||
luaotfload-tool
|
||||
|
@ -283,6 +280,7 @@ repstopdf
|
|||
rpdfcrop
|
||||
rungs
|
||||
simpdftex
|
||||
spix
|
||||
srcredact
|
||||
sty2dtx
|
||||
tex4ebook
|
||||
|
@ -333,6 +331,7 @@ kanji-config-updmap-user
|
|||
_latexextra_scripts="
|
||||
authorindex
|
||||
exceltex
|
||||
hyperxmp-add-bytecount
|
||||
l3build
|
||||
makedtx
|
||||
makeglossaries
|
||||
|
@ -347,7 +346,10 @@ webquiz
|
|||
wordcount
|
||||
yplan"
|
||||
_music_scripts="lily-glyph-commands lily-image-commands lily-rebuild-pdfs
|
||||
m-tx musixtex musixflx pmxchords"
|
||||
m-tx
|
||||
musixtex
|
||||
musixflx
|
||||
pmxchords"
|
||||
_pictures_scripts="
|
||||
cachepic
|
||||
epspdf
|
||||
|
@ -356,7 +358,8 @@ fig4latex
|
|||
getmapdl
|
||||
mathspic
|
||||
mkpic
|
||||
pn2pdf"
|
||||
pn2pdf
|
||||
tikztosvg"
|
||||
_pstricks_scripts="pedigree pst2pdf"
|
||||
_science_scripts="pygmentex ulqda"
|
||||
for s in \
|
||||
|
|
Loading…
Reference in a new issue