[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-2.2.6-20-gcfa1a2d

by Andre Heinecke cvs at cvs.gnupg.org
Mon Nov 23 12:48:26 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, master has been updated
       via  cfa1a2d031fd72fb2c354a714df50521ca0e5fd0 (commit)
      from  7ab51544723a8b9fee0eefb378a1bb6d41b67c8a (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 cfa1a2d031fd72fb2c354a714df50521ca0e5fd0
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Mon Nov 23 12:47:12 2015 +0100

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

diff --git a/packages/packages.current b/packages/packages.current
index a3a772c..a6e7e04 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -241,11 +241,11 @@ chk  4cf226bc452ffefbce82abada99d23f72a9f1e0e
 #
 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