[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-2.1.0-156-g7200500

by Andre Heinecke cvs at cvs.gnupg.org
Mon Apr 29 19:47:29 CEST 2013


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  72005005657dc65d8136544049dad653ed336ca8 (commit)
      from  313d89146a8424b6979f616e125603628b4ae136 (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 72005005657dc65d8136544049dad653ed336ca8
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Mon Apr 29 17:30:19 2013 +0000

    Remove gpa_logo.ppm from packaging
    
        It is now only installed as gpa-log.ppm so packaging this
        should be enough.
    
        * src/inst-gpa.nsi, src/uninst-gpa.nsi: Remove gpa_logo.ppm

diff --git a/src/inst-gpa.nsi b/src/inst-gpa.nsi
index cb7be1d..aadef77 100644
--- a/src/inst-gpa.nsi
+++ b/src/inst-gpa.nsi
@@ -59,7 +59,6 @@
   File ${prefix}/share/locale/ru/LC_MESSAGES/gpa.mo
 
   SetOutPath "$INSTDIR\share\gpa"
-  File /nonfatal ${prefix}/share/gpa/gpa_logo.ppm
   File /nonfatal ${prefix}/share/gpa/gpa-logo.ppm
   File ${prefix}/share/gpa/gpa.png
 
diff --git a/src/uninst-gpa.nsi b/src/uninst-gpa.nsi
index 15d9a00..474e4cf 100644
--- a/src/uninst-gpa.nsi
+++ b/src/uninst-gpa.nsi
@@ -54,7 +54,6 @@ Section "-un.gpa"
 
   Delete "$INSTDIR\share\gpa\gpa_tips.en"
   Delete "$INSTDIR\share\gpa\gpa_tips.de"
-  Delete "$INSTDIR\share\gpa\gpa_logo.ppm"
   Delete "$INSTDIR\share\gpa\gpa-logo.ppm"
   Delete "$INSTDIR\share\gpa\gpa.png"
   RMDir "$INSTDIR\share\gpa"

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

Summary of changes:
 src/inst-gpa.nsi   |    1 -
 src/uninst-gpa.nsi |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)


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



More information about the Gpg4win-commits mailing list