[Gpg4win-commits] r1480 - in trunk: . packages src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Jul 21 10:16:36 CEST 2010
Author: werner
Date: 2010-07-21 10:16:35 +0200 (Wed, 21 Jul 2010)
New Revision: 1480
Modified:
trunk/ChangeLog
trunk/packages/packages.current
trunk/src/inst-gpgex.nsi
trunk/src/uninst-gpgex.nsi
Log:
Update gpfex and libgpg-error.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-07-21 08:10:54 UTC (rev 1479)
+++ trunk/ChangeLog 2010-07-21 08:16:35 UTC (rev 1480)
@@ -1,3 +1,10 @@
+2010-07-21 Werner Koch <wk at g10code.com>
+
+ * packages/packages.current: Update gpgex and libgpg-error.
+
+ * src/inst-gpgex.nsi: Install pt locale.
+ * src/uninst-gpgex.nsi: Uninstall pt locale.
+
2010-07-21 Emanuel Schuetze <emanuel at intevation.de>
* src/uninst-gpg4win.nsi, src/inst-gpg4win.nsi:
Modified: trunk/packages/packages.current
===================================================================
--- trunk/packages/packages.current 2010-07-21 08:10:54 UTC (rev 1479)
+++ trunk/packages/packages.current 2010-07-21 08:16:35 UTC (rev 1480)
@@ -295,9 +295,10 @@
#
server ftp://ftp.g10code.com/g10code/gpgex
-file gpgex-0.9.6.tar.bz2
-chk fe3fcd88888a2e68909d011c7d79f41ea22d3342
+file gpgex-0.9.7.tar.bz2
+chk 02ee561282ffd4a893e87be82a4a85b0435bc470
+
#
# Pth emulation
#
@@ -321,8 +322,8 @@
#
server ftp://ftp.gnupg.org/gcrypt
-file libgpg-error/libgpg-error-1.8.tar.bz2
-chk f5cf677a7cd684645feaa9704d09eb5cd6d97e8a
+file libgpg-error/libgpg-error-1.9.tar.bz2
+chk 6836579e42320b057a2372bbcd0325130fe2561e
file libksba/libksba-1.0.8.tar.bz2
chk 268e424e94e62abb51eeca9c66d886dbee8455ab
Modified: trunk/src/inst-gpgex.nsi
===================================================================
--- trunk/src/inst-gpgex.nsi 2010-07-21 08:10:54 UTC (rev 1479)
+++ trunk/src/inst-gpgex.nsi 2010-07-21 08:16:35 UTC (rev 1480)
@@ -68,6 +68,8 @@
File ${prefix}/share/locale/es/LC_MESSAGES/gpgex.mo
SetOutPath "$INSTDIR\share\locale\ru\LC_MESSAGES"
File ${prefix}/share/locale/ru/LC_MESSAGES/gpgex.mo
+ SetOutPath "$INSTDIR\share\locale\pt\LC_MESSAGES"
+ File ${prefix}/share/locale/pt/LC_MESSAGES/gpgex.mo
SetOutPath "$INSTDIR\share\doc\gpgex"
File ${prefix}/share/doc/gpgex/gpgex-en.html
Modified: trunk/src/uninst-gpgex.nsi
===================================================================
--- trunk/src/uninst-gpgex.nsi 2010-07-21 08:10:54 UTC (rev 1479)
+++ trunk/src/uninst-gpgex.nsi 2010-07-21 08:16:35 UTC (rev 1480)
@@ -47,6 +47,9 @@
Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\gpgex.mo"
RMDir "$INSTDIR\share\locale\ru\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\ru"
+ Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\gpgex.mo"
+ RMDir "$INSTDIR\share\locale\pt\LC_MESSAGES"
+ RMDir "$INSTDIR\share\locale\pt"
RMDir "$INSTDIR\share\locale"
RMDir "$INSTDIR\share"
More information about the Gpg4win-commits
mailing list