[latex3-commits] [l3svn] branch master updated: Update dep tree
noreply at latex-project.org
noreply at latex-project.org
Mon Nov 21 12:46:46 CET 2016
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
The following commit(s) were added to refs/heads/master by this push:
new 7350111 Update dep tree
7350111 is described below
commit 735011143cdfed74585d3cd611331b216bbd4f60
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Nov 21 11:46:28 2016 +0000
Update dep tree
Fingers-crossed this will work!
---
support/texlive.sh | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/support/texlive.sh b/support/texlive.sh
index 8bab44c..69ad8a8 100644
--- a/support/texlive.sh
+++ b/support/texlive.sh
@@ -36,6 +36,11 @@ tlmgr install --no-depends babel ptex uptex ptex-base uptex-base ptex-fonts \
# warnings with some packages and errors with others
tlmgr install metafont mfware
+
+# Set up graphics: nowadays split over a few places and requiring
+# HO's bundle
+tlmgr install graphics graphics-cfg graphics-def oberdiek
+
# Contrib packages for testing
#
# The packages themselves are done with --no-depends to avoid
@@ -43,8 +48,7 @@ tlmgr install metafont mfware
#
# fontspec comes first as other packages tested have it as a dep
tlmgr install --no-depends fontspec
-tlmgr install euenc graphics graphics-cfg graphics-def ifluatex lm lualibs \
- luaotfload oberdiek xunicode
+tlmgr install ifluatex lm lualibs luaotfload
# Other contrib packages: done as a block to avoid multiple calls to tlmgr
# Dependencies other than the core l3build set up, metafont, fontspec and the
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list