FS#12889 - doc/I18N-HOWTO missing in intltool
Attached to Project:
Arch Linux
Opened by Lyman Li (lyman) - Thursday, 22 January 2009, 13:50 GMT
Last edited by Eric Belanger (Snowman) - Saturday, 07 February 2009, 16:50 GMT
Opened by Lyman Li (lyman) - Thursday, 22 January 2009, 13:50 GMT
Last edited by Eric Belanger (Snowman) - Saturday, 07 February 2009, 16:50 GMT
|
Details
Description:
I found that the package intltool does not contain the file doc/I18N-HOWTO, which is contained in official release. As this file is supposed to be found locally easily, once it is missing even google can not give out useful hint efficiently. IMHO, this file is vital for the person who is new to gettext/intltool tool-chain (no kidding, more heuristic and important than the manpages). Additional info: extra/intltool 0.40.5-1 [installed] The internationalization tool collection Steps to reproduce: 1,install intltool 2, pacman -Ql intltool | grep -i howto returns nothing |
This task depends upon
Closed by Eric Belanger (Snowman)
Saturday, 07 February 2009, 16:50 GMT
Reason for closing: Implemented
Additional comments about closing: Fixed in svn. I18N-HOWTO will be included at the next package update.
Saturday, 07 February 2009, 16:50 GMT
Reason for closing: Implemented
Additional comments about closing: Fixed in svn. I18N-HOWTO will be included at the next package update.
pacman -Ql pygtk glade gettext | grep doc
In intltool case, the doc is just a 7.2k text file. I don't think it is a good idea to maintain another PKGBUILD for only a 7.2k text file. Anyway, I don't care much about the package splitting policy in arch. I just want a way to get the doc within arch when I need it. There's no such way in arch at the moment.
recently the policy has changed, so by default all docs are included, except when they take too much space.
I believe the file is missing just because the package was updated before !docs was removed from options array in the default makepkg.conf
Unless JGC's makepkg.conf comes with !docs which i seriously doubt.