Skip to content
Snippets Groups Projects
Commit 3a02c7fe authored by Marian Buschsieweke's avatar Marian Buschsieweke Committed by Kevin Daudt
Browse files

community/texmf-dist: provide latexmk with texmf-dist

latexmk is popular enough to justify adding it to a base installation
and has historically been part of it. This avoids having to install
texmf-dist-binextra for a small perl script.
parent 9ff14d66
No related branches found
No related tags found
1 merge request!67391community/texlive: fix trigger
The tool latexmk is popular enough to justify having it in the default
installation and historically been installed when just installing base
texlive. Hence, move it from collection-binextra to collection-basic.
--- a/texlive-2024.0.tlpdb 2024-06-16 17:59:57.211022910 +0200
+++ b/texlive-2024.0.tlpdb 2024-06-16 18:01:31.523591755 +0200
@@ -64801,6 +64801,7 @@ depend texlive.infra
depend tlshell
depend unicode-data
depend xdvi
+depend latexmk
name collection-bibtexextra
category Collection
@@ -65033,7 +65034,6 @@ depend latex2nemeth
depend latexdiff
depend latexfileversion
depend latexindent
-depend latexmk
depend latexpand
depend light-latex-make
depend listings-ext
......@@ -83,6 +83,7 @@ source="
0001-texmfcnf.patch
0002-fix-newtt-map.patch
0003-tlmgr.patch
0004-latexmk.patch
"
builddir="$srcdir/texlive-$_release-texmf"
......@@ -109,7 +110,7 @@ for collection in $_collections; do
esac
done
_tlpdb="$srcdir/texlive-$pkgver.tlpdb"
_tlpdb="$builddir/texlive-$pkgver.tlpdb"
_tlpdb_get_values() {
local pkg
......@@ -225,6 +226,8 @@ _pack_collection() {
prepare() {
ln -s "../install-tl-$_release" install-tl
# Copy rather link the TeXlive pkg db it so that we can patch it.
cp "../texlive-$pkgver.tlpdb" ./
default_prepare
......@@ -454,6 +457,7 @@ d7ec3c9184e21b059635a5056b00d43422f35419d1034c5021630ba19dbcdf2533fbce0b4611f491
f4a071332067c5fd598110106614a5b3d4a11708d86c5483822961b05a663e39498f99223e389f5dbb57b5eb4295730b65d022e479703499c970adc6272d3a68 0001-texmfcnf.patch
1599bbe462196b21ae6ffbdb0bb971ba69011126fa5f882f0c6795715f7cde1b394a7eebe442047fa8ef4387f357cd0ebb34684c1661a0cb76b9352620f5891e 0002-fix-newtt-map.patch
90410f13d87ad3043dab32cb740dc4b386aa192ba556a6087e7c94d9120e763b063f2486fe826f86ee49f6464cbe4f516a71c43eec5a99a8760e264eb6ad45ec 0003-tlmgr.patch
33defd44d7377a0f92efb6a780a7bfbbfd97f8e010d353634f8565a3af0f36b03f6756d700846941277866bc3fa5b926393915405afaab543f866a57d80ae9d6 0004-latexmk.patch
a6ce8adfd8268b2d07684f6d87e3e4c8f07c2d8eed7f486f4095172e81555a489a8e9d3d5114c592de565b8c62a0ec85cfd1998c1df682f308bc605e2aca7d7a 10-langarabic.dat
bdc4d6a3945dad281aec486866346ba22f40f774c8b837a86f354b1cd908ddc7b774fb88724d4c6baf477bc3a6451781f42a7a3cec613784729a921afff5a235 10-langarabic.dat.lua
e361f1a14ecf90376cc584067616ed5ed157279e7b028549f1624825c2739db46796ab19d002a8d47098a647f8769270a8d4eb51ded737147774a8d0584fffa6 10-langarabic.def
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment