[Gpg4win-commits] r946 - in trunk: . include packages src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sat Oct 4 13:52:33 CEST 2008


Author: colinleroy
Date: 2008-10-04 13:52:32 +0200 (Sat, 04 Oct 2008)
New Revision: 946

Added:
   trunk/src/inst-attachwarner.nsi
   trunk/src/uninst-attachwarner.nsi
Modified:
   trunk/ChangeLog
   trunk/configure.ac
   trunk/include/config.nsi.in
   trunk/packages/packages.current
   trunk/src/Makefile.am
   trunk/src/inst-claws-mail.nsi
   trunk/src/inst-gtkhtml2_viewer.nsi
   trunk/src/inst-notification_plugin.nsi
   trunk/src/inst-rssyl.nsi
   trunk/src/inst-sections.nsi
   trunk/src/inst-tnef_parse.nsi
   trunk/src/inst-vcalendar.nsi
   trunk/src/uninst-claws-mail.nsi
   trunk/src/uninst-gtkhtml2_viewer.nsi
   trunk/src/uninst-notification_plugin.nsi
   trunk/src/uninst-rssyl.nsi
   trunk/src/uninst-tnef_parse.nsi
   trunk/src/uninst-vcalendar.nsi
Log:
2008-10-04  Colin Leroy  <colin at colino.net>

	* configure.ac,
	* packages/packages.current,
	* include/config.nsi.in: Add Attachwarner plugin; fix a few
	typos
	* src/inst-attachwarner.nsi,
	* src/uninst-attachwarner.nsi,
	* src/inst-gtkhtml2_viewer.nsi,
	* src/uninst-gtkhtml2_viewer.nsi,
	* src/inst-notification_plugin,
	* src/uninst-notification_plugin,
	* src/inst-tnef_parse.nsi,
	* src/uninst-tnef_parse.nsi,
	* src/inst-rssyl.nsi,
	* src/uninst-rssyl.nsi,
	* src/inst-vcalendar.nsi,
	* src/uninst-vcalendar.nsi,
	* src/inst-claws-mail.nsi,
	* src/uninst-claws-mail.nsi,
	* src/inst-sections.nsi,
	* src/Makefile.am: Add Attachwarner plugin; add fr and de 
	translations where possible; fix a few typos.



Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-10-03 16:45:00 UTC (rev 945)
+++ trunk/ChangeLog	2008-10-04 11:52:32 UTC (rev 946)
@@ -1,3 +1,27 @@
+2008-10-04  Colin Leroy  <colin at colino.net>
+
+	* configure.ac,
+	* packages/packages.current,
+	* include/config.nsi.in: Add Attachwarner plugin; fix a few
+	typos
+	* src/inst-attachwarner.nsi,
+	* src/uninst-attachwarner.nsi,
+	* src/inst-gtkhtml2_viewer.nsi,
+	* src/uninst-gtkhtml2_viewer.nsi,
+	* src/inst-notification_plugin,
+	* src/uninst-notification_plugin,
+	* src/inst-tnef_parse.nsi,
+	* src/uninst-tnef_parse.nsi,
+	* src/inst-rssyl.nsi,
+	* src/uninst-rssyl.nsi,
+	* src/inst-vcalendar.nsi,
+	* src/uninst-vcalendar.nsi,
+	* src/inst-claws-mail.nsi,
+	* src/uninst-claws-mail.nsi,
+	* src/inst-sections.nsi,
+	* src/Makefile.am: Add Attachwarner plugin; add fr and de 
+	translations where possible; fix a few typos.
+
 2008-10-03  Colin Leroy  <colin at colino.net>
 
 	* packages/packages.current: Update Claws and its plugins

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2008-10-03 16:45:00 UTC (rev 945)
+++ trunk/configure.ac	2008-10-04 11:52:32 UTC (rev 946)
@@ -218,6 +218,7 @@
 GPG4WIN_SPKG([vcalendar], [curl claws-mail])
 GPG4WIN_SPKG([rssyl], [curl claws-mail])
 GPG4WIN_SPKG([tnef_parse], [claws-mail])
+GPG4WIN_SPKG([attachwarner], [claws-mail])
 GPG4WIN_IPKG([compendium_de])
 GPG4WIN_IPKG([man_novice_en])
 #GPG4WIN_IPKG([man_advanced_en])

Modified: trunk/include/config.nsi.in
===================================================================
--- trunk/include/config.nsi.in	2008-10-03 16:45:00 UTC (rev 945)
+++ trunk/include/config.nsi.in	2008-10-04 11:52:32 UTC (rev 946)
@@ -160,6 +160,10 @@
 !define gpg4win_pkg_tnef_parse @gpg4win_pkg_tnef_parse@
 !define gpg4win_pkg_tnef_parse_version @gpg4win_pkg_tnef_parse_version@
 
+ at HAVE_PKG_ATTACHWARNER@
+!define gpg4win_pkg_attachwarner @gpg4win_pkg_attachwarner@
+!define gpg4win_pkg_attachwarner_version @gpg4win_pkg_attachwarner_version@
+
 #@HAVE_PKG_EUDORAGPG@
 #!define gpg4win_pkg_eudoragpg @gpg4win_pkg_eudoragpg@
 #!define gpg4win_pkg_eudoragpg_version @gpg4win_pkg_eudoragpg_version@

Modified: trunk/packages/packages.current
===================================================================
--- trunk/packages/packages.current	2008-10-03 16:45:00 UTC (rev 945)
+++ trunk/packages/packages.current	2008-10-04 11:52:32 UTC (rev 946)
@@ -143,6 +143,10 @@
 file  tnef_parse-0.3.1.tar.gz
 chk   66b5caf669206a22a6be2c507197335669bd16f5
 
+server http://www.claws-mail.org/win32
+file  attachwarner-0.2.13cvs1.tar.gz
+chk   c3d2408fd4add2660dec5941814d73c83625d590
+
 #
 # Pthreads for Windows.
 #

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2008-10-03 16:45:00 UTC (rev 945)
+++ trunk/src/Makefile.am	2008-10-04 11:52:32 UTC (rev 946)
@@ -38,6 +38,7 @@
         inst-vcalendar.nsi	   uninst-vcalendar.nsi      \
         inst-rssyl.nsi		   uninst-rssyl.nsi      \
         inst-tnef_parse.nsi	   uninst-tnef_parse.nsi      \
+        inst-attachwarner.nsi	   uninst-attachwarner.nsi      \
         inst-crypt.nsi		   uninst-crypt.nsi	      \
         inst-dirmngr.nsi	   uninst-dirmngr.nsi	      \
         inst-eudoragpg.nsi	   uninst-eudoragpg.nsi	      \
@@ -90,7 +91,7 @@
 		gpa winpt libgsasl libtasn1 opencdk gnutls curl libxml2 \
                 libetpan claws-mail notification_plugin gtkhtml2_viewer \
 		vcalendar rssyl gnupg2 pinentry libassuan libksba libgcrypt \
-		adns dirmngr w32pth scute tnef_parse
+		adns dirmngr w32pth scute tnef_parse attachwarner
 
 # Extra options to configure for individual packages.
 # We can use $(idir) here for the installation prefix.
@@ -241,6 +242,9 @@
 gpg4win_pkg_tnef_parse_configure = \
   --with-lib-prefix=$(idir) --with-libiconv-prefix=$(idir) LIBS=\"-L$(idir)/bin\"
 
+gpg4win_pkg_attachwarner_configure = \
+  --with-lib-prefix=$(idir) --with-libiconv-prefix=$(idir) LIBS=\"-L$(idir)/bin\"
+
 gpg4win_pkg_scute_configure = --silent \
   --with-gpgme-prefix=$(idir) --with-libassuan-prefix=$(idir)
 

Added: trunk/src/inst-attachwarner.nsi
===================================================================
--- trunk/src/inst-attachwarner.nsi	2008-10-03 16:45:00 UTC (rev 945)
+++ trunk/src/inst-attachwarner.nsi	2008-10-04 11:52:32 UTC (rev 946)
@@ -0,0 +1,43 @@
+# inst-attachwarner.nsi - Installer snippet for attachwarner.        -*- 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}/attachwarner-${gpg4win_pkg_attachwarner_version}
+
+!ifdef DEBUG
+Section "attachwarner" SEC_attachwarner
+!else
+Section "-attachwarner" SEC_attachwarner
+!endif
+  SetOutPath "$INSTDIR"
+!ifdef SOURCES
+  File ${gpg4win_pkg_attachwarner}
+!else
+
+  SetOutPath "$INSTDIR\lib\claws-mail\plugins"
+  File ${prefix}/lib/claws-mail/plugins/attachwarner.dll
+
+  SetOutPath "$INSTDIR\share\locale\fr\LC_MESSAGES"
+  File ${prefix}/share/locale/fr/LC_MESSAGES/attachwarner.mo
+  SetOutPath "$INSTDIR\share\locale\de\LC_MESSAGES"
+  File ${prefix}/share/locale/de/LC_MESSAGES/attachwarner.mo
+!endif
+SectionEnd

Modified: trunk/src/inst-claws-mail.nsi
===================================================================
--- trunk/src/inst-claws-mail.nsi	2008-10-03 16:45:00 UTC (rev 945)
+++ trunk/src/inst-claws-mail.nsi	2008-10-04 11:52:32 UTC (rev 946)
@@ -46,6 +46,8 @@
 
   SetOutPath "$INSTDIR\share\locale\de\LC_MESSAGES"
   File ${prefix}/share/locale/de/LC_MESSAGES/claws-mail.mo
+  SetOutPath "$INSTDIR\share\locale\fr\LC_MESSAGES"
+  File ${prefix}/share/locale/fr/LC_MESSAGES/claws-mail.mo
 !endif
 ${MementoSectionEnd}
 

Modified: trunk/src/inst-gtkhtml2_viewer.nsi
===================================================================
--- trunk/src/inst-gtkhtml2_viewer.nsi	2008-10-03 16:45:00 UTC (rev 945)
+++ trunk/src/inst-gtkhtml2_viewer.nsi	2008-10-04 11:52:32 UTC (rev 946)
@@ -35,5 +35,9 @@
   SetOutPath "$INSTDIR\lib\claws-mail\plugins"
   File ${prefix}/lib/claws-mail/plugins/gtkhtml2_viewer.dll
 
+  SetOutPath "$INSTDIR\share\locale\fr\LC_MESSAGES"
+  File ${prefix}/share/locale/fr/LC_MESSAGES/gtkhtml2_viewer.mo
+  SetOutPath "$INSTDIR\share\locale\de\LC_MESSAGES"
+  File ${prefix}/share/locale/de/LC_MESSAGES/gtkhtml2_viewer.mo
 !endif
 SectionEnd

Modified: trunk/src/inst-notification_plugin.nsi
===================================================================
--- trunk/src/inst-notification_plugin.nsi	2008-10-03 16:45:00 UTC (rev 945)
+++ trunk/src/inst-notification_plugin.nsi	2008-10-04 11:52:32 UTC (rev 946)
@@ -35,5 +35,7 @@
   SetOutPath "$INSTDIR\lib\claws-mail\plugins"
   File ${prefix}/lib/claws-mail/plugins/notification_plugin.dll
 
+  SetOutPath "$INSTDIR\share\locale\fr\LC_MESSAGES"
+  File ${prefix}/share/locale/fr/LC_MESSAGES/notification_plugin.mo
 !endif
 SectionEnd

Modified: trunk/src/inst-rssyl.nsi
===================================================================
--- trunk/src/inst-rssyl.nsi	2008-10-03 16:45:00 UTC (rev 945)
+++ trunk/src/inst-rssyl.nsi	2008-10-04 11:52:32 UTC (rev 946)
@@ -35,5 +35,9 @@
   SetOutPath "$INSTDIR\lib\claws-mail\plugins"
   File ${prefix}/lib/claws-mail/plugins/rssyl.dll
 
+  SetOutPath "$INSTDIR\share\locale\fr\LC_MESSAGES"
+  File ${prefix}/share/locale/fr/LC_MESSAGES/rssyl.mo
+  SetOutPath "$INSTDIR\share\locale\de\LC_MESSAGES"
+  File ${prefix}/share/locale/de/LC_MESSAGES/rssyl.mo
 !endif
 SectionEnd

Modified: trunk/src/inst-sections.nsi
===================================================================
--- trunk/src/inst-sections.nsi	2008-10-03 16:45:00 UTC (rev 945)
+++ trunk/src/inst-sections.nsi	2008-10-04 11:52:32 UTC (rev 946)
@@ -175,6 +175,9 @@
 !ifdef HAVE_PKG_TNEF_PARSE
 !include "inst-tnef_parse.nsi"
 !endif
+!ifdef HAVE_PKG_ATTACHWARNER
+!include "inst-attachwarner.nsi"
+!endif
 #!ifdef HAVE_PKG_EUDORAGPG
 #!include "inst-eudoragpg.nsi"
 #!endif
@@ -234,6 +237,9 @@
 !ifdef HAVE_PKG_TNEF_PARSE
 !include "uninst-tnef_parse.nsi"
 !endif
+!ifdef HAVE_PKG_ATTACHWARNER
+!include "uninst-attachwarner.nsi"
+!endif
 !ifdef HAVE_PKG_SCUTE
 !include "uninst-scute.nsi"
 !endif
@@ -641,8 +647,8 @@
 !ifdef HAVE_PKG_GTKHTML2_VIEWER
   !insertmacro UnselectSection ${SEC_gtkhtml2_viewer}
 !endif
-!ifdef HAVE_PKG_VCALENDER
-  !insertmacro UnselectSection ${SEC_vcalender}
+!ifdef HAVE_PKG_VCALENDAR
+  !insertmacro UnselectSection ${SEC_vcalendar}
 !endif
 !ifdef HAVE_PKG_RSSYL
   !insertmacro UnselectSection ${SEC_rssyl}
@@ -650,6 +656,9 @@
 !ifdef HAVE_PKG_TNEF_PARSE
   !insertmacro UnselectSection ${SEC_tnef_parse}
 !endif
+!ifdef HAVE_PKG_ATTACHWARNER
+  !insertmacro UnselectSection ${SEC_attachwarner}
+!endif
 !ifdef HAVE_PKG_KDESUPPORT
   !insertmacro UnselectSection ${SEC_kdesupport}
 !endif
@@ -772,9 +781,10 @@
   # all plugins.
   !insertmacro SelectSection ${SEC_notification_plugin}
   !insertmacro SelectSection ${SEC_gtkhtml2_viewer}
-  !insertmacro SelectSection ${SEC_vcalender}
+  !insertmacro SelectSection ${SEC_vcalendar}
   !insertmacro SelectSection ${SEC_rssyl}
   !insertmacro SelectSection ${SEC_tnef_parse}
+  !insertmacro SelectSection ${SEC_attachwarner}
   skip_claws_mail:
 !endif
 
@@ -807,11 +817,11 @@
   skip_rssyl:
 !endif
 
-!ifdef HAVE_PKG_VCALENDER
-  !insertmacro SectionFlagIsSet ${SEC_vcalender} ${SF_SELECTED} have_vcalender skip_vcalender
-  have_vcalender:
+!ifdef HAVE_PKG_VCALENDAR
+  !insertmacro SectionFlagIsSet ${SEC_vcalendar} ${SF_SELECTED} have_vcalendar skip_vcalendar
+  have_vcalendar:
   !insertmacro SelectSection ${SEC_curl}
-  skip_vcalender:
+  skip_vcalendar:
 !endif
 
 !ifdef HAVE_PKG_GTKHTML2_VIEWER
@@ -926,7 +936,7 @@
 !ifdef HAVE_PKG_LIBGPG_ERROR
   !insertmacro SectionFlagIsSet ${SEC_libgpg_error} ${SF_SELECTED} have_libgpg_error skip_libgpg_error
   have_libgpg_error:
-  !insertmacro SelectSection ${SEC_iconv}
+  !insertmacro SelectSection ${SEC_libiconv}
   !insertmacro SelectSection ${SEC_gettext}
   skip_libgpg_error:
 !endif

Modified: trunk/src/inst-tnef_parse.nsi
===================================================================
--- trunk/src/inst-tnef_parse.nsi	2008-10-03 16:45:00 UTC (rev 945)
+++ trunk/src/inst-tnef_parse.nsi	2008-10-04 11:52:32 UTC (rev 946)
@@ -35,5 +35,7 @@
   SetOutPath "$INSTDIR\lib\claws-mail\plugins"
   File ${prefix}/lib/claws-mail/plugins/tnef_parse.dll
 
+  SetOutPath "$INSTDIR\share\locale\fr\LC_MESSAGES"
+  File ${prefix}/share/locale/fr/LC_MESSAGES/tnef_parse.mo
 !endif
 SectionEnd

Modified: trunk/src/inst-vcalendar.nsi
===================================================================
--- trunk/src/inst-vcalendar.nsi	2008-10-03 16:45:00 UTC (rev 945)
+++ trunk/src/inst-vcalendar.nsi	2008-10-04 11:52:32 UTC (rev 946)
@@ -35,5 +35,9 @@
   SetOutPath "$INSTDIR\lib\claws-mail\plugins"
   File ${prefix}/lib/claws-mail/plugins/vcalendar.dll
 
+  SetOutPath "$INSTDIR\share\locale\fr\LC_MESSAGES"
+  File ${prefix}/share/locale/fr/LC_MESSAGES/vcalendar.mo
+  SetOutPath "$INSTDIR\share\locale\de\LC_MESSAGES"
+  File ${prefix}/share/locale/de/LC_MESSAGES/vcalendar.mo
 !endif
 SectionEnd

Added: trunk/src/uninst-attachwarner.nsi
===================================================================
--- trunk/src/uninst-attachwarner.nsi	2008-10-03 16:45:00 UTC (rev 945)
+++ trunk/src/uninst-attachwarner.nsi	2008-10-04 11:52:32 UTC (rev 946)
@@ -0,0 +1,47 @@
+# uninst-attachwarner.nsi - Installer snippet for attachwarner.-*- 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}/attachwarner-${gpg4win_pkg_attachwarner_version}
+
+
+; Uninstaller section.
+Section "-un.attachwarner"
+!ifdef SOURCES
+  Push "${gpg4win_pkg_attachwarner}"
+  Call un.SourceDelete
+!else
+  Delete "$INSTDIR\lib\claws-mail\plugins\attachwarner.dll"
+  RMDir "$INSTDIR\lib\claws-mail\plugins"
+  RMDir "$INSTDIR\lib\claws-mail"
+  Delete "$INSTDIR\share\locale\de\LC_MESSAGES\attachwarner.mo"
+  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\attachwarner.mo"
+  RMDir "$INSTDIR\share\locale\de\LC_MESSAGES"
+  RMDir "$INSTDIR\share\locale\de"
+  RMDir "$INSTDIR\share\locale\fr\LC_MESSAGES"
+  RMDir "$INSTDIR\share\locale\fr"
+  RMDir "$INSTDIR\share\locale"
+  RMDir "$INSTDIR\share"
+  RMDir "$INSTDIR\lib"
+  RMDir "$INSTDIR"
+
+!endif
+SectionEnd

Modified: trunk/src/uninst-claws-mail.nsi
===================================================================
--- trunk/src/uninst-claws-mail.nsi	2008-10-03 16:45:00 UTC (rev 945)
+++ trunk/src/uninst-claws-mail.nsi	2008-10-04 11:52:32 UTC (rev 946)
@@ -46,6 +46,12 @@
   RMDir "$INSTDIR\lib"
 
   Delete "$INSTDIR\share\locale\de\LC_MESSAGES\claws-mail.mo"
+  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\claws-mail.mo"
+  RMDir "$INSTDIR\share\locale\de\LC_MESSAGES"
+  RMDir "$INSTDIR\share\locale\de"
+  RMDir "$INSTDIR\share\locale\fr\LC_MESSAGES"
+  RMDir "$INSTDIR\share\locale\fr"
+  RMDir "$INSTDIR\share\locale"
 
   RMDir "$INSTDIR\share\claws-mail"
   RMDir "$INSTDIR\share"

Modified: trunk/src/uninst-gtkhtml2_viewer.nsi
===================================================================
--- trunk/src/uninst-gtkhtml2_viewer.nsi	2008-10-03 16:45:00 UTC (rev 945)
+++ trunk/src/uninst-gtkhtml2_viewer.nsi	2008-10-04 11:52:32 UTC (rev 946)
@@ -32,6 +32,14 @@
   Delete "$INSTDIR\lib\claws-mail\plugins\gtkhtml2_viewer.dll"
   RMDir "$INSTDIR\lib\claws-mail\plugins"
   RMDir "$INSTDIR\lib\claws-mail"
+  Delete "$INSTDIR\share\locale\de\LC_MESSAGES\gtkhtml2_viewer.mo"
+  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\gtkhtml2_viewer.mo"
+  RMDir "$INSTDIR\share\locale\de\LC_MESSAGES"
+  RMDir "$INSTDIR\share\locale\de"
+  RMDir "$INSTDIR\share\locale\fr\LC_MESSAGES"
+  RMDir "$INSTDIR\share\locale\fr"
+  RMDir "$INSTDIR\share\locale"
+  RMDir "$INSTDIR\share"
   RMDir "$INSTDIR\lib"
   RMDir "$INSTDIR"
 

Modified: trunk/src/uninst-notification_plugin.nsi
===================================================================
--- trunk/src/uninst-notification_plugin.nsi	2008-10-03 16:45:00 UTC (rev 945)
+++ trunk/src/uninst-notification_plugin.nsi	2008-10-04 11:52:32 UTC (rev 946)
@@ -33,6 +33,11 @@
   RMDir "$INSTDIR\lib\claws-mail\plugins"
   RMDir "$INSTDIR\lib\claws-mail"
   RMDir "$INSTDIR\lib"
+  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\notification_plugin.mo"
+  RMDir "$INSTDIR\share\locale\fr\LC_MESSAGES"
+  RMDir "$INSTDIR\share\locale\fr"
+  RMDir "$INSTDIR\share\locale"
+  RMDir "$INSTDIR\share"
   RMDir "$INSTDIR"
 
 !endif

Modified: trunk/src/uninst-rssyl.nsi
===================================================================
--- trunk/src/uninst-rssyl.nsi	2008-10-03 16:45:00 UTC (rev 945)
+++ trunk/src/uninst-rssyl.nsi	2008-10-04 11:52:32 UTC (rev 946)
@@ -32,6 +32,14 @@
   Delete "$INSTDIR\lib\claws-mail\plugins\rssyl.dll"
   RMDir "$INSTDIR\lib\claws-mail\plugins"
   RMDir "$INSTDIR\lib\claws-mail"
+  Delete "$INSTDIR\share\locale\de\LC_MESSAGES\rssyl.mo"
+  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\rssyl.mo"
+  RMDir "$INSTDIR\share\locale\de\LC_MESSAGES"
+  RMDir "$INSTDIR\share\locale\de"
+  RMDir "$INSTDIR\share\locale\fr\LC_MESSAGES"
+  RMDir "$INSTDIR\share\locale\fr"
+  RMDir "$INSTDIR\share\locale"
+  RMDir "$INSTDIR\share"
   RMDir "$INSTDIR\lib"
   RMDir "$INSTDIR"
 

Modified: trunk/src/uninst-tnef_parse.nsi
===================================================================
--- trunk/src/uninst-tnef_parse.nsi	2008-10-03 16:45:00 UTC (rev 945)
+++ trunk/src/uninst-tnef_parse.nsi	2008-10-04 11:52:32 UTC (rev 946)
@@ -33,6 +33,11 @@
   RMDir "$INSTDIR\lib\claws-mail\plugins"
   RMDir "$INSTDIR\lib\claws-mail"
   RMDir "$INSTDIR\lib"
+  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\tnef_parse.mo"
+  RMDir "$INSTDIR\share\locale\fr\LC_MESSAGES"
+  RMDir "$INSTDIR\share\locale\fr"
+  RMDir "$INSTDIR\share\locale"
+  RMDir "$INSTDIR\share"
   RMDir "$INSTDIR"
 
 !endif

Modified: trunk/src/uninst-vcalendar.nsi
===================================================================
--- trunk/src/uninst-vcalendar.nsi	2008-10-03 16:45:00 UTC (rev 945)
+++ trunk/src/uninst-vcalendar.nsi	2008-10-04 11:52:32 UTC (rev 946)
@@ -32,6 +32,14 @@
   Delete "$INSTDIR\lib\claws-mail\plugins\vcalendar.dll"
   RMDir "$INSTDIR\lib\claws-mail\plugins"
   RMDir "$INSTDIR\lib\claws-mail"
+  Delete "$INSTDIR\share\locale\de\LC_MESSAGES\vcalendar.mo"
+  Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\vcalendar.mo"
+  RMDir "$INSTDIR\share\locale\de\LC_MESSAGES"
+  RMDir "$INSTDIR\share\locale\de"
+  RMDir "$INSTDIR\share\locale\fr\LC_MESSAGES"
+  RMDir "$INSTDIR\share\locale\fr"
+  RMDir "$INSTDIR\share\locale"
+  RMDir "$INSTDIR\share"
   RMDir "$INSTDIR\lib"
   RMDir "$INSTDIR"
 



More information about the Gpg4win-commits mailing list