changeset 2:869850cd39db draft

Uploaded
author iuc
date Thu, 09 Oct 2014 13:01:24 -0400
parents 07e57d7a3fe2
children ad926bdff38d
files tool_dependencies.xml
diffstat 1 files changed, 23 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Nov 19 11:21:30 2013 -0500
+++ b/tool_dependencies.xml	Thu Oct 09 13:01:24 2014 -0400
@@ -1,15 +1,31 @@
+<?xml version="1.0"?>
 <tool_dependency>
+    <package name="libx11" version="1.5.0">
+        <repository changeset_revision="2ecb3f1f8fbb" name="package_libx11_1_5_0" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="libxext-proto" version="7.2.1">
+      <repository changeset_revision="8a06f4f65608" name="package_libxext_proto_7_2_1" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
     <package name="Qt" version="4.8">
         <install version="1.0">
             <actions>
-                  <action type="download_by_url">http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-everywhere-opensource-src-4.8.5.tar.gz</action>
-              <action type="shell_command">./configure -prefix $INSTALL_DIR -opensource -confirm-license -no-xinerama</action>
-              <action type="shell_command">qmake</action>
-              <action type="shell_command">qmake install</action>
-              <action type="set_environment">
-                <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                <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>
+                <action type="set_environment_for_install">
+                    <repository changeset_revision="2ecb3f1f8fbb" name="package_libx11_1_5_0" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu">
+                        <package name="libx11" version="1.5.0" />
+                    </repository>
+                    <package name="package_libxext_proto_7_2_1" owner="devteam">
+                      <repository name="libxext-proto" version="7.2.1" />
+                    </package>
+                </action>
+                <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>
+                <action type="shell_command">make sub-src</action>
+                <action type="shell_command">make install</action>
+                <action type="set_environment">
+                <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
-                <environment_variable name="QT_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable>
+                <environment_variable action="set_to" name="QT_ROOT_DIR">$INSTALL_DIR</environment_variable>
+                <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib/</environment_variable>
               </action>
             </actions>
         </install>