[Lunar-commits] <moonbase> texlive: add zziplib optional dep
Paul Bredbury
brebs at lunar-linux.org
Sun Mar 13 19:59:35 CET 2011
commit efd870f8b87d130c376e82f998a14cab729f1d55
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Mon Mar 14 01:59:35 2011 +0700
texlive: add zziplib optional dep
And clarify what happens with t1lib & icu4c.
---
doc-tools/texlive/DEPENDS | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc-tools/texlive/DEPENDS b/doc-tools/texlive/DEPENDS
index e747c81..2344726 100644
--- a/doc-tools/texlive/DEPENDS
+++ b/doc-tools/texlive/DEPENDS
@@ -8,8 +8,9 @@ depends psutils
# Needed to run fmtutil-sys in POST_INSTALL
depends luatex
-optional_depends "t1lib" "--with-system-t1lib" "--without-system-t1lib" "for t1lib support"
-optional_depends "icu4c" "--with-system-icu" "--without-system-icu" "for ICU support"
+optional_depends "t1lib" "--with-system-t1lib" "--without-system-t1lib" "use system t1lib (if n, will use bundled lib)"
+optional_depends "icu4c" "--with-system-icu" "--without-system-icu" "use system icu4c (if n, will use bundled lib)"
+optional_depends "zziplib" "--with-system-zziplib" "--without-system-zziplib" "use system zziplib (if n, will use bundled lib)"
# This will look like the wrong way around. It means whether to install texlive's own version of lcdf-typetools, or use the lcdf-typetools module from moonbase.
optional_depends "lcdf-typetools" "--disable-lcdf-typetools" "--enable-lcdf-typetools" "for Postscript support (if n, TeX Live's own version will be installed)"
More information about the Lunar-commits
mailing list