wok-next rev 18539
Move "msgcat" from "gettext" dev package to "gettext-tools" package for Poedit
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Nov 03 10:33:47 2015 +0200 (2015-11-03) |
parents | 1c8303b6f511 |
children | f77621cc853f |
files | gettext-tools/description.txt gettext-tools/receipt gettext/receipt |
line diff
1.1 --- a/gettext-tools/description.txt Mon Nov 02 18:24:30 2015 +0200 1.2 +++ b/gettext-tools/description.txt Tue Nov 03 10:33:47 2015 +0200 1.3 @@ -1,5 +1,7 @@ 1.4 This package is a part of GNU gettext, it contains: 1.5 1.6 - * `xgettext`: to collect translations from sources to new POT file 1.7 - * `msgmerge`: to update existing PO files with the new POT file 1.8 - * `msgfmt`: to compile MO files from PO files 1.9 + * `xgettext`: Extract translatable strings from given input files 1.10 + * `msgmerge`: Merges two Uniforum style .po files together 1.11 + * `msgfmt`: Generate binary message catalog from textual translation 1.12 + description 1.13 + * `msgcat`: Concatenates and merges the specified PO files
2.1 --- a/gettext-tools/receipt Mon Nov 02 18:24:30 2015 +0200 2.2 +++ b/gettext-tools/receipt Tue Nov 03 10:33:47 2015 +0200 2.3 @@ -18,6 +18,7 @@ 2.4 $fs/usr/bin \ 2.5 $fs/usr/lib 2.6 cp -a \ 2.7 + $install/usr/bin/msgcat \ 2.8 $install/usr/bin/msgfmt \ 2.9 $install/usr/bin/msgmerge \ 2.10 $install/usr/bin/xgettext \
3.1 --- a/gettext/receipt Mon Nov 02 18:24:30 2015 +0200 3.2 +++ b/gettext/receipt Tue Nov 03 10:33:47 2015 +0200 3.3 @@ -39,7 +39,7 @@ 3.4 cp -a $install/usr/share/gettext $fs/usr/share 3.5 3.6 # Remove "gettext-base" and "gettext-tools" files. 3.7 - for bin in gettext gettext.sh envsubst ngettext msgfmt msgmerge xgettext; do 3.8 + for bin in gettext gettext.sh envsubst ngettext msgcat msgfmt msgmerge xgettext; do 3.9 rm $fs/usr/bin/$bin 3.10 done 3.11 rm $fs/usr/lib/libgettextlib*.so*