[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v3.1.2-24-g190d17c
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official pacman repository". The branch, maint has been updated via 190d17c0e844c58bc1a1fa231b9aaf0c16dd686f (commit) via 8725dce2948f9e1eb9c6f9d66cdb5ef985e6de6c (commit) via 1bbc00cd9d7ff7b906e574f0ea669873f82ef550 (commit) via 8a24ad37549e6d06c1f3c6a469c82c0892fa8225 (commit) via 816b0805790238f4b6ab90b0d734bb68e1dc198a (commit) via 4c465ef0ad179622c40ce93ad103f057fb4f67a9 (commit) from 11bdab171e083a0668f1579c47accd9f632fe279 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 190d17c0e844c58bc1a1fa231b9aaf0c16dd686f Author: Dan McGee <dan@archlinux.org> Date: Mon Mar 3 20:13:59 2008 -0600 Kill all of the line numbers from the translations Hopefully the last of the huge commits ever. This also adds the c-format tag to all of the translated messages. Signed-off-by: Dan McGee <dan@archlinux.org> commit 8725dce2948f9e1eb9c6f9d66cdb5ef985e6de6c Author: Chantry Xavier <shiningxc@gmail.com> Date: Mon Mar 3 21:32:54 2008 +0100 Disable the line number in .po files. Add the --no-location xgettext option to disable the line numbers. They are not very useful, and generate a huge number of pointless line changes on every update. Ref: http://www.archlinux.org/pipermail/pacman-dev/2008-March/011332.html Signed-off-by: Chantry Xavier <shiningxc@gmail.com> commit 1bbc00cd9d7ff7b906e574f0ea669873f82ef550 Author: Chantry Xavier <shiningxc@gmail.com> Date: Mon Mar 3 21:20:42 2008 +0100 Update manually the only newline change for 3.1.3. We only had one string change, and just a newline, so we can actually make this update in its own commit rather than updating pacman.pot and making a huge number of line changes, and then letting every translator do this newline fix separately. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 8a24ad37549e6d06c1f3c6a469c82c0892fa8225 Author: Dan McGee <dan@archlinux.org> Date: Mon Mar 3 19:52:23 2008 -0600 Convert Hungarian translation translation to UTF-8 The issue was discussed in this thread on the mailing list: http://archlinux.org/pipermail/pacman-dev/2008-March/011324.html In addition, the GNU gettext manual states that translation encoding is completely separate from the encoding used by the users of the translation. It makes sense for our project to use UTF-8 for all translations, regardless of the preferred encoding used by users of a certain language. This allows all contributors to more easily edit a translation file if necessary and not have to worry about codepage issues. Signed-off-by: Dan McGee <dan@archlinux.org> commit 816b0805790238f4b6ab90b0d734bb68e1dc198a Author: Matthias Gorissen <matthias@archlinux.de> Date: Mon Mar 3 19:41:18 2008 -0600 Small update to German translation Signed-off-by: Dan McGee <dan@archlinux.org> commit 4c465ef0ad179622c40ce93ad103f057fb4f67a9 Author: Chantry Xavier <shiningxc@gmail.com> Date: Sun Mar 2 11:34:17 2008 +0100 contrib/PKGBUILD.vim: add optdepends + other fixes * Add optdepends keyword * license, backup and arch keywords should be arrays * Remove the little hack to color conflicts/provides/replaces keyword even without =(). These should be arrays too. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> ----------------------------------------------------------------------- Summary of changes: contrib/PKGBUILD.vim | 30 +- lib/libalpm/po/Makevars | 2 +- lib/libalpm/po/cs.po | 221 ++++------- lib/libalpm/po/de.po | 236 ++++------- lib/libalpm/po/en_GB.po | 237 ++++------- lib/libalpm/po/es.po | 228 ++++------- lib/libalpm/po/fr.po | 221 ++++------- lib/libalpm/po/hu.po | 501 ++++++++++------------- lib/libalpm/po/it.po | 221 ++++------- lib/libalpm/po/libalpm.pot | 221 ++++------- lib/libalpm/po/pl.po | 221 ++++------- lib/libalpm/po/pt_BR.po | 221 ++++------- lib/libalpm/po/ru.po | 221 ++++------- lib/libalpm/po/zh_CN.po | 221 ++++------- po/Makevars | 2 +- po/cs.po | 533 +++--------------------- po/de.po | 539 ++++--------------------- po/en_GB.po | 533 +++--------------------- po/es.po | 533 +++--------------------- po/fr.po | 546 ++++--------------------- po/hu.po | 984 ++++++++++++-------------------------------- po/it.po | 548 ++++--------------------- po/pacman.pot | 529 +++--------------------- po/pl.po | 533 +++--------------------- po/pt_BR.po | 533 +++--------------------- po/ru.po | 533 +++--------------------- po/zh_CN.po | 533 +++--------------------- 27 files changed, 2107 insertions(+), 7774 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
Dan McGee