[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-2.1.0-172-g5cd077f

by Werner Koch cvs at cvs.gnupg.org
Fri May 10 12:27:53 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  5cd077f9a5c19e642f5c0ba050cb9221c5eceb39 (commit)
      from  1c59bff59bfbda8ae0d9c74c887783409b6d4161 (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 5cd077f9a5c19e642f5c0ba050cb9221c5eceb39
Author: Werner Koch <wk at gnupg.org>
Date:   Fri May 10 11:48:36 2013 +0200

    claws: Add rssyl, spamreport, and vcalendar plugins.
    
    * packages/packages.current: Update Curl to 7.30.0.
    * src/inst-claws-mail.nsi: Install internal plugins rssyl, spamreport
    and vcalendar.
    * src/uninst-claws-mail.nsi: Uninstall them.
    * src/inst-sections.nsi: Remove old external plugins.
    * src/inst-rssyl.nsi, src/inst-vcalendar.nsi, src/uninst-rssyl.nsi
    * src/uninst-vcalendar.nsi: Remove.

diff --git a/include/config.nsi.in b/include/config.nsi.in
index 712b1b5..fe9be38 100644
--- a/include/config.nsi.in
+++ b/include/config.nsi.in
@@ -150,14 +150,6 @@
 !define gpg4win_pkg_gtkhtml2_viewer @gpg4win_pkg_gtkhtml2_viewer@
 !define gpg4win_pkg_gtkhtml2_viewer_version @gpg4win_pkg_gtkhtml2_viewer_version@
 
- at HAVE_PKG_VCALENDAR@
-!define gpg4win_pkg_vcalendar @gpg4win_pkg_vcalendar@
-!define gpg4win_pkg_vcalendar_version @gpg4win_pkg_vcalendar_version@
-
- at HAVE_PKG_RSSYL@
-!define gpg4win_pkg_rssyl @gpg4win_pkg_rssyl@
-!define gpg4win_pkg_rssyl_version @gpg4win_pkg_rssyl_version@
-
 @HAVE_PKG_ZLIB@
 !define gpg4win_pkg_zlib @gpg4win_pkg_zlib@
 !define gpg4win_pkg_zlib_version @gpg4win_pkg_zlib_version@
diff --git a/packages/packages.current b/packages/packages.current
index 3f2831c..08fcfaa 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -81,8 +81,11 @@ chk    d7195498005d340ccd82e183de19163d16e56ec2
 #
 
 server http://curl.haxx.se/download
-#file  curl-7.19.0.tar.bz2
-#chk   fffb34be2e3c66e58a5d3daaf8aa38cae33b284f
+
+# checked: 2013-05-10 wk - updated.
+file  curl-7.30.0.tar.bz2
+chk   23fdc215558023b943cea9dfab04b86020037b0d
+
 
 #
 # libxml2 for Claws plugins
@@ -147,12 +150,7 @@ chk    ec3a787b34b07983d938f7d353e3cfd85167122b
 
 #file   gtkhtml2_viewer-0.33.tar.gz
 #chk    b2a7047af55b2273e031e16806859458762d74a1
-#
-#file   rssyl-0.33.tar.gz
-#chk    aecf28d0901c8e670eabe1abcfeb362f1685cc75
-#
-#file   vcalendar-2.0.13.tar.gz
-#chk    1e8171340dde04eda4468b72c23104233dd76bae
+
 
 #
 # Pthreads for Windows.
diff --git a/src/inst-claws-mail.nsi b/src/inst-claws-mail.nsi
index 05ce231..6b17797 100644
--- a/src/inst-claws-mail.nsi
+++ b/src/inst-claws-mail.nsi
@@ -63,6 +63,9 @@ LangString T_SetDefaultClient ${LANG_ENGLISH} \
   File ${prefix}/lib/claws-mail/plugins/fetchinfo.dll
   File ${prefix}/lib/claws-mail/plugins/notification.dll
   File ${prefix}/lib/claws-mail/plugins/tnef_parse.dll
+  File ${prefix}/lib/claws-mail/plugins/rssyl.dll
+  File ${prefix}/lib/claws-mail/plugins/spamreport.dll
+  File ${prefix}/lib/claws-mail/plugins/vcalendar.dll
 
   SetOutPath "$INSTDIR\share\locale\pt_BR\LC_MESSAGES"
   File ${prefix}/share/locale/pt_BR/LC_MESSAGES/claws-mail.mo
diff --git a/src/inst-rssyl.nsi b/src/inst-rssyl.nsi
deleted file mode 100644
index 0e9d9a7..0000000
--- a/src/inst-rssyl.nsi
+++ /dev/null
@@ -1,75 +0,0 @@
-# inst-rssyl.nsi - Installer snippet for rssyl.        -*- coding: latin-1; -*-
-# Copyright (C) 2005, 2007, 2008 g10 Code GmbH
-# 
-# This file is part of GPG4Win.
-# 
-# GPG4Win is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-# 
-# GPG4Win is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-# 
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-
-!ifdef prefix
-!undef prefix
-!endif
-!define prefix ${ipdir}/rssyl-${gpg4win_pkg_rssyl_version}
-
-!ifdef DEBUG
-Section "rssyl" SEC_rssyl
-!else
-Section "-rssyl" SEC_rssyl
-!endif
-  SetOutPath "$INSTDIR"
-!ifdef SOURCES
-  File ${gpg4win_pkg_rssyl}
-!else
-
-  SetOutPath "$INSTDIR\lib\claws-mail\plugins"
-  File ${prefix}/lib/claws-mail/plugins/rssyl.dll
-
-  SetOutPath "$INSTDIR\share\locale\pt_BR\LC_MESSAGES"
-  File ${prefix}/share/locale/pt_BR/LC_MESSAGES/rssyl.mo
-  SetOutPath "$INSTDIR\share\locale\pl\LC_MESSAGES"
-  File ${prefix}/share/locale/pl/LC_MESSAGES/rssyl.mo
-  SetOutPath "$INSTDIR\share\locale\ja\LC_MESSAGES"
-  File ${prefix}/share/locale/ja/LC_MESSAGES/rssyl.mo
-  SetOutPath "$INSTDIR\share\locale\fi\LC_MESSAGES"
-  File ${prefix}/share/locale/fi/LC_MESSAGES/rssyl.mo
-  SetOutPath "$INSTDIR\share\locale\it\LC_MESSAGES"
-  File ${prefix}/share/locale/it/LC_MESSAGES/rssyl.mo
-  SetOutPath "$INSTDIR\share\locale\es\LC_MESSAGES"
-  File ${prefix}/share/locale/es/LC_MESSAGES/rssyl.mo
-  SetOutPath "$INSTDIR\share\locale\id_ID\LC_MESSAGES"
-  File ${prefix}/share/locale/id_ID/LC_MESSAGES/rssyl.mo
-  SetOutPath "$INSTDIR\share\locale\zh_CN\LC_MESSAGES"
-  File ${prefix}/share/locale/zh_CN/LC_MESSAGES/rssyl.mo
-  SetOutPath "$INSTDIR\share\locale\nl\LC_MESSAGES"
-  File ${prefix}/share/locale/nl/LC_MESSAGES/rssyl.mo
-  SetOutPath "$INSTDIR\share\locale\cs\LC_MESSAGES"
-  File ${prefix}/share/locale/cs/LC_MESSAGES/rssyl.mo
-  SetOutPath "$INSTDIR\share\locale\ru\LC_MESSAGES"
-  File ${prefix}/share/locale/ru/LC_MESSAGES/rssyl.mo
-  SetOutPath "$INSTDIR\share\locale\sv\LC_MESSAGES"
-  File ${prefix}/share/locale/sv/LC_MESSAGES/rssyl.mo
-  SetOutPath "$INSTDIR\share\locale\sk\LC_MESSAGES"
-  File ${prefix}/share/locale/sk/LC_MESSAGES/rssyl.mo
-  SetOutPath "$INSTDIR\share\locale\ca\LC_MESSAGES"
-  File ${prefix}/share/locale/ca/LC_MESSAGES/rssyl.mo
-  SetOutPath "$INSTDIR\share\locale\hu\LC_MESSAGES"
-  File ${prefix}/share/locale/hu/LC_MESSAGES/rssyl.mo
-  SetOutPath "$INSTDIR\share\locale\de\LC_MESSAGES"
-  File ${prefix}/share/locale/de/LC_MESSAGES/rssyl.mo
-  SetOutPath "$INSTDIR\share\locale\fr\LC_MESSAGES"
-  File ${prefix}/share/locale/fr/LC_MESSAGES/rssyl.mo
-  SetOutPath "$INSTDIR\share\locale\sr\LC_MESSAGES"
-  File ${prefix}/share/locale/sr/LC_MESSAGES/rssyl.mo
-!endif
-SectionEnd
diff --git a/src/inst-sections.nsi b/src/inst-sections.nsi
index 8cb290b..08265ad 100644
--- a/src/inst-sections.nsi
+++ b/src/inst-sections.nsi
@@ -173,12 +173,6 @@
 !ifdef HAVE_PKG_GTKHTML2_VIEWER
 !include "inst-gtkhtml2_viewer.nsi"
 !endif
-!ifdef HAVE_PKG_VCALENDAR
-!include "inst-vcalendar.nsi"
-!endif
-!ifdef HAVE_PKG_RSSYL
-!include "inst-rssyl.nsi"
-!endif
 !ifdef HAVE_PKG_COMPENDIUM
 !include "inst-compendium.nsi"
 !endif
@@ -220,12 +214,6 @@
 !ifdef HAVE_PKG_GTKHTML2_VIEWER
 !include "uninst-gtkhtml2_viewer.nsi"
 !endif
-!ifdef HAVE_PKG_VCALENDAR
-!include "uninst-vcalendar.nsi"
-!endif
-!ifdef HAVE_PKG_RSSYL
-!include "uninst-rssyl.nsi"
-!endif
 !ifdef HAVE_PKG_PAPERKEY
 !include "uninst-paperkey.nsi"
 !endif
diff --git a/src/inst-vcalendar.nsi b/src/inst-vcalendar.nsi
deleted file mode 100644
index e27d703..0000000
--- a/src/inst-vcalendar.nsi
+++ /dev/null
@@ -1,73 +0,0 @@
-# inst-vcalendar.nsi - Installer snippet for vcalendar.        -*- coding: latin-1; -*-
-# Copyright (C) 2005, 2007, 2008 g10 Code GmbH
-# 
-# This file is part of GPG4Win.
-# 
-# GPG4Win is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-# 
-# GPG4Win is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-# 
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-
-!ifdef prefix
-!undef prefix
-!endif
-!define prefix ${ipdir}/vcalendar-${gpg4win_pkg_vcalendar_version}
-
-!ifdef DEBUG
-Section "vcalendar" SEC_vcalendar
-!else
-Section "-vcalendar" SEC_vcalendar
-!endif
-  SetOutPath "$INSTDIR"
-!ifdef SOURCES
-  File ${gpg4win_pkg_vcalendar}
-!else
-
-  SetOutPath "$INSTDIR\lib\claws-mail\plugins"
-  File ${prefix}/lib/claws-mail/plugins/vcalendar.dll
-
-  SetOutPath "$INSTDIR\share\locale\pt_BR\LC_MESSAGES"
-  File ${prefix}/share/locale/pt_BR/LC_MESSAGES/vcalendar.mo
-  SetOutPath "$INSTDIR\share\locale\pl\LC_MESSAGES"
-  File ${prefix}/share/locale/pl/LC_MESSAGES/vcalendar.mo
-  SetOutPath "$INSTDIR\share\locale\ja\LC_MESSAGES"
-  File ${prefix}/share/locale/ja/LC_MESSAGES/vcalendar.mo
-  SetOutPath "$INSTDIR\share\locale\fi\LC_MESSAGES"
-  File ${prefix}/share/locale/fi/LC_MESSAGES/vcalendar.mo
-  SetOutPath "$INSTDIR\share\locale\it\LC_MESSAGES"
-  File ${prefix}/share/locale/it/LC_MESSAGES/vcalendar.mo
-  SetOutPath "$INSTDIR\share\locale\es\LC_MESSAGES"
-  File ${prefix}/share/locale/es/LC_MESSAGES/vcalendar.mo
-  SetOutPath "$INSTDIR\share\locale\id_ID\LC_MESSAGES"
-  File ${prefix}/share/locale/id_ID/LC_MESSAGES/vcalendar.mo
-  SetOutPath "$INSTDIR\share\locale\zh_CN\LC_MESSAGES"
-  File ${prefix}/share/locale/zh_CN/LC_MESSAGES/vcalendar.mo
-  SetOutPath "$INSTDIR\share\locale\nl\LC_MESSAGES"
-  File ${prefix}/share/locale/nl/LC_MESSAGES/vcalendar.mo
-  SetOutPath "$INSTDIR\share\locale\cs\LC_MESSAGES"
-  File ${prefix}/share/locale/cs/LC_MESSAGES/vcalendar.mo
-  SetOutPath "$INSTDIR\share\locale\ru\LC_MESSAGES"
-  File ${prefix}/share/locale/ru/LC_MESSAGES/vcalendar.mo
-  SetOutPath "$INSTDIR\share\locale\sk\LC_MESSAGES"
-  File ${prefix}/share/locale/sk/LC_MESSAGES/vcalendar.mo
-  SetOutPath "$INSTDIR\share\locale\ca\LC_MESSAGES"
-  File ${prefix}/share/locale/ca/LC_MESSAGES/vcalendar.mo
-  SetOutPath "$INSTDIR\share\locale\hu\LC_MESSAGES"
-  File ${prefix}/share/locale/hu/LC_MESSAGES/vcalendar.mo
-  SetOutPath "$INSTDIR\share\locale\de\LC_MESSAGES"
-  File ${prefix}/share/locale/de/LC_MESSAGES/vcalendar.mo
-  SetOutPath "$INSTDIR\share\locale\fr\LC_MESSAGES"
-  File ${prefix}/share/locale/fr/LC_MESSAGES/vcalendar.mo
-  SetOutPath "$INSTDIR\share\locale\sr\LC_MESSAGES"
-  File ${prefix}/share/locale/sr/LC_MESSAGES/vcalendar.mo
-!endif
-SectionEnd
diff --git a/src/uninst-claws-mail.nsi b/src/uninst-claws-mail.nsi
index 0791fb1..17aa403 100644
--- a/src/uninst-claws-mail.nsi
+++ b/src/uninst-claws-mail.nsi
@@ -53,6 +53,9 @@ Section "-un.claws-mail"
   Delete "$INSTDIR\lib\claws-mail\plugins\fetchinfo.dll"
   Delete "$INSTDIR\lib\claws-mail\plugins\notification.dll"
   Delete "$INSTDIR\lib\claws-mail\plugins\tnef_parse.dll"
+  Delete "$INSTDIR\lib\claws-mail\plugins\rssyl.dll"
+  Delete "$INSTDIR\lib\claws-mail\plugins\spamreport.dll"
+  Delete "$INSTDIR\lib\claws-mail\plugins\vcalendar.dll"
 
   RMDir "$INSTDIR\lib\claws-mail\plugins"
   RMDir "$INSTDIR\lib\claws-mail"
diff --git a/src/uninst-rssyl.nsi b/src/uninst-rssyl.nsi
deleted file mode 100644
index 3828aa4..0000000
--- a/src/uninst-rssyl.nsi
+++ /dev/null
@@ -1,95 +0,0 @@
-# uninst-rssyl.nsi - Installer snippet for rssyl.-*- coding: latin-1; -*-
-# Copyright (C) 2005, 2007 g10 Code GmbH
-# 
-# This file is part of GPG4Win.
-# 
-# GPG4Win is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-# 
-# GPG4Win is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-# 
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-
-!ifdef prefix
-!undef prefix
-!endif
-!define prefix ${ipdir}/rssyl-${gpg4win_pkg_rssyl_version}
-
-
-; Uninstaller section.
-Section "-un.rssyl"
-!ifdef SOURCES
-  Push "${gpg4win_pkg_rssyl}"
-  Call un.SourceDelete
-!else
-  Delete "$INSTDIR\lib\claws-mail\plugins\rssyl.dll"
-  RMDir "$INSTDIR\lib\claws-mail\plugins"
-  RMDir "$INSTDIR\lib\claws-mail"
-  Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\rssyl.mo"
-  RMDir  "$INSTDIR\share\locale\pt_BR\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\pt_BR"
-  Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\rssyl.mo"
-  RMDir  "$INSTDIR\share\locale\pl\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\pl"
-  Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\rssyl.mo"
-  RMDir  "$INSTDIR\share\locale\ja\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\ja"
-  Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\rssyl.mo"
-  RMDir  "$INSTDIR\share\locale\fi\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\fi"
-  Delete "$INSTDIR\share\locale\it\LC_MESSAGES\rssyl.mo"
-  RMDir  "$INSTDIR\share\locale\it\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\it"
-  Delete "$INSTDIR\share\locale\es\LC_MESSAGES\rssyl.mo"
-  RMDir  "$INSTDIR\share\locale\es\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\es"
-  Delete "$INSTDIR\share\locale\id\LC_MESSAGES\rssyl.mo"
-  RMDir  "$INSTDIR\share\locale\id\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\id"
-  Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\rssyl.mo"
-  RMDir  "$INSTDIR\share\locale\zh_CN\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\zh_CN"
-  Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\rssyl.mo"
-  RMDir  "$INSTDIR\share\locale\nl\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\nl"
-  Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\rssyl.mo"
-  RMDir  "$INSTDIR\share\locale\cs\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\cs"
-  Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\rssyl.mo"
-  RMDir  "$INSTDIR\share\locale\ru\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\ru"
-  Delete "$INSTDIR\share\locale\sv\LC_MESSAGES\rssyl.mo"
-  RMDir  "$INSTDIR\share\locale\sv\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\sv"
-  Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\rssyl.mo"
-  RMDir  "$INSTDIR\share\locale\sk\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\sk"
-  Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\rssyl.mo"
-  RMDir  "$INSTDIR\share\locale\ca\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\ca"
-  Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\rssyl.mo"
-  RMDir  "$INSTDIR\share\locale\hu\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\hu"
-  Delete "$INSTDIR\share\locale\de\LC_MESSAGES\rssyl.mo"
-  RMDir  "$INSTDIR\share\locale\de\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\de"
-  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\rssyl.mo"
-  RMDir  "$INSTDIR\share\locale\fr\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\fr"
-  Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\rssyl.mo"
-  RMDir  "$INSTDIR\share\locale\sr\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\sr"
-  RMDir  "$INSTDIR\share\locale"
-  RMDir "$INSTDIR\share"
-  RMDir "$INSTDIR\lib"
-  RMDir "$INSTDIR"
-
-!endif
-SectionEnd
diff --git a/src/uninst-vcalendar.nsi b/src/uninst-vcalendar.nsi
deleted file mode 100644
index e9852d0..0000000
--- a/src/uninst-vcalendar.nsi
+++ /dev/null
@@ -1,91 +0,0 @@
-# uninst-vcalendar.nsi - Installer snippet for vcalendar.-*- coding: latin-1; -*-
-# Copyright (C) 2005, 2007 g10 Code GmbH
-# 
-# This file is part of GPG4Win.
-# 
-# GPG4Win is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-# 
-# GPG4Win is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-# 
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-
-!ifdef prefix
-!undef prefix
-!endif
-!define prefix ${ipdir}/vcalendar-${gpg4win_pkg_vcalendar_version}
-
-
-; Uninstaller section.
-Section "-un.vcalendar"
-!ifdef SOURCES
-  Push "${gpg4win_pkg_vcalendar}"
-  Call un.SourceDelete
-!else
-  Delete "$INSTDIR\lib\claws-mail\plugins\vcalendar.dll"
-  RMDir "$INSTDIR\lib\claws-mail\plugins"
-  RMDir "$INSTDIR\lib\claws-mail"
-  Delete "$INSTDIR\share\locale\pt_BR\LC_MESSAGES\vcalendar.mo"
-  RMDir  "$INSTDIR\share\locale\pt_BR\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\pt_BR"
-  Delete "$INSTDIR\share\locale\pl\LC_MESSAGES\vcalendar.mo"
-  RMDir  "$INSTDIR\share\locale\pl\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\pl"
-  Delete "$INSTDIR\share\locale\ja\LC_MESSAGES\vcalendar.mo"
-  RMDir  "$INSTDIR\share\locale\ja\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\ja"
-  Delete "$INSTDIR\share\locale\fi\LC_MESSAGES\vcalendar.mo"
-  RMDir  "$INSTDIR\share\locale\fi\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\fi"
-  Delete "$INSTDIR\share\locale\it\LC_MESSAGES\vcalendar.mo"
-  RMDir  "$INSTDIR\share\locale\it\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\it"
-  Delete "$INSTDIR\share\locale\es\LC_MESSAGES\vcalendar.mo"
-  RMDir  "$INSTDIR\share\locale\es\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\es"
-  Delete "$INSTDIR\share\locale\id\LC_MESSAGES\vcalendar.mo"
-  RMDir  "$INSTDIR\share\locale\id\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\id"
-  Delete "$INSTDIR\share\locale\zh_CN\LC_MESSAGES\vcalendar.mo"
-  RMDir  "$INSTDIR\share\locale\zh_CN\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\zh_CN"
-  Delete "$INSTDIR\share\locale\nl\LC_MESSAGES\vcalendar.mo"
-  RMDir  "$INSTDIR\share\locale\nl\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\nl"
-  Delete "$INSTDIR\share\locale\cs\LC_MESSAGES\vcalendar.mo"
-  RMDir  "$INSTDIR\share\locale\cs\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\cs"
-  Delete "$INSTDIR\share\locale\ru\LC_MESSAGES\vcalendar.mo"
-  RMDir  "$INSTDIR\share\locale\ru\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\ru"
-  Delete "$INSTDIR\share\locale\sk\LC_MESSAGES\vcalendar.mo"
-  RMDir  "$INSTDIR\share\locale\sk\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\sk"
-  Delete "$INSTDIR\share\locale\ca\LC_MESSAGES\vcalendar.mo"
-  RMDir  "$INSTDIR\share\locale\ca\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\ca"
-  Delete "$INSTDIR\share\locale\hu\LC_MESSAGES\vcalendar.mo"
-  RMDir  "$INSTDIR\share\locale\hu\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\hu"
-  Delete "$INSTDIR\share\locale\de\LC_MESSAGES\vcalendar.mo"
-  RMDir  "$INSTDIR\share\locale\de\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\de"
-  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\vcalendar.mo"
-  RMDir  "$INSTDIR\share\locale\fr\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\fr"
-  Delete "$INSTDIR\share\locale\sr\LC_MESSAGES\vcalendar.mo"
-  RMDir  "$INSTDIR\share\locale\sr\LC_MESSAGES"
-  RMDir  "$INSTDIR\share\locale\sr"
-  RMDir  "$INSTDIR\share\locale"
-  RMDir  "$INSTDIR\share"
-  RMDir  "$INSTDIR"
-
-!endif
-SectionEnd

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

Summary of changes:
 include/config.nsi.in     |    8 ----
 packages/packages.current |   14 +++----
 src/inst-claws-mail.nsi   |    3 +
 src/inst-rssyl.nsi        |   75 -----------------------------------
 src/inst-sections.nsi     |   12 ------
 src/inst-vcalendar.nsi    |   73 ----------------------------------
 src/uninst-claws-mail.nsi |    3 +
 src/uninst-rssyl.nsi      |   95 ---------------------------------------------
 src/uninst-vcalendar.nsi  |   91 -------------------------------------------
 9 files changed, 12 insertions(+), 362 deletions(-)
 delete mode 100644 src/inst-rssyl.nsi
 delete mode 100644 src/inst-vcalendar.nsi
 delete mode 100644 src/uninst-rssyl.nsi
 delete mode 100644 src/uninst-vcalendar.nsi


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



More information about the Gpg4win-commits mailing list