app-text/context: update

This commit is contained in:
Alexander Miroshnichenko 2025-06-13 19:10:29 +03:00
parent 83be666d42
commit 3bcf34cd92
Signed by: alex
GPG Key ID: E93720C6C73A77F4

View File

@ -68,6 +68,14 @@ src_install(){
dosym -r "${TEXMFBIN}"/luametatex "${TEXMFBIN}"/mtxrun
dosym -r "${TEXMFBIN}"/luametatex "${TEXMFBIN}"/context
# Remove files which conflicts with dev-texlive/texlive-latex package
rm -f "${D}${TEXMFROOT}"/scripts/context/perl/mptopdf.pl
rm -f "${D}${TEXMFROOT}"/tex/context/base/mkii/supp-mis.mkii
rm -f "${D}${TEXMFROOT}"/tex/context/base/mkii/supp-mpe.mkii
rm -f "${D}${TEXMFROOT}"/tex/context/base/mkii/supp-pdf.mkii
rm -f "${D}${TEXMFROOT}"/tex/context/base/mkii/syst-tex.mkii
rm -f "${D}${TEXMFROOT}"/tex/generic/context/mptopdf/mptopdf.tex
greadme_stdin <<-EOF
If you plan to use mkIV and its 'context' command to generate your documents,
you have to run 'mtxrun --generate' as normal user before first use.