[tex-live] Small fix needed for "Binaries' dependencies" list
Nikola Lečić
nikola.lecic at anthesphoria.net
Fri Jul 9 12:57:37 CEST 2010
Hello,
Take a look on e.g. binaries' dependencies list of xindy package in GUI
mode: it's a single long line. This gave satisfactory results:
--- tlmgrgui.pl~ 2010-06-24 13:46:21.000000000 +0000
+++ tlmgrgui.pl 2010-07-09 10:48:52.000000000 +0000
@@ -704,8 +704,7 @@
if ($do_arch) {
my @archs = $localtlpdb->available_architectures;
@arch_deps = map { "$p.$_"; } @archs;
- push @{$further_a{$p}}, $tf->Label(-text => __("Binaries' dependencies:"));
- push @{$further_b{$p}}, $tf->Label(-text => join('\n', at arch_deps));
+ add_filelist_text($p, __("Binaries' dependencies:"), @arch_deps);
}
add_filelist_text($p, __("Runfiles:"), $tlp->runfiles);
add_filelist_text($p, __("Docfiles:"), $tlp->docfiles);
Also, imho it would be nice if all these additional file lists were
sorted...?
Best wishes,
--
Nikola Lečić = Никола Лечић
fingerprint : FEF3 66AF C90E EDC3 D878 7CDC 956D F4AB A377 1C9B
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 314 bytes
Desc: not available
URL: <http://tug.org/pipermail/tex-live/attachments/20100709/83719444/attachment.bin>
More information about the tex-live
mailing list