Title: [165110] trunk/Tools
Revision
165110
Author
[email protected]
Date
2014-03-05 08:46:53 -0800 (Wed, 05 Mar 2014)

Log Message

[GTK] The jhbuild environment should have the latest stable release of gtk-doc
https://bugs.webkit.org/show_bug.cgi?id=129651

Reviewed by Philippe Normand.

* gtk/jhbuild.modules: Add gtk-doc to the list of modules.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (165109 => 165110)


--- trunk/Tools/ChangeLog	2014-03-05 16:46:23 UTC (rev 165109)
+++ trunk/Tools/ChangeLog	2014-03-05 16:46:53 UTC (rev 165110)
@@ -1,5 +1,14 @@
 2014-03-05  Martin Robinson  <[email protected]>
 
+        [GTK] The jhbuild environment should have the latest stable release of gtk-doc
+        https://bugs.webkit.org/show_bug.cgi?id=129651
+
+        Reviewed by Philippe Normand.
+
+        * gtk/jhbuild.modules: Add gtk-doc to the list of modules.
+
+2014-03-05  Martin Robinson  <[email protected]>
+
         [GTK] Give the WebKit GObject DOM bindings API break detection it's own buildbot bubble
         https://bugs.webkit.org/show_bug.cgi?id=129637
 

Modified: trunk/Tools/gtk/jhbuild.modules (165109 => 165110)


--- trunk/Tools/gtk/jhbuild.modules	2014-03-05 16:46:23 UTC (rev 165109)
+++ trunk/Tools/gtk/jhbuild.modules	2014-03-05 16:46:53 UTC (rev 165110)
@@ -19,6 +19,7 @@
       <dep package="gnome-icon-theme"/>
       <dep package="gnome-icon-theme-symbolic"/>
       <dep package="gnome-themes-standard"/>
+      <dep package="gtk-doc"/>
       <dep package="libsoup"/>
       <dep package="atk"/>
       <dep package="at-spi2-core"/>
@@ -332,4 +333,13 @@
     </branch>
   </autotools>
 
+  <autotools id="gtk-doc" autogen-sh="configure">
+    <dependencies>
+      <dep package="glib"/>
+    </dependencies>
+    <branch module="/pub/GNOME/sources/gtk-doc/1.20/gtk-doc-1.20.tar.xz" version="1.20"
+            repo="ftp.gnome.org"
+            hash="sha256:3e6ecf134dbf92a74c24d79848fea3a48e59ab95408a38c6405905d95a293011"/>
+  </autotools>
+
 </moduleset>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to