Changeset 820


Ignore:
Timestamp:
Nov 18, 2010, 1:55:01 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

packaging: Attempted to solve a possible broken installation (see comment 1 of #172) by making the "Installation Utilities" package path fixed and allowing to change the "Development" package path instead.

Location:
packaging
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • packaging/dev.wis.tpl

    r739 r820  
    1212     REQUIRES="netlabs.org\Qt4\Installation Utilities\${version_path}"
    1313     REQUIRES="2"
    14      TARGET="$(netlabs.org\Qt4\Installation Utilities)" FIXED
     14     TARGET="$(netlabs.org\Qt4\Installation Utilities)"
    1515     LONGFILENAMES
    1616     CREATEOBJECT="WPFolder|Qt ${version}|<WP_DESKTOP>|OBJECTID=<QT4_FOLDER>;"
     
    2626     CREATEOBJECT="WPProgram|Qt4 Command Prompt|<QT4_FOLDER>|EXENAME=cmd.exe;PARAMETERS=/k $(1)\util\QtEnv.cmd;OBJECTID=<QT4_ENV_CMD>;"
    2727     CREATEOBJECT="WPProgram|Qt4 Command Prompt (4OS/2)|<QT4_FOLDER>|EXENAME=4os2.exe;PARAMETERS=/k $(1)\util\QtEnv.cmd;OBJECTID=<QT4_ENV_4OS2>;"
    28 >Contains Qt development libraries, C++ headers and tools. This package is required</PCK>
     28     EXECUTE="$(2)\util\UpdateQtSysConf.cmd|Headers=$(1),Libraries=$(1),Binaries=$(1)"
     29     DEEXECUTE="$(2)\util\UpdateQtSysConf.cmd|Headers,Libraries,Binaries"
     30>Contains Qt development libraries, C++ headers and tools. This package is required. Note that the directory you select for this package will also be used for installing demos, examples and doc packages</PCK>
    2931
    3032<PCK INDEX=2
  • packaging/doc.wis.tpl

    r738 r820  
    1515     LONGFILENAMES
    1616     EXECUTE="$(netlabs.org\Qt4\Installation Utilities)\util\UpdateQtSysConf.cmd|Documentation=$(1)"
     17     DEEXECUTE="$(netlabs.org\Qt4\Installation Utilities)\util\UpdateQtSysConf.cmd|Documentation"
    1718>Contains the Qt reference documentation in QCH format. This package is recommended</PCK>
    1819
  • packaging/examples.wis.tpl

    r739 r820  
    1616     LONGFILENAMES
    1717     EXECUTE="$(netlabs.org\Qt4\Installation Utilities)\util\UpdateQtSysConf.cmd|Demos=$(1)"
     18     DEEXECUTE="$(netlabs.org\Qt4\Installation Utilities)\util\UpdateQtSysConf.cmd|Demos"
    1819>Contains the executables and the source code of the Qt demo applications</PCK>
    1920
     
    3738     LONGFILENAMES
    3839     EXECUTE="$(netlabs.org\Qt4\Installation Utilities)\util\UpdateQtSysConf.cmd|Examples=$(3)"
     40     DEEXECUTE="$(netlabs.org\Qt4\Installation Utilities)\util\UpdateQtSysConf.cmd|Examples"
    3941>Contains the executables and the source code of the Qt example applications</PCK>
    4042
  • packaging/lib.wis.tpl

    r819 r820  
    149149     NODESELECT
    150150     REQUIRES="1"
    151      TARGET="=("GetSysAppPath")\Qt4"
    152      LONGFILENAMES
    153 >Contains installation utilities. This package is required. The installation directory of this package serves as a base directory for all other Qt packages except Runtime, as well as for other Qt 4 installation archives ("dev", "examples" and "doc")</PCK>
     151     TARGET="=("GetSysAppPath")\Qt4" FIXED
     152     LONGFILENAMES
     153>Contains installation utilities. This package is required</PCK>
    154154
    155155<PCK INDEX=3
Note: See TracChangeset for help on using the changeset viewer.