Date: Thursday, February 22, 2007 @ 16:34:52 Author: dan Path: /home/cvs-pacman/pacman-lib Added: pactest/Makefile.am (1.1) Modified: Makefile.am (1.14 -> 1.15) autoclean.sh (1.9 -> 1.10) configure.ac (1.33 -> 1.34) doc/Makefile.am (1.14 -> 1.15) etc/Makefile.am (1.2 -> 1.3) etc/pacman.d/Makefile.am (1.6 -> 1.7) lib/libalpm/Makefile.am (1.17 -> 1.18) lib/libalpm/po/de.po (1.8 -> 1.9) lib/libalpm/po/fr.po (1.4 -> 1.5) lib/libalpm/po/hu.po (1.4 -> 1.5) lib/libalpm/po/it.po (1.8 -> 1.9) lib/libalpm/po/pt_BR.po (1.3 -> 1.4) scripts/Makefile.am (1.5 -> 1.6) src/pacman/pacman.c (1.99 -> 1.100) src/pacman/po/de.po (1.9 -> 1.10) src/pacman/po/fr.po (1.4 -> 1.5) src/pacman/po/hu.po (1.4 -> 1.5) src/pacman/po/it.po (1.8 -> 1.9) src/pacman/po/pt_BR.po (1.5 -> 1.6) Big commit here, I'll try to cover all the bases. * Updated all of the language files, as the POT file was updated. NOTE FOR TRANSLATORS, try to base your next contribution off of these, notice how some msgids and messages have been wrapped to the next line- it makes it easier to read anyway. * More Makefile.am/configure.ac updates. 'make dist' and 'make distclean' now work properly, with only one caveat- the automatic testing in distclean doesn't do so hot as it is compiled with a default configure, which includes the fakeroot-proof code (which does not cooperate with pactest). * Added a Makefile.am for the pactest directory. --------------------------+ Makefile.am | 10 autoclean.sh | 2 configure.ac | 120 +++++----- doc/Makefile.am | 2 etc/Makefile.am | 1 etc/pacman.d/Makefile.am | 2 lib/libalpm/Makefile.am | 2 lib/libalpm/po/de.po | 24 +- lib/libalpm/po/fr.po | 526 +++++++++++++++++++++++++-------------------- lib/libalpm/po/hu.po | 522 +++++++++++++++++++++++++------------------- lib/libalpm/po/it.po | 2 lib/libalpm/po/pt_BR.po | 477 ++++++++++++++++++++++------------------ pactest/Makefile.am | 15 + scripts/Makefile.am | 6 src/pacman/pacman.c | 2 src/pacman/po/de.po | 45 ++- src/pacman/po/fr.po | 173 ++++++++------ src/pacman/po/hu.po | 173 ++++++++------ src/pacman/po/it.po | 6 src/pacman/po/pt_BR.po | 178 ++++++++------- 20 files changed, 1295 insertions(+), 993 deletions(-) The diff is longer than the limit of 39KB.