Mercurial > repos > iuc > package_cairo_1_14_2
diff tool_dependencies.xml @ 5:407f2b58e08a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_cairo_1_14_2 commit 97a064489364118d108b0dd2cfb4d9bc53080837
| author | iuc |
|---|---|
| date | Thu, 19 Nov 2015 13:07:48 -0500 |
| parents | 696336a3e1b2 |
| children | 68655ac42eec |
line wrap: on
line diff
--- a/tool_dependencies.xml Sat Oct 10 08:03:44 2015 -0400 +++ b/tool_dependencies.xml Thu Nov 19 13:07:48 2015 -0500 @@ -7,15 +7,15 @@ <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="2460955a5704" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + <repository changeset_revision="cf755e7c7aba" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="fontconfig" version="2.11.1"> - <repository changeset_revision="204a8c713d82" name="package_fontconfig_2_11_1" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + <repository changeset_revision="10d316c80072" name="package_fontconfig_2_11_1" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="cairo" version="1.14.2"> <install version="1.0"> <actions> - <action type="download_by_url">http://share.gruenings.eu/cairo-1.14.2.tar.bz2</action> + <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/cairo/cairo-1.14.2.tar.bz2</action> <action type="set_environment_for_install"> <repository changeset_revision="2db67636b074" name="package_pixman_0_32_6" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="pixman" version="0.32.6" /> @@ -23,10 +23,10 @@ <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="2460955a5704" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> + <repository changeset_revision="cf755e7c7aba" 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> - <repository changeset_revision="204a8c713d82" name="package_fontconfig_2_11_1" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> + <repository changeset_revision="10d316c80072" name="package_fontconfig_2_11_1" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="fontconfig" version="2.11.1" /> </repository> </action> @@ -39,10 +39,11 @@ --enable-xlib-xcb=no \ --enable-xcb=no \ --enable-xlib-xrender=no \ + --enable-gtk-doc=no \ + --enable-gtk-doc-html=no \ --enable-ft=yes \ --enable-svg=yes \ - --enable-tee=yes \ - --enable-gtk-doc=no + --enable-tee=yes </action> <action type="make_install" /> <!-- Create an empty cairo-xlib.h file, because R's configure script explicitly includes it even if X is disabled. --> @@ -53,6 +54,8 @@ <environment_variable action="prepend_to" name="CAIRO_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> + <environment_variable action="set_to" name="CAIRO_CFLAGS">-I$INSTALL_DIR/include/cairo</environment_variable> + <environment_variable action="set_to" name="CAIRO_LIBS">"-L$INSTALL_DIR/lib -lcairo"</environment_variable> </action> </actions> </install>
