]> jfr.im git - irc/hexchat/hexchat.git/commitdiff
win32: Update Python to 3.5
authortomek <redacted>
Tue, 6 Oct 2015 18:45:12 +0000 (20:45 +0200)
committerPatrick Griffis <redacted>
Sun, 6 Mar 2016 23:27:59 +0000 (18:27 -0500)
win32/hexchat.props
win32/installer/hexchat.iss.tt

index e038e2b80906ca4c8e6a6db46e66c8d04b9b82fc..95521977982666d5545ffeba9328fc72c8905ebc 100644 (file)
@@ -9,7 +9,7 @@
                <YourMsgfmtPath>c:\gtk-build\msgfmt</YourMsgfmtPath>\r
                <YourPerlPath>c:\gtk-build\perl-5.20</YourPerlPath>\r
                <YourPython2Path>c:\gtk-build\python-2.7</YourPython2Path>\r
-               <YourPython3Path>c:\gtk-build\python-3.4</YourPython3Path>\r
+               <YourPython3Path>c:\gtk-build\python-3.5</YourPython3Path>\r
                <YourWinSparklePath>c:\gtk-build\WinSparkle</YourWinSparklePath>\r
 \r
                <!-- YOU SHOULDN'T TOUCH ANYTHING BELOW -->\r
@@ -27,7 +27,7 @@
                <Python2Lib>python27</Python2Lib>\r
                <Python2Output>hcpython2</Python2Output>\r
                <Python3Path>$(YourPython3Path)\$(PlatformName)</Python3Path>\r
-               <Python3Lib>python34</Python3Lib>\r
+               <Python3Lib>python35</Python3Lib>\r
                <Python3Output>hcpython3</Python3Output>\r
                <Glib>$(DepsRoot)\include\glib-2.0;$(DepsRoot)\lib\glib-2.0\include;$(DepsRoot)\include\libxml2</Glib>\r
                <Gtk>$(DepsRoot)\include\gtk-2.0;$(DepsRoot)\lib\gtk-2.0\include;$(DepsRoot)\include\atk-1.0;$(DepsRoot)\include\cairo;$(DepsRoot)\include\pango-1.0;$(DepsRoot)\include\gdk-pixbuf-2.0</Gtk>\r
index 99571e20c3d0f505b3ed458c505103c8b80b0b59..33098fcf4341fd1350e3426a4e966f66654e0fa1 100644 (file)
@@ -75,7 +75,7 @@ Name: "langs"; Description: "Language Interfaces"; Types: custom; Flags: disable
 Name: "langs\perl"; Description: "Perl (requires Perl 5.20)"; Types: custom; Flags: disablenouninstallwarning
 Name: "langs\python"; Description: "Python Interface"; Types: custom; Flags: disablenouninstallwarning
 Name: "langs\python\python2"; Description: "Python (requires Python 2.7)"; Types: custom; Flags: disablenouninstallwarning exclusive
-Name: "langs\python\python3"; Description: "Python (requires Python 3.4)"; Types: custom; Flags: disablenouninstallwarning exclusive
+Name: "langs\python\python3"; Description: "Python (requires Python 3.5)"; Types: custom; Flags: disablenouninstallwarning exclusive
 
 [Tasks]
 Name: portable; Description: "Yes"; GroupDescription: "Portable Mode: Stores configuration files within install directory for portable drives."; Flags: unchecked
@@ -102,6 +102,7 @@ Filename: "{tmp}\vcredist.exe"; Parameters: "/install /quiet /norestart"; Status
 Filename: "{tmp}\dotnet4.exe"; Parameters: "/q /norestart"; StatusMsg: "Installing .NET"; Components: xtm; Flags: skipifdoesntexist; Tasks: not portable
 Filename: "{tmp}\perl.msi"; StatusMsg: "Installing Perl"; Components: langs\perl; Flags: shellexec skipifdoesntexist; Tasks: not portable
 Filename: "{tmp}\python.msi"; StatusMsg: "Installing Python"; Components: langs\python; Flags: shellexec skipifdoesntexist; Tasks: not portable
+Filename: "{tmp}\python.exe"; Parameters: "InstallAllUsers=1 PrependPath=1"; StatusMsg: "Installing Python"; Components: langs\python; Flags: shellexec skipifdoesntexist; Tasks: not portable
 Filename: "{tmp}\spelling-dicts.exe"; Parameters: "/verysilent"; StatusMsg: "Installing Spelling Dictionaries"; Components: spell; Flags: skipifdoesntexist; Tasks: not portable
 
 [Files]
@@ -270,13 +271,13 @@ begin
 #if APPARCH == "x64"
                REDIST := 'https://dl.hexchat.net/misc/vcredist_2015_x64.exe';
                PERL := 'https://dl.hexchat.net/misc/perl/Perl%205.20.0%20x64.msi';
-               PY2 := 'http://python.org/ftp/python/2.7.8/python-2.7.8.amd64.msi';
-               PY3 := 'http://python.org/ftp/python/3.4.1/python-3.4.1.amd64.msi';
+               PY2 := 'http://python.org/ftp/python/2.7.10/python-2.7.10.amd64.msi';
+               PY3 := 'http://python.org/ftp/python/3.5.1/python-3.5.1-amd64.exe';
 #else
                REDIST := 'https://dl.hexchat.net/misc/vcredist_2015_x86.exe';
                PERL := 'https://dl.hexchat.net/misc/perl/Perl%205.20.0%20x86.msi';
-               PY2 := 'http://python.org/ftp/python/2.7.8/python-2.7.8.msi';
-               PY3 := 'http://python.org/ftp/python/3.4.1/python-3.4.1.msi';
+               PY2 := 'http://python.org/ftp/python/2.7.10/python-2.7.10.msi';
+               PY3 := 'http://python.org/ftp/python/3.5.1/python-3.5.1.exe';
 #endif
                DOTNET := 'https://dl.hexchat.net/misc/dotnet_40.exe';
                SPELL := 'https://dl.hexchat.net/hexchat/HexChat%20Spelling%20Dictionaries%20r2.exe';
@@ -298,8 +299,8 @@ begin
                        if IsComponentSelected('langs\python\python2') and not CheckDLL('python27.dll') then
                                idpAddFile(PY2, ExpandConstant('{tmp}\python.msi'));
 
-                       if IsComponentSelected('langs\python\python3') and not CheckDLL('python34.dll') then
-                               idpAddFile(PY3, ExpandConstant('{tmp}\python.msi'));
+                       if IsComponentSelected('langs\python\python3') and not CheckDLL('python35.dll') then
+                               idpAddFile(PY3, ExpandConstant('{tmp}\python.exe'));
                end;
        end;
   end;