Mercurial > repos > iuc > package_cairo_1_12_14
diff tool_dependencies.xml @ 1:26d5e389e524 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_cairo_1_12_14 commit 6826eb9b45a45eafb6fe8c4d7d94c9e1a3906ed5-dirty
| author | iuc |
|---|---|
| date | Sat, 26 Sep 2015 05:55:11 -0400 |
| parents | 5c25a57405a9 |
| children | ee2eb3c816f9 |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Aug 24 10:44:45 2015 -0400 +++ b/tool_dependencies.xml Sat Sep 26 05:55:11 2015 -0400 @@ -1,13 +1,13 @@ <?xml version="1.0"?> <tool_dependency> - <package name="pixman" version="0.32.4"> - <repository changeset_revision="873f53f1abcd" name="package_pixman_0_32_4" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + <package name="pixman" version="0.32.4"> + <repository changeset_revision="873f53f1abcd" name="package_pixman_0_32_4" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="libpng" version="1.6.7"> - <repository changeset_revision="ac6ef08bf0e6" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + <repository changeset_revision="ac6ef08bf0e6" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="freetype" version="2.5.2"> - <repository changeset_revision="8999860ddf69" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + <repository changeset_revision="55f81025bcb0" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="cairo" version="1.12.14"> <install version="1.0"> @@ -20,7 +20,7 @@ <repository changeset_revision="ac6ef08bf0e6" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="libpng" version="1.6.7" /> </repository> - <repository changeset_revision="8999860ddf69" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> + <repository changeset_revision="55f81025bcb0" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="freetype" version="2.5.2" /> </repository> </action> @@ -40,6 +40,10 @@ <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> <environment_variable action="prepend_to" name="CAIRO_LIB_PATH">$INSTALL_DIR/lib</environment_variable> <environment_variable action="prepend_to" name="CAIRO_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> + <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> + <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> + <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include/cairo</environment_variable> + <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include/cairo</environment_variable> <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> </action> </actions>
