[GRASS-SVN] r37900 - in grass/branches/develbranch_6/mswindows: . Installer-Files

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 15 20:03:00 EDT 2009


Author: hamish
Date: 2009-06-15 20:03:00 -0400 (Mon, 15 Jun 2009)
New Revision: 37900

Added:
   grass/branches/develbranch_6/mswindows/Installer-Files/GRASS_MSys.ico
   grass/branches/develbranch_6/mswindows/Installer-Files/GRASS_tcltk.ico
Modified:
   grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
   grass/branches/develbranch_6/mswindows/GRASS-Packager.bat
   grass/branches/develbranch_6/mswindows/Installer-Files/GRASS.ico
   grass/branches/develbranch_6/mswindows/Installer-Files/GRASS_CMD.ico
   grass/branches/develbranch_6/mswindows/Installer-Files/GRASS_Web.ico
   grass/branches/develbranch_6/mswindows/Installer-Files/Install_GRASS.ico
   grass/branches/develbranch_6/mswindows/Installer-Files/MSYS_Custom_Icon.ico
   grass/branches/develbranch_6/mswindows/Installer-Files/Uninstall_GRASS.ico
   grass/branches/develbranch_6/mswindows/Installer-Files/WinGRASS.ico
   grass/branches/develbranch_6/mswindows/README.html
Log:
updates and new icons from Colin Nielsen

Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2009-06-15 21:25:53 UTC (rev 37899)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2009-06-16 00:03:00 UTC (rev 37900)
@@ -430,6 +430,8 @@
 	SetOutPath "$INSTALL_DIR\icons"
 	File .\Installer-Files\GRASS.ico
 	File .\Installer-Files\GRASS_Web.ico
+	File .\Installer-Files\GRASS_tcltk.ico
+	File .\Installer-Files\GRASS_MSys.ico
 	File .\Installer-Files\GRASS_CMD.ico
 	File .\Installer-Files\MSYS_Custom_Icon.ico
 	File .\Installer-Files\WinGRASS.ico	
@@ -485,7 +487,7 @@
 	"$INSTALL_DIR\icons\GRASS.ico" "" SW_SHOWMINIMIZED "" "Launch GRASS ${VERSION_NUMBER} with the new wxPython GUI"
 
 	CreateShortCut "$DESKTOP\GRASS ${VERSION_NUMBER} with MSYS.lnk" "$INSTALL_DIR\msys\msys.bat" "/grass/bin/${GRASS_COMMAND} -wxpython"\
-	"$INSTALL_DIR\icons\GRASS.ico" "" SW_SHOWNORMAL "" "Launch GRASS ${VERSION_NUMBER} with the new wxPython GUI and a MSYS UNIX terminal"
+	"$INSTALL_DIR\icons\GRASS_MSys.ico" "" SW_SHOWNORMAL "" "Launch GRASS ${VERSION_NUMBER} with the new wxPython GUI and a MSYS UNIX terminal"
  
 	;Create the Windows Start Menu Shortcuts
 	SetShellVarContext all
@@ -493,7 +495,7 @@
 	CreateDirectory "$SMPROGRAMS\${GRASS_BASE}"
 	
 	CreateShortCut "$SMPROGRAMS\${GRASS_BASE}\GRASS Old TclTk GUI.lnk" "$INSTALL_DIR\${GRASS_COMMAND}.bat" "-tcltk"\
-	"$INSTALL_DIR\icons\GRASS.ico" "" SW_SHOWMINIMIZED "" "Launch GRASS ${VERSION_NUMBER} with the old TclTk GUI"
+	"$INSTALL_DIR\icons\GRASS_tcltk.ico" "" SW_SHOWMINIMIZED "" "Launch GRASS ${VERSION_NUMBER} with the old TclTk GUI"
 
 	CreateShortCut "$SMPROGRAMS\${GRASS_BASE}\GRASS ${VERSION_NUMBER}.lnk" "$INSTALL_DIR\${GRASS_COMMAND}.bat" "-wxpython"\
 	"$INSTALL_DIR\icons\GRASS.ico" "" SW_SHOWMINIMIZED "" "Launch GRASS ${VERSION_NUMBER} with the new wxPython GUI"
@@ -508,7 +510,7 @@
 	"$INSTALL_DIR\icons\GRASS_Web.ico" "" SW_SHOWNORMAL "" "Visit the GRASS website"
 	
 	CreateShortCut "$SMPROGRAMS\${GRASS_BASE}\GRASS ${VERSION_NUMBER} with MSYS.lnk" "$INSTALL_DIR\msys\msys.bat" "/grass/bin/${GRASS_COMMAND} -wxpython"\
-	"$INSTALL_DIR\icons\GRASS.ico" "" SW_SHOWNORMAL "" "Launch GRASS ${VERSION_NUMBER} with the new wxPython GUI and a MSYS UNIX terminal"
+	"$INSTALL_DIR\icons\GRASS_MSys.ico" "" SW_SHOWNORMAL "" "Launch GRASS ${VERSION_NUMBER} with the new wxPython GUI and a MSYS UNIX terminal"
 	
 ; FIXME: ship the WinGrass release notes .html file instead of URL
 ; http://trac.osgeo.org/grass/browser/grass-web/trunk/grass64/binary/mswindows/native/README.html?format=raw

Modified: grass/branches/develbranch_6/mswindows/GRASS-Packager.bat
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Packager.bat	2009-06-15 21:25:53 UTC (rev 37899)
+++ grass/branches/develbranch_6/mswindows/GRASS-Packager.bat	2009-06-16 00:03:00 UTC (rev 37900)
@@ -19,7 +19,7 @@
 @echo -----------------------------------------------------------------------------------------------------------------------
 @echo Edited by: Marco Pasetti
 @echo Revised for OSGeo4W by: Colin Nielsen
- at echo Last Update: 30 March 2009
+ at echo Last Update: 10 June 2009
 @echo -----------------------------------------------------------------------------------------------------------------------
 @echo Select the GRASS version to pack:
 @echo.
@@ -183,7 +183,7 @@
 xcopy %OSGEO4W_DIR%\apps\msys\info %PACKAGE_DIR%\msys\info /S/V/F/I
 xcopy %OSGEO4W_DIR%\apps\msys\lib %PACKAGE_DIR%\msys\lib /S/V/F/I
 xcopy %OSGEO4W_DIR%\apps\msys\man %PACKAGE_DIR%\msys\man /S/V/F/I
-del %OSGEO4W_DIR%\apps\msys\etc\fstab
+del %PACKAGE_DIR%\msys\etc\fstab
 
 
 @echo.
@@ -205,7 +205,6 @@
 @echo.
 @echo -----------------------------------------------------------------------------------------------------------------------
 @echo Packaging Completed
- at echo Remove lines 11-16 from %PACKAGE_DIR%\msys\msys.bat
 @echo -----------------------------------------------------------------------------------------------------------------------
 @echo.
 pause


Property changes on: grass/branches/develbranch_6/mswindows/Installer-Files/GRASS.ico
___________________________________________________________________
Name: svn:mime-type
   - application/octet-stream
   + image/x-icon


Property changes on: grass/branches/develbranch_6/mswindows/Installer-Files/GRASS_CMD.ico
___________________________________________________________________
Name: svn:mime-type
   - application/octet-stream
   + image/x-icon

Added: grass/branches/develbranch_6/mswindows/Installer-Files/GRASS_MSys.ico
===================================================================
(Binary files differ)


Property changes on: grass/branches/develbranch_6/mswindows/Installer-Files/GRASS_MSys.ico
___________________________________________________________________
Name: svn:mime-type
   + image/x-icon


Property changes on: grass/branches/develbranch_6/mswindows/Installer-Files/GRASS_Web.ico
___________________________________________________________________
Name: svn:mime-type
   - application/octet-stream
   + image/x-icon

Added: grass/branches/develbranch_6/mswindows/Installer-Files/GRASS_tcltk.ico
===================================================================
(Binary files differ)


Property changes on: grass/branches/develbranch_6/mswindows/Installer-Files/GRASS_tcltk.ico
___________________________________________________________________
Name: svn:mime-type
   + image/x-icon


Property changes on: grass/branches/develbranch_6/mswindows/Installer-Files/Install_GRASS.ico
___________________________________________________________________
Name: svn:mime-type
   - application/octet-stream
   + image/x-icon


Property changes on: grass/branches/develbranch_6/mswindows/Installer-Files/MSYS_Custom_Icon.ico
___________________________________________________________________
Name: svn:mime-type
   - application/octet-stream
   + image/x-icon


Property changes on: grass/branches/develbranch_6/mswindows/Installer-Files/Uninstall_GRASS.ico
___________________________________________________________________
Name: svn:mime-type
   - application/octet-stream
   + image/x-icon


Property changes on: grass/branches/develbranch_6/mswindows/Installer-Files/WinGRASS.ico
___________________________________________________________________
Name: svn:mime-type
   - application/octet-stream
   + image/x-icon

Modified: grass/branches/develbranch_6/mswindows/README.html
===================================================================
--- grass/branches/develbranch_6/mswindows/README.html	2009-06-15 21:25:53 UTC (rev 37899)
+++ grass/branches/develbranch_6/mswindows/README.html	2009-06-16 00:03:00 UTC (rev 37900)
@@ -211,6 +211,9 @@
 <p>When finished, you should have a GRASS self-contained release package
 in <code>c:\temp\GRASS-Release-Package</code>.</p>
 
+<p>Download README.html from <a href="http://trac.osgeo.org/grass/browser/grass-web/trunk/grass64/binary/mswindows/native/README.html?format=raw">here</a>, 
+place in <code>c:\temp\GRASS-Release-Package</code> (update version numbers as necessary).</p>
+
 </div>
 
 
@@ -226,11 +229,10 @@
 <p>At the end of line 88 (also in msys.bat) change:
 <pre><code>start %WD%rxvt -backspacekey  -sl 2500 -fg %FGCOLOR% -bg %BGCOLOR% -sr -fn Courier-12 -tn msys -geometry 80x25 -e /bin/sh --login -c "%*"</code></pre>
 To:
-<pre><code>if "x%*" == "x" start %WD%rxvt -backspacekey  -sl 2500 -fg %FGCOLOR% -bg %BGCOLOR% -sr -fn Courier-12 -tn msys -geometry 80x25 -e /bin/sh --login -i
-if NOT "x%*" == "x" start %WD%rxvt -backspacekey  -sl 2500 -fg %FGCOLOR% -bg %BGCOLOR% -sr -fn Courier-12 -tn msys -geometry 80x25 -e /bin/sh --login -c "%*"</code></pre>
+<pre><code>if "x%*" == "x" start "MSYS 1.0" "%WD%rxvt" -backspacekey  -sl 2500 -fg %FGCOLOR% -bg %BGCOLOR% -sr -fn Courier-12 -tn msys -geometry 80x25 -e /bin/sh --login -i
+if NOT "x%*" == "x" start "MSYS 1.0" "%WD%rxvt" -backspacekey  -sl 2500 -fg %FGCOLOR% -bg %BGCOLOR% -sr -fn Courier-12 -tn msys -geometry 80x25 -e /bin/sh --login -c "%*"
+</code></pre>
 
-<p>Delete <code>c:\temp\GRASS-Release-Package\msys\etc\fstab</code></p>
-
 </div>
 
 
@@ -302,7 +304,7 @@
 <p>To contact them, e-mail to: GRASS Development Mailing List
 (<a target="_blank" href="http://lists.osgeo.org/mailman/listinfo/grass-dev">http://lists.osgeo.org/mailman/listinfo/grass-dev</a>).</p>
 
-<p>Last edited by Colin Nielsen on 29 April 2009.</p>
+<p>Last edited by Colin Nielsen on 10 June 2009.</p>
 
 </div>
 



More information about the grass-commit mailing list