summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/tlpkg/TeXLive/TLPSRC.pm3
-rw-r--r--Master/tlpkg/tlpsrc/ffcode.tlpsrc26
-rw-r--r--Master/tlpkg/tlpsrc/kdpcover.tlpsrc32
3 files changed, 42 insertions, 19 deletions
diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm
index 1b79f239b07..6a9f11bfbb6 100644
--- a/Master/tlpkg/TeXLive/TLPSRC.pm
+++ b/Master/tlpkg/TeXLive/TLPSRC.pm
@@ -229,6 +229,9 @@ sub from_file {
} elsif ($line =~ /^(depend|hard)\s+(.*)$/) {
push (@depends, $2) if ($2 ne "");
+ } elsif ($line =~ /^soft\s+(.*)$/) {
+ ; # accept and ignore
+
} elsif ($line =~ /^postaction\s+(.*)$/) {
push (@postactions, $1) if ($1 ne "");
diff --git a/Master/tlpkg/tlpsrc/ffcode.tlpsrc b/Master/tlpkg/tlpsrc/ffcode.tlpsrc
index a772de85b4a..6684dbd5abe 100644
--- a/Master/tlpkg/tlpsrc/ffcode.tlpsrc
+++ b/Master/tlpkg/tlpsrc/ffcode.tlpsrc
@@ -1,6 +1,22 @@
-hard microtype
-hard xkeyval
-hard minted
+hard listings
+hard pgfopts
hard tcolorbox
-hard pgf
-hard environ
+soft docshots
+soft environ
+soft etoolbox
+soft fvextra
+soft href-ul
+soft hypdoc
+soft iexec
+soft l3build
+soft libertine
+soft mathtools
+soft microtype
+soft pdfcrop
+soft pgf
+soft pgfopts
+soft scheme-basic
+soft silence
+soft tools
+soft upquote
+soft xetex \ No newline at end of file
diff --git a/Master/tlpkg/tlpsrc/kdpcover.tlpsrc b/Master/tlpkg/tlpsrc/kdpcover.tlpsrc
index 7bfc2343211..9ec3ba03e56 100644
--- a/Master/tlpkg/tlpsrc/kdpcover.tlpsrc
+++ b/Master/tlpkg/tlpsrc/kdpcover.tlpsrc
@@ -1,14 +1,18 @@
-#depend shellesc
-depend tools
-depend xkeyval
-depend anyfontsize
-#depend tikz
-depend pgf
-depend microtype
-depend xifthen
-depend xcolor
-#depend graphicx
-depend graphics
-depend setspace
-depend geometry
-depend textpos
+hard anyfontsize
+hard etoolbox
+hard geometry
+hard iexec
+hard microtype
+hard pgf
+hard pgfopts
+hard setspace
+hard textpos
+hard xcolor
+soft docshots
+soft href-ul
+soft hypdoc
+soft l3build
+soft libertine
+soft scheme-basic
+soft tools
+soft xetex