[Gpg4win-commits] r100 - in trunk: . src

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Mon Dec 19 00:08:29 CET 2005


Author: marcus
Date: 2005-12-19 00:08:29 +0100 (Mon, 19 Dec 2005)
New Revision: 100

Modified:
   trunk/ChangeLog
   trunk/src/inst-sylpheed-claws.nsi
   trunk/src/uninst-sylpheed-claws.nsi
Log:
2005-12-18  Marcus Brinkmann  <marcus at g10code.de>

	* src/inst-sylpheed-claws.nsi: Install GPG plugins.
	* src/uninst-sylpheed-claws.nsi: Uninstall GPG plugins.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2005-12-18 23:07:38 UTC (rev 99)
+++ trunk/ChangeLog	2005-12-18 23:08:29 UTC (rev 100)
@@ -1,5 +1,8 @@
 2005-12-18  Marcus Brinkmann  <marcus at g10code.de>
 
+	* src/inst-sylpheed-claws.nsi: Install GPG plugins.
+	* src/uninst-sylpheed-claws.nsi: Uninstall GPG plugins.
+
 	* src/uninst-eudoragpg.nsi: Delete file
 	$INSTDIR\share\eudoragpg\eudoragpg.html.
 

Modified: trunk/src/inst-sylpheed-claws.nsi
===================================================================
--- trunk/src/inst-sylpheed-claws.nsi	2005-12-18 23:07:38 UTC (rev 99)
+++ trunk/src/inst-sylpheed-claws.nsi	2005-12-18 23:08:29 UTC (rev 100)
@@ -32,6 +32,13 @@
   File ${prefix}/bin/sylpheed-claws.exe
 
   SetOutPath "$INSTDIR\share\sylpheed-claws"
+
+  SetOutPath "$INSTDIR\lib\sylpheed-claws\plugins"
+  File ${prefix}/lib/sylpheed-claws/plugins/pgpcore.dll
+  File ${prefix}/lib/sylpheed-claws/plugins/pgpinline.dll
+  File ${prefix}/lib/sylpheed-claws/plugins/pgpinline.deps
+  File ${prefix}/lib/sylpheed-claws/plugins/pgpmime.dll
+  File ${prefix}/lib/sylpheed-claws/plugins/pgpmime.deps
 !endif
 SectionEnd
 

Modified: trunk/src/uninst-sylpheed-claws.nsi
===================================================================
--- trunk/src/uninst-sylpheed-claws.nsi	2005-12-18 23:07:38 UTC (rev 99)
+++ trunk/src/uninst-sylpheed-claws.nsi	2005-12-18 23:08:29 UTC (rev 100)
@@ -32,6 +32,15 @@
 !else
   Delete "$INSTDIR\sylpheed-claws.exe"
 
+  Delete "$INSTDIR\lib\sylpheed-claws\plugins\pgpcore.dll"
+  Delete "$INSTDIR\lib\sylpheed-claws\plugins\pgpinline.dll"
+  Delete "$INSTDIR\lib\sylpheed-claws\plugins\pgpinline.deps"
+  Delete "$INSTDIR\lib\sylpheed-claws\plugins\pgpmime.dll"
+  Delete "$INSTDIR\lib\sylpheed-claws\plugins\pgpmime.deps"
+  RMDir "$INSTDIR\lib\sylpheed-claws\plugins"
+  RMDir "$INSTDIR\lib\sylpheed-claws"
+  RMDir "$INSTDIR\lib"
+
   RMDir "$INSTDIR\share\sylpheed-claws"
   RMDir "$INSTDIR\share"
   RMDir "$INSTDIR"



More information about the Gpg4win-commits mailing list