summaryrefslogtreecommitdiff
path: root/repo/texlive
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-12-11 18:08:51 +0000
committerdavidovski <david@davidovski.xyz>2022-12-11 18:08:51 +0000
commit4c61af227b0fb3e028c877dc1c2e0b6513960762 (patch)
tree7c6bf0a36805ab40911d4af9f81d8a839fa4972b /repo/texlive
parent63add57ef96f10f464fc1bf7c821d2281b39edeb (diff)
Updated linux
Diffstat (limited to 'repo/texlive')
-rw-r--r--repo/texlive/texlive.xibuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/repo/texlive/texlive.xibuild b/repo/texlive/texlive.xibuild
index 2065511..218eb44 100644
--- a/repo/texlive/texlive.xibuild
+++ b/repo/texlive/texlive.xibuild
@@ -8,6 +8,30 @@ MAKEDEPS="cairo fontconfig freetype2 gd gmp graphite harfbuzz icu libpaper libpn
PKG_VER=20220321
SOURCE="https://mirror.ox.ac.uk/sites/ctan.org/systems/texlive/Source/texlive-$PKG_VER-source.tar.xz"
+_pdftex="
+ amstex
+ cslatex
+ csplain
+ eplain
+ etex
+ jadetex
+ latex
+ lollipop
+ mex
+ mllatex
+ mltex
+ pdfcslatex
+ pdfcsplain
+ pdfetex
+ pdfjadetex
+ pdflatex
+ pdfmex
+ pdfxmltex
+ texsis
+ utf8mex
+ xmltex
+ "
+
prepare() {
sed -i '/AC_SEARCH_LIBS/a KPSE_KPATHSEA_FLAGS' texk/bibtex-x/configure.ac
(cd texk/bibtex-x && autoreconf)