[Gpg4win-commits] r1481 - in trunk: . packages src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Jul 21 11:13:12 CEST 2010
Author: werner
Date: 2010-07-21 11:13:08 +0200 (Wed, 21 Jul 2010)
New Revision: 1481
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/packages/packages.current
trunk/src/inst-gpgol.nsi
trunk/src/uninst-gpgol.nsi
Log:
Update gpgol
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-07-21 08:16:35 UTC (rev 1480)
+++ trunk/ChangeLog 2010-07-21 09:13:08 UTC (rev 1481)
@@ -1,5 +1,7 @@
2010-07-21 Werner Koch <wk at g10code.com>
+ * src/uninst-gpgol.nsi, src/inst-gpgol.nsi: Install pt and sv locale.
+
* packages/packages.current: Update gpgex and libgpg-error.
* src/inst-gpgex.nsi: Install pt locale.
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2010-07-21 08:16:35 UTC (rev 1480)
+++ trunk/NEWS 2010-07-21 09:13:08 UTC (rev 1481)
@@ -16,8 +16,8 @@
GnuPG: 2.0.16
Kleopatra: 2.0.xxx
GPA: 0.9.0
-GpgOL: 1.1.1
-GpgEX: 0.9.5
+GpgOL: 1.1.2
+GpgEX: 0.9.7
Claws-Mail: 3.7.4cvs1
Kompendium: 3.0.0-rc1
~~~~~~~~~~~~~~~
Modified: trunk/packages/packages.current
===================================================================
--- trunk/packages/packages.current 2010-07-21 08:16:35 UTC (rev 1480)
+++ trunk/packages/packages.current 2010-07-21 09:13:08 UTC (rev 1481)
@@ -284,12 +284,12 @@
#
# GpgOL
#
-#server ftp://ftp.g10code.com/g10code/gpgol
-server ftp://ftp.g10code.com/g10code/scratch
+server ftp://ftp.g10code.com/g10code/gpgol
-file gpgol-1.1.2-svn334.tar.bz2
-chk 3938a9971f9db3e0f9887e4c8e12b55ba3daa433
+file gpgol-1.1.2.tar.bz2
+chk de18deed0a4c199b2566287eea94a918ea4e2fc8
+
#
# GpgEX
#
Modified: trunk/src/inst-gpgol.nsi
===================================================================
--- trunk/src/inst-gpgol.nsi 2010-07-21 08:16:35 UTC (rev 1480)
+++ trunk/src/inst-gpgol.nsi 2010-07-21 09:13:08 UTC (rev 1481)
@@ -46,6 +46,10 @@
SetOutPath "$INSTDIR\share\locale\de\LC_MESSAGES"
File ${prefix}/share/locale/de/LC_MESSAGES/gpgol.mo
+ SetOutPath "$INSTDIR\share\locale\sv\LC_MESSAGES"
+ File ${prefix}/share/locale/sv/LC_MESSAGES/gpgol.mo
+ SetOutPath "$INSTDIR\share\locale\pt\LC_MESSAGES"
+ File ${prefix}/share/locale/pt/LC_MESSAGES/gpgol.mo
SetOutPath "$INSTDIR\share\gpgol"
File "${prefix}/share/gpgol/*.cfg"
Modified: trunk/src/uninst-gpgol.nsi
===================================================================
--- trunk/src/uninst-gpgol.nsi 2010-07-21 08:16:35 UTC (rev 1480)
+++ trunk/src/uninst-gpgol.nsi 2010-07-21 09:13:08 UTC (rev 1481)
@@ -41,6 +41,12 @@
Delete "$INSTDIR\share\locale\de\LC_MESSAGES\gpgol.mo"
RMDir "$INSTDIR\share\locale\de\LC_MESSAGES"
RMDir "$INSTDIR\share\locale\de"
+ Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\gpgol.mo"
+ RMDir "$INSTDIR\share\locale\sv\LC_MESSAGES"
+ RMDir "$INSTDIR\share\locale\sv"
+ Delete "$INSTDIR\share\locale\pt\LC_MESSAGES\gpgol.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