|
From: <ai...@us...> - 2013-08-04 18:13:20
|
Revision: 12474
http://sourceforge.net/p/plplot/code/12474
Author: airwin
Date: 2013-08-04 18:13:16 +0000 (Sun, 04 Aug 2013)
Log Message:
-----------
Implement changes to gtk-doc build configuration generation.
Use '--with-xml-catalog=${BP_CMAKE_INSTALL_PREFIX}/etc/xml/catalog' as
a configure option.
Add docbook-xml and docbook-xsl dependencies.
The updated gtk-doc/bp.cmake file that is generated by this change
to this patch file has already been committed.
Modified Paths:
--------------
trunk/cmake/build_projects/patch_gtk_packages.xml
Modified: trunk/cmake/build_projects/patch_gtk_packages.xml
===================================================================
--- trunk/cmake/build_projects/patch_gtk_packages.xml 2013-08-04 18:04:25 UTC (rev 12473)
+++ trunk/cmake/build_projects/patch_gtk_packages.xml 2013-08-04 18:13:16 UTC (rev 12474)
@@ -1,6 +1,21 @@
---- gtk_packages_3.9.4.xml_original 2013-07-30 14:52:57.038048491 -0700
-+++ gtk_packages_3.9.4.xml 2013-07-31 08:06:20.965414047 -0700
-@@ -925,7 +925,7 @@
+--- gtk_packages_3.9.4.xml_original 2013-08-04 10:48:34.157911200 -0700
++++ gtk_packages_3.9.4.xml 2013-08-04 10:59:20.797600533 -0700
+@@ -640,11 +640,13 @@
+ <autotools id="gnome-common">
+ <branch hash="sha256:2af2d97010d2a9aeb3b99dd2ce07d1ef023e15a27b412ffe4f067f016ff7117b" module="gnome-common/3.7/gnome-common-3.7.4.tar.xz" repo="http://download.gnome.org/sources/" size="151864" version="3.7.4"/>
+ </autotools>
+- <autotools id="gtk-doc">
++ <autotools autogenargs="--with-xml-catalog=${BP_CMAKE_INSTALL_PREFIX}/etc/xml/catalog" id="gtk-doc">
+ <branch hash="sha256:27df247fa828433a9390368e2088cc22f954f2ce1f255ddbd12ab6e027b12e68" module="gtk-doc/1.19/gtk-doc-1.19.tar.xz" repo="http://download.gnome.org/sources/" size="597880" version="1.19"/>
+ <dependencies>
+ <dep package="libxslt"/>
+ <dep package="yelp-tools"/>
++ <dep package="docbook-xml"/>
++ <dep package="docbook-xsl"/>
+ </dependencies>
+ </autotools>
+ <autotools id="iso-codes">
+@@ -925,7 +927,7 @@
</suggests>
</autotools>
<autotools autogenargs="" id="harfbuzz">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|