Title: [101714] trunk/Tools
Revision
101714
Author
[email protected]
Date
2011-12-01 14:56:36 -0800 (Thu, 01 Dec 2011)

Log Message

Unreviewed. Fix bad file =(.

* gtk/jhbuild.modules:
* Scripts/webkitdirs.pm:
(runAutogenForAutotoolsProject):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (101713 => 101714)


--- trunk/Tools/ChangeLog	2011-12-01 22:51:13 UTC (rev 101713)
+++ trunk/Tools/ChangeLog	2011-12-01 22:56:36 UTC (rev 101714)
@@ -83,6 +83,14 @@
 
 2011-12-01  Gustavo Noronha Silva  <[email protected]>
 
+        Unreviewed. Fix bad file =(.
+
+        * gtk/jhbuild.modules:
+        * Scripts/webkitdirs.pm:
+        (runAutogenForAutotoolsProject):
+
+2011-12-01  Gustavo Noronha Silva  <[email protected]>
+
         [GTK] Add freetype to our jhbuild setup
         https://bugs.webkit.org/show_bug.cgi?id=73488
 

Modified: trunk/Tools/Scripts/webkitdirs.pm (101713 => 101714)


--- trunk/Tools/Scripts/webkitdirs.pm	2011-12-01 22:51:13 UTC (rev 101713)
+++ trunk/Tools/Scripts/webkitdirs.pm	2011-12-01 22:56:36 UTC (rev 101714)
@@ -1591,7 +1591,7 @@
     # Save md5sum for jhbuild-related files.
     foreach my $file (qw(jhbuildrc jhbuild.modules)) {
         my $path = join('/', $sourceDir, 'Tools', 'gtk', $file);
-        open(SUM, ">$file");
+        open(SUM, ">$file.md5sum");
         print SUM getMD5HashForFile($path);
         close(SUM);
     }

Modified: trunk/Tools/gtk/jhbuild.modules (101713 => 101714)


--- trunk/Tools/gtk/jhbuild.modules	2011-12-01 22:51:13 UTC (rev 101713)
+++ trunk/Tools/gtk/jhbuild.modules	2011-12-01 22:56:36 UTC (rev 101714)
@@ -1 +1,31 @@
-74be16979710d4c4e7c6647856088456
\ No newline at end of file
+<?xml version="1.0"?>
+<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
+<?xml-stylesheet type="text/xsl" href=""
+<moduleset>
+
+  <metamodule id="webkitgtk-testing-dependencies">
+    <dependencies>
+      <dep package="fonts"/>
+      <dep package="freetype6"/>
+    </dependencies>
+  </metamodule>
+
+  <repository type="tarball" name="github.com"
+      href=""
+
+  <autotools id="fonts"
+             skip-autogen="true">
+    <branch module="downloads/mrobinson/webkitgtk-test-fonts/webkitgtk-test-fonts-0.0.1.tar.gz" version="0.0.1"
+            repo="github.com"
+            hash="sha256:df40960ec98bd23de2f6ea8f5135ffc9485929aeddb4f08be5144881a1fd3887"
+            md5sum="2c752a694f41f3ff7aed6e3015250f69" size="6635293">
+    </branch>
+  </autotools>
+
+  <tarball id="freetype6">
+    <source href="" version="2.4.2"
+            hash="sha256:9a987aef8c50d9bcfdfdc9f012f8bd0de6095cc1a5524e62c1a037deb8dacbfe"
+            md5sum="647ee8ed266f9a4117c8d0a4855b3d3e"/>
+  </tarball>
+ 
+</moduleset>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to