FS#31603 - [zsh] include info pages (patch attached)
Attached to Project:
Arch Linux
Opened by Moritz Bunkus (mbunkus) - Tuesday, 18 September 2012, 22:05 GMT
Last edited by Pierre Schmitz (Pierre) - Saturday, 02 November 2013, 22:48 GMT
Opened by Moritz Bunkus (mbunkus) - Tuesday, 18 September 2012, 22:05 GMT
Last edited by Pierre Schmitz (Pierre) - Saturday, 02 November 2013, 22:48 GMT
|
Details
Description:
The zsh package installs the man pages but not the info pages. The attached patch remedies this by building, installing and registering them with "install-info". It also bumps the pkgrel variable. Additional info: * zsh 5.0.0-2 |
This task depends upon
Closed by Pierre Schmitz (Pierre)
Saturday, 02 November 2013, 22:48 GMT
Reason for closing: Won't implement
Saturday, 02 November 2013, 22:48 GMT
Reason for closing: Won't implement
zsh-include-info-v1.patch
https://bugs.gentoo.org/show_bug.cgi?id=464122
Upstream has patches for these (mentioned in gentoo bugreport, probably they have an all-in-one patch for this also), so I don't know why they were removed instead of fixed.
@Pierre Schmitz: There is no package called 'zsh-doc', neither in the official repo nor in the AUR. Of course I can create one myself, but as the patch had been accepted once I was hoping to have it included again. The point of using info pages instead of man pages is that the information is much more accessible with the usual info browsing tools ('info' and 'emacs' for me): hyperlinked content, not spread over > 10 different files which I have to open one at a time if I don't find what I'm looking for etc. etc.