[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-3.0.3-36-g12cb645
by Andre Heinecke
cvs at cvs.gnupg.org
Fri Mar 16 11:05:45 CET 2018
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 12cb64565841fc5668f8f531e2c69309848b1547 (commit)
from d4742caaa358f0572dbca0345ee00d87aa874298 (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 12cb64565841fc5668f8f531e2c69309848b1547
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Fri Mar 16 11:05:31 2018 +0100
Install another icon for Kleopatra
--
diff --git a/src/inst-breeze-icons.nsi b/src/inst-breeze-icons.nsi
index d270235..09b2d16 100644
--- a/src/inst-breeze-icons.nsi
+++ b/src/inst-breeze-icons.nsi
@@ -308,6 +308,7 @@ Section "-breeze-icons" SEC_breeze_icons
SetOutPath "$INSTDIR\share\icons\breeze\actions\symbolic"
File ${prefix}/share/icons/breeze/actions/symbolic/send-to-symbolic.svg
+ File ${prefix}/share/icons/breeze/actions/symbolic/contact-new-symbolic.svg
!endif
SectionEnd
diff --git a/src/uninst-breeze-icons.nsi b/src/uninst-breeze-icons.nsi
index d43e554..2f8b09b 100644
--- a/src/uninst-breeze-icons.nsi
+++ b/src/uninst-breeze-icons.nsi
@@ -244,6 +244,7 @@ Section "-un.breeze-icons"
Delete "$INSTDIR\share\icons\breeze\actions\16\visibility.svg"
Delete "$INSTDIR\share\icons\breeze\actions\16\hint.svg"
Delete "$INSTDIR\share\icons\breeze\actions\symbolic\send-to-symbolic.svg"
+ Delete "$INSTDIR\share\icons\breeze\actions\symbolic\contact-new-symbolic.svg"
Delete "$INSTDIR\share\icons\breeze\emblems\8\emblem-information.svg"
Delete "$INSTDIR\share\icons\breeze\emblems\8\emblem-warning.svg"
Delete "$INSTDIR\share\icons\breeze\emblems\8\emblem-success.svg"
-----------------------------------------------------------------------
Summary of changes:
src/inst-breeze-icons.nsi | 1 +
src/uninst-breeze-icons.nsi | 1 +
2 files changed, 2 insertions(+)
hooks/post-receive
--
GnuPG for Windows
http://git.gnupg.org
More information about the Gpg4win-commits
mailing list