Mercurial > repos > iuc > package_qt_4_8
comparison tool_dependencies.xml @ 3:ad926bdff38d draft default tip
Uploaded
author | iuc |
---|---|
date | Mon, 27 Oct 2014 05:47:23 -0400 |
parents | 869850cd39db |
children |
comparison
equal
deleted
inserted
replaced
2:869850cd39db | 3:ad926bdff38d |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | 1 <tool_dependency> |
3 <package name="libx11" version="1.5.0"> | |
4 <repository changeset_revision="2ecb3f1f8fbb" name="package_libx11_1_5_0" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="libxext-proto" version="7.2.1"> | |
7 <repository changeset_revision="8a06f4f65608" name="package_libxext_proto_7_2_1" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
8 </package> | |
9 <package name="Qt" version="4.8"> | 2 <package name="Qt" version="4.8"> |
10 <install version="1.0"> | 3 <install version="1.0"> |
11 <actions> | 4 <actions> |
12 <action type="download_by_url">http://download.qt-project.org/official_releases/qt/4.8/4.8.6/qt-everywhere-opensource-src-4.8.6.tar.gz</action> | 5 <action type="download_by_url">http://download.qt-project.org/official_releases/qt/4.8/4.8.6/qt-everywhere-opensource-src-4.8.6.tar.gz</action> |
13 <action type="set_environment_for_install"> | 6 <action type="shell_command">./configure -prefix $INSTALL_DIR -opensource -confirm-license -no-xinerama -no-xinput -no-xcursor -no-xvideo -no-opengl -no-sm -no-xkb -no-gui -no-cups -no-openvg -no-xrandr -no-xrender -nomake examples -nomake demos</action> |
14 <repository changeset_revision="2ecb3f1f8fbb" name="package_libx11_1_5_0" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu"> | 7 <action type="shell_command">./bin/qmake -r QT_BUILD_PARTS="libs tools"</action> |
15 <package name="libx11" version="1.5.0" /> | 8 <action type="make_install" /> |
16 </repository> | 9 <action type="set_environment"> |
17 <package name="package_libxext_proto_7_2_1" owner="devteam"> | 10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
18 <repository name="libxext-proto" version="7.2.1" /> | 11 <environment_variable name="QT_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable> |
19 </package> | 12 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib/</environment_variable> |
13 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> | |
14 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> | |
15 <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable> | |
20 </action> | 16 </action> |
21 <action type="shell_command">./configure -prefix $INSTALL_DIR -opensource -confirm-license -no-xinerama -no-xinput -no-xcursor -no-xvideo -no-opengl -no-sm -no-xkb -no-gui -no-cups -no-openvg -no-xrandr -no-xrender</action> | |
22 <action type="shell_command">make sub-src</action> | |
23 <action type="shell_command">make install</action> | |
24 <action type="set_environment"> | |
25 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
26 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> | |
27 <environment_variable action="set_to" name="QT_ROOT_DIR">$INSTALL_DIR</environment_variable> | |
28 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib/</environment_variable> | |
29 </action> | |
30 </actions> | 17 </actions> |
31 </install> | 18 </install> |
32 <readme> | 19 <readme> |
33 Installing Qt libraries. A C++ compiler, usually g++, is requiered. | 20 Installing Qt libraries. A C++ compiler, usually g++, is requiered. |
34 http://qt-project.org/ | 21 http://qt-project.org/ |