[Gpg4win-commits] [git] Gpg4win - branch, gpg4win-2, updated. gpg4win-2.3.0-2-g33f2376

by Andre Heinecke cvs at cvs.gnupg.org
Wed Nov 25 14:02:27 CET 2015


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 "GnuPG for Windows".

The branch, gpg4win-2 has been updated
       via  33f237693d62a50f10511a4b6a7ee787fa62cf01 (commit)
      from  d3326d19ee1be72c4c3be3b9657c14949efdce11 (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 33f237693d62a50f10511a4b6a7ee787fa62cf01
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Mon Nov 23 12:47:12 2015 +0100

    Update gpgex and install new translations
    
    * packages/packages.current(gpgol): update
    * src/inst-gpgex.nsi, src/uninst-gpgex.nsi: Inst / uninst new files.
    
    (cherry picked from commit cfa1a2d031fd72fb2c354a714df50521ca0e5fd0)

diff --git a/packages/packages.current b/packages/packages.current
index d25ae9a..249b12b 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -274,11 +274,11 @@ chk  c569e7b223f7b5efcce38cc4a4445127744c0454
 #
 server ftp://ftp.g10code.com/g10code/gpgex
 
-# last-changed: 2015-06-05 ah
+# last-changed: 2015-11-23
 # by: ah
 # verified: Sig D869 2123 C406 5DEA 5E0F  3AB5 249B 39D2 4F25 E3B6
-file gpgex-1.0.2.tar.bz2
-chk  8892dafc405255731b82a0c299960a5da59d3191
+file gpgex-1.0.3.tar.bz2
+chk  52c803434b3d861ae68e93bf68852bed81c70166
 
 
 #
diff --git a/src/inst-gpgex.nsi b/src/inst-gpgex.nsi
index 6d09cdb..b486d1e 100644
--- a/src/inst-gpgex.nsi
+++ b/src/inst-gpgex.nsi
@@ -74,6 +74,12 @@ ${MementoSection} "GpgEX" SEC_gpgex
   File ${prefix}/share/locale/pt/LC_MESSAGES/gpgex.mo
   SetOutPath "$INSTDIR\share\locale\pl\LC_MESSAGES"
   File ${prefix}/share/locale/pl/LC_MESSAGES/gpgex.mo
+  SetOutPath "$INSTDIR\share\locale\zh_CN\LC_MESSAGES"
+  File ${prefix}/share/locale/zh_CN/LC_MESSAGES/gpgex.mo
+  SetOutPath "$INSTDIR\share\locale\zh_TW\LC_MESSAGES"
+  File ${prefix}/share/locale/zh_TW/LC_MESSAGES/gpgex.mo
+  SetOutPath "$INSTDIR\share\locale\fr\LC_MESSAGES"
+  File ${prefix}/share/locale/fr/LC_MESSAGES/gpgex.mo
 
   SetOutPath "$INSTDIR\share\doc\gpgex"
   File ${prefix}/share/doc/gpgex/gpgex-en.html
diff --git a/src/uninst-gpgex.nsi b/src/uninst-gpgex.nsi
index 505b477..f0a79a9 100644
--- a/src/uninst-gpgex.nsi
+++ b/src/uninst-gpgex.nsi
@@ -53,6 +53,15 @@ Section "-un.gpgex"
   Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\gpgex.mo"
   RMDir "$INSTDIR\share\locale\pl\LC_MESSAGES"
   RMDir "$INSTDIR\share\locale\pl"
+  Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\gpgex.mo"
+  RMDir "$INSTDIR\share\locale\zh_CN\LC_MESSAGES"
+  RMDir "$INSTDIR\share\locale\zh_CN"
+  Delete "$INSTDIR\share\locale\zh_TW\LC_MESSAGES\gpgex.mo"
+  RMDir "$INSTDIR\share\locale\zh_TW\LC_MESSAGES"
+  RMDir "$INSTDIR\share\locale\zh_TW"
+  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\gpgex.mo"
+  RMDir "$INSTDIR\share\locale\fr\LC_MESSAGES"
+  RMDir "$INSTDIR\share\locale\fr"
   RMDir "$INSTDIR\share\locale"
   RMDir "$INSTDIR\share"
 

-----------------------------------------------------------------------

Summary of changes:
 packages/packages.current | 6 +++---
 src/inst-gpgex.nsi        | 6 ++++++
 src/uninst-gpgex.nsi      | 9 +++++++++
 3 files changed, 18 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list