[Gpg4win-commits] r939 - in trunk: . src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Oct 1 13:01:20 CEST 2008
Author: colinleroy
Date: 2008-10-01 13:01:19 +0200 (Wed, 01 Oct 2008)
New Revision: 939
Modified:
trunk/ChangeLog
trunk/configure.ac
trunk/src/inst-sections.nsi
Log:
Add forgotten parts for tnef parse
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-10-01 09:57:16 UTC (rev 938)
+++ trunk/ChangeLog 2008-10-01 11:01:19 UTC (rev 939)
@@ -1,3 +1,8 @@
+2008-10-01 Colin Leroy <colin at colino.net>
+
+ * configure.ac, src/inst-sections.nsi: Add forgotten TNEF Parser
+ Claws plugin.
+
2008-10-01 Marcus Brinkmann <marcus at g10code.com>
* src/inst-sections.nsi (CalcDepends): Add claws extensions, and
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2008-10-01 09:57:16 UTC (rev 938)
+++ trunk/configure.ac 2008-10-01 11:01:19 UTC (rev 939)
@@ -217,6 +217,7 @@
GPG4WIN_SPKG([gtkhtml2_viewer], [curl claws-mail libxml2])
GPG4WIN_SPKG([vcalendar], [curl claws-mail])
GPG4WIN_SPKG([rssyl], [curl claws-mail])
+GPG4WIN_SPKG([tnef_parse], [claws-mail])
GPG4WIN_IPKG([compendium_de])
GPG4WIN_IPKG([man_novice_en])
#GPG4WIN_IPKG([man_advanced_en])
Modified: trunk/src/inst-sections.nsi
===================================================================
--- trunk/src/inst-sections.nsi 2008-10-01 09:57:16 UTC (rev 938)
+++ trunk/src/inst-sections.nsi 2008-10-01 11:01:19 UTC (rev 939)
@@ -647,6 +647,9 @@
!ifdef HAVE_PKG_RSSYL
!insertmacro UnselectSection ${SEC_rssyl}
!endif
+!ifdef HAVE_PKG_TNEF_PARSE
+ !insertmacro UnselectSection ${SEC_tnef_parse}
+!endif
!ifdef HAVE_PKG_KDESUPPORT
!insertmacro UnselectSection ${SEC_kdesupport}
!endif
@@ -771,6 +774,7 @@
!insertmacro SelectSection ${SEC_gtkhtml2_viewer}
!insertmacro SelectSection ${SEC_vcalender}
!insertmacro SelectSection ${SEC_rssyl}
+ !insertmacro SelectSection ${SEC_tnef_parse}
skip_claws_mail:
!endif
More information about the Gpg4win-commits
mailing list