[QGIS Commit] r14725 - trunk/qgis/ms-windows

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Nov 21 05:35:58 EST 2010


Author: timlinux
Date: 2010-11-21 02:35:58 -0800 (Sun, 21 Nov 2010)
New Revision: 14725

Added:
   trunk/qgis/ms-windows/quickpackage.sh
Log:
Added small script to build the package only

Added: trunk/qgis/ms-windows/quickpackage.sh
===================================================================
--- trunk/qgis/ms-windows/quickpackage.sh	                        (rev 0)
+++ trunk/qgis/ms-windows/quickpackage.sh	2010-11-21 10:35:58 UTC (rev 14725)
@@ -0,0 +1,24 @@
+#!/bin/bash
+
+# This script is just for if you want to run the nsis (under linux) part 
+# of the package building process. Typically you should use 
+#
+# osgeo4w/creatensis.pl
+#
+# rather to do the complete package build process. However running this 
+# script can be useful if you have manually tweaked the package contents 
+# under osgeo4w/unpacked and want to create a new package based on that.
+#
+# Tim Sutton November 2010
+
+makensis \
+-DVERSION_NUMBER='$major.$minor.$patch' \
+-DVERSION_NAME='$release' \
+-DSVN_REVISION='$revision' \
+-DQGIS_BASE='Quantum GIS $release' \
+-DINSTALLER_NAME='QGIS-OSGeo4W-1-6-0-Setup.exe' \
+-DDISPLAYED_NAME='Quantum GIS 1.6.0' \
+-DBINARY_REVISION=1 \
+-DINSTALLER_TYPE=OSGeo4W \
+-DPACKAGE_FOLDER=osgeo4w/unpacked \
+QGIS-Installer.nsi


Property changes on: trunk/qgis/ms-windows/quickpackage.sh
___________________________________________________________________
Added: svn:executable
   + *



More information about the QGIS-commit mailing list