[Gpg4win-commits] r761 - in trunk: . packages src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Mar 26 18:29:39 CET 2008


Author: marcus
Date: 2008-03-26 18:29:38 +0100 (Wed, 26 Mar 2008)
New Revision: 761

Modified:
   trunk/ChangeLog
   trunk/packages/packages.current
   trunk/src/inst-gpgex.nsi
   trunk/src/uninst-gpgex.nsi
Log:
2008-03-26  Marcus Brinkmann  <marcus at g10code.de>

	* packages/packages.current: Update gpgex to 0.9.0.
	* src/inst-gpgex.nsi, src/uninst-gpgex.nsi: Handle translations
	ar, es and ru.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-03-26 12:26:46 UTC (rev 760)
+++ trunk/ChangeLog	2008-03-26 17:29:38 UTC (rev 761)
@@ -1,3 +1,9 @@
+2008-03-26  Marcus Brinkmann  <marcus at g10code.de>
+
+	* packages/packages.current: Update gpgex to 0.9.0.
+	* src/inst-gpgex.nsi, src/uninst-gpgex.nsi: Handle translations
+	ar, es and ru.
+
 2008-03-26  Werner Koch  <wk at g10code.com>
 
 	* packages/packages.current: Update to GnuPG 2.0.9.

Modified: trunk/packages/packages.current
===================================================================
--- trunk/packages/packages.current	2008-03-26 12:26:46 UTC (rev 760)
+++ trunk/packages/packages.current	2008-03-26 17:29:38 UTC (rev 761)
@@ -224,10 +224,11 @@
 # GpgEX
 #
 
-server ftp://ftp.g10code.com/g10code/scratch
+#server ftp://ftp.g10code.com/g10code/scratch
+server ftp://ftp.g10code.com/g10code/gpgex
 
-file gpgex-0.0.0-svn49.tar.bz2
-chk  1c6d0fbf684d0075e32c07add0c2b4079810b0c6
+file gpgex-0.9.0.tar.bz2
+chk  826fec99ab7d377357269a346ae3aae439b8876b
 
 #
 # Pth emulation

Modified: trunk/src/inst-gpgex.nsi
===================================================================
--- trunk/src/inst-gpgex.nsi	2008-03-26 12:26:46 UTC (rev 760)
+++ trunk/src/inst-gpgex.nsi	2008-03-26 17:29:38 UTC (rev 761)
@@ -1,5 +1,5 @@
 # inst-gpgex.nsi - Installer snippet for gpgex.      -*- coding: latin-1; -*-
-# Copyright (C) 2005, 2007 g10 Code GmbH
+# Copyright (C) 2005, 2007, 2008 g10 Code GmbH
 # 
 # This file is part of GPG4Win.
 # 
@@ -62,6 +62,12 @@
 
   SetOutPath "$INSTDIR\share\locale\de\LC_MESSAGES"
   File ${prefix}/share/locale/de/LC_MESSAGES/gpgex.mo
+  SetOutPath "$INSTDIR\share\locale\ar\LC_MESSAGES"
+  File ${prefix}/share/locale/es/LC_MESSAGES/gpgex.mo
+  SetOutPath "$INSTDIR\share\locale\es\LC_MESSAGES"
+  File ${prefix}/share/locale/es/LC_MESSAGES/gpgex.mo
+  SetOutPath "$INSTDIR\share\locale\ru\LC_MESSAGES"
+  File ${prefix}/share/locale/es/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	2008-03-26 12:26:46 UTC (rev 760)
+++ trunk/src/uninst-gpgex.nsi	2008-03-26 17:29:38 UTC (rev 761)
@@ -38,6 +38,15 @@
   Delete "$INSTDIR\share\locale\de\LC_MESSAGES\gpgex.mo"
   RMDir "$INSTDIR\share\locale\de\LC_MESSAGES"
   RMDir "$INSTDIR\share\locale\de"
+  Delete "$INSTDIR\share\locale\ar\LC_MESSAGES\gpgex.mo"
+  RMDir "$INSTDIR\share\locale\ar\LC_MESSAGES"
+  RMDir "$INSTDIR\share\locale\ar"
+  Delete "$INSTDIR\share\locale\es\LC_MESSAGES\gpgex.mo"
+  RMDir "$INSTDIR\share\locale\es\LC_MESSAGES"
+  RMDir "$INSTDIR\share\locale\es"
+  Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\gpgex.mo"
+  RMDir "$INSTDIR\share\locale\ru\LC_MESSAGES"
+  RMDir "$INSTDIR\share\locale\ru"
   RMDir "$INSTDIR\share\locale"
   RMDir "$INSTDIR\share"
 



More information about the Gpg4win-commits mailing list