mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/texlive-bin to 2022.62885-1
This commit is contained in:
parent
78e4d87a1f
commit
d7918a228a
1 changed files with 15 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
|||
# drop clisp and ffcall makedepends
|
||||
|
||||
pkgname=('texlive-bin' 'libsynctex')
|
||||
pkgver=2021.59745
|
||||
pkgrel=3
|
||||
pkgver=2022.62885
|
||||
pkgrel=1
|
||||
license=('GPL')
|
||||
arch=('x86_64')
|
||||
makedepends=('git' 'cairo' 'pixman' 'graphite' 't1lib' 'gd'
|
||||
|
@ -17,13 +17,16 @@ makedepends=('git' 'cairo' 'pixman' 'graphite' 't1lib' 'gd'
|
|||
'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
|
||||
'perl' 'libxcrypt')
|
||||
url='https://tug.org/texlive/'
|
||||
_commit=7eaec95e244515fe11445111c0aaa1349de6790d # svn://tug.org/texlive/tags/texlive-2021.3/Build/source@59745
|
||||
_commit=f398692b64d6462c35939ec9489694d0828edee5 # svn://tug.org/texlive/tags/texlive-2022.0/Build/source@62885
|
||||
source=("git+https://github.com/Tex-Live/texlive-source.git#commit=${_commit}")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/texlive-source"
|
||||
|
||||
# bibtex-x needs kpathsea flags
|
||||
sed -i '/AC_SEARCH_LIBS/a KPSE_KPATHSEA_FLAGS' texk/bibtex-x/configure.ac
|
||||
(cd texk/bibtex-x && autoreconf)
|
||||
# t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
|
||||
sed -i s/SELFAUTOPARENT/TEXMFROOT/ texk/tex4htk/t4ht.c
|
||||
}
|
||||
|
@ -97,6 +100,8 @@ package_libsynctex() {
|
|||
cd "${srcdir}/texlive-source/Work"
|
||||
make -C texk/web2c DESTDIR="${pkgdir}" \
|
||||
install-data-am install-libLTLIBRARIES
|
||||
|
||||
rm -f "$pkgdir"/usr/share/man/man1/hi*.*
|
||||
}
|
||||
|
||||
package_texlive-bin() {
|
||||
|
@ -164,6 +169,7 @@ bibexport
|
|||
bibmradd
|
||||
biburl2doi
|
||||
bibzbladd
|
||||
citeproc
|
||||
convertgls2bib
|
||||
listbib
|
||||
ltx2crossrefxml
|
||||
|
@ -246,6 +252,7 @@ listings-ext.sh
|
|||
llmk
|
||||
ltxfileinfo
|
||||
ltximg
|
||||
luafindfont
|
||||
luaotfload-tool
|
||||
luatools
|
||||
lwarpmk
|
||||
|
@ -263,6 +270,7 @@ mktextfm
|
|||
mptopdf
|
||||
mtxrun
|
||||
mtxrunjit
|
||||
optexcount
|
||||
ot2kpx
|
||||
pamphletangler
|
||||
pdfatfi
|
||||
|
@ -303,6 +311,8 @@ texhash
|
|||
texlinks
|
||||
texliveonfly
|
||||
texloganalyser
|
||||
texlogfilter
|
||||
texlogsieve
|
||||
texmfstart
|
||||
texosquery
|
||||
texosquery-jre5
|
||||
|
@ -317,6 +327,8 @@ updmap-sys
|
|||
updmap-user
|
||||
vpl2ovp
|
||||
vpl2vpl
|
||||
xelatex-unsafe
|
||||
xetex-unsafe
|
||||
xhlatex
|
||||
xindex
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue