texlive[71670] Master/tlpkg/tlpsrc: Add file
commits+mseven at tug.org
commits+mseven at tug.org
Mon Jul 1 03:40:14 CEST 2024
Revision: 71670
https://tug.org/svn/texlive?view=revision&revision=71670
Author: mseven
Date: 2024-07-01 03:40:14 +0200 (Mon, 01 Jul 2024)
Log Message:
-----------
Add file "scripts/texlive/extractbb.lua" to package "texlive-scripts-extra".
Modified Paths:
--------------
trunk/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc
trunk/Master/tlpkg/tlpsrc/texlive-scripts-extra.tlpsrc
Modified: trunk/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc 2024-06-30 23:57:01 UTC (rev 71669)
+++ trunk/Master/tlpkg/tlpsrc/dvipdfmx.tlpsrc 2024-07-01 01:40:14 UTC (rev 71670)
@@ -1,5 +1,6 @@
category TLCore
depend glyphlist
+depend texlive-scripts-extra
#
postaction script file=tlpkg/tlpostcode/dvipdfmx.pl
#
@@ -13,7 +14,7 @@
binpattern f bin/${ARCH}/dvipdfmx
binpattern f bin/${ARCH}/dvipdft
binpattern f bin/${ARCH}/ebb
-binpattern f bin/${ARCH}/extractbb
+# not extractbb; that's a wrapper script in texlive-scripts-extra
binpattern f bin/${ARCH}/xdvipdfmx
#
docpattern d texmf-dist/doc/dvipdfm
@@ -23,4 +24,5 @@
docpattern f texmf-dist/doc/man/man1/xdvipdfmx.*
docpattern f texmf-dist/doc/man/man1/dvipdft.*
docpattern f texmf-dist/doc/man/man1/ebb.*
+# keep extractbb docs here since that's what the script runs internally
docpattern f texmf-dist/doc/man/man1/extractbb*
Modified: trunk/Master/tlpkg/tlpsrc/texlive-scripts-extra.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/texlive-scripts-extra.tlpsrc 2024-06-30 23:57:01 UTC (rev 71669)
+++ trunk/Master/tlpkg/tlpsrc/texlive-scripts-extra.tlpsrc 2024-07-01 01:40:14 UTC (rev 71670)
@@ -14,6 +14,10 @@
#
docpattern f texmf-dist/doc/man/man1/kpsepath.*
binpattern f bin/${ARCH}/kpsepath
+#
+# symlink to extractbb
+runpattern f texmf-dist/scripts/texlive/extractbb.lua
+binpattern f bin/${ARCH}/extractbb
# texconfig support files.
runpattern f texmf-dist/texconfig/*
More information about the tex-live-commits
mailing list.