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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Jul 12 23:37:13 CEST 2006


Author: marcus
Date: 2006-07-12 23:37:12 +0200 (Wed, 12 Jul 2006)
New Revision: 325

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

	* src/inst-sections.nsi: Install start menu and desktop link for
	the sylpheed manual.
	* src/inst-sylpheed-claws.nsi: Install manual.
	(DESC_Menu_sylpheed_pdf): New translation.
	* src/uninst-sylpheed-claws.nsi: Uninstall manual.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-06-28 09:25:32 UTC (rev 324)
+++ trunk/ChangeLog	2006-07-12 21:37:12 UTC (rev 325)
@@ -1,3 +1,11 @@
+2006-07-12  Marcus Brinkmann  <marcus at g10code.de>
+
+	* src/inst-sections.nsi: Install start menu and desktop link for
+	the sylpheed manual.
+	* src/inst-sylpheed-claws.nsi: Install manual.
+	(DESC_Menu_sylpheed_pdf): New translation.
+	* src/uninst-sylpheed-claws.nsi: Uninstall manual.
+
 2006-06-28  Werner Koch  <wk at g10code.com>
 
 	* Makefile.am (copy-news): New target.

Modified: trunk/src/inst-sections.nsi
===================================================================
--- trunk/src/inst-sections.nsi	2006-06-28 09:25:32 UTC (rev 324)
+++ trunk/src/inst-sections.nsi	2006-07-12 21:37:12 UTC (rev 325)
@@ -499,6 +499,11 @@
     CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Sylpheed-Claws.lnk" \
 	"$INSTDIR\sylpheed-claws.exe" \
         "" "" "" SW_SHOWNORMAL "" $(DESC_Menu_sylpheed)
+!ifndef GPG4WIN_LIGHT
+    CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Sylpheed Claws Manual.lnk" \
+	"$INSTDIR\sylpheed-claws-manual.pdf" \
+	"" "" "" SW_SHOWNORMAL "" $(DESC_Menu_sylpheed_pdf)
+!endif
   no_sylpheed_menu:
 !endif
 
@@ -595,6 +600,11 @@
     CreateShortCut "$DESKTOP\Sylpheed-Claws.lnk" \
 	"$INSTDIR\sylpheed-claws.exe" \
         "" "" "" SW_SHOWNORMAL "" $(DESC_Menu_sylpheed)
+!ifndef GPG4WIN_LIGHT
+    CreateShortCut "$DESKTOP\Sylpheed-Claws Manual.lnk" \
+	"$INSTDIR\sylpheed-claws-manual.pdf" \
+	"" "" "" SW_SHOWNORMAL "" $(DESC_Menu_sylpheed_pdf)
+!endif
   no_sylpheed_desktop:
 !endif
 

Modified: trunk/src/inst-sylpheed-claws.nsi
===================================================================
--- trunk/src/inst-sylpheed-claws.nsi	2006-06-28 09:25:32 UTC (rev 324)
+++ trunk/src/inst-sylpheed-claws.nsi	2006-07-12 21:37:12 UTC (rev 325)
@@ -31,6 +31,10 @@
 !else
   File ${prefix}/bin/sylpheed-claws.exe
 
+!ifndef GPG4WIN_LIGHT
+  File ${prefix}/share/sylpheed-claws/manual/en/sylpheed-claws-manual.pdf
+!endif
+
   SetOutPath "$INSTDIR\lib\sylpheed-claws\plugins"
   File ${prefix}/lib/sylpheed-claws/plugins/pgpcore.dll
   File ${prefix}/lib/sylpheed-claws/plugins/pgpinline.dll
@@ -54,3 +58,8 @@
    "Run the Sylpheed-Claws mailprogram."
 LangString DESC_Menu_sylpheed ${LANG_GERMAN} \
    "Das Mailprogramm Sylpheed-Claws aufrufen."
+
+LangString DESC_Menu_sylpheed_pdf ${LANG_ENGLISH} \
+   "Show the online manual of Sylpheed Claws"
+LangString DESC_Menu_sylpheed_pdf ${LANG_GERMAN} \
+   "Das englische Handbuch zu Sylpheed Claws anzeigen"

Modified: trunk/src/uninst-sylpheed-claws.nsi
===================================================================
--- trunk/src/uninst-sylpheed-claws.nsi	2006-06-28 09:25:32 UTC (rev 324)
+++ trunk/src/uninst-sylpheed-claws.nsi	2006-07-12 21:37:12 UTC (rev 325)
@@ -32,6 +32,10 @@
 !else
   Delete "$INSTDIR\sylpheed-claws.exe"
 
+!ifndef GPG4WIN_LIGHT
+  Delete "$INSTDIR\sylpheed-claws-manual.pdf"
+!endif
+
   Delete "$INSTDIR\lib\sylpheed-claws\plugins\pgpcore.dll"
   Delete "$INSTDIR\lib\sylpheed-claws\plugins\pgpinline.dll"
   Delete "$INSTDIR\lib\sylpheed-claws\plugins\pgpinline.deps"



More information about the Gpg4win-commits mailing list