[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

eric at webkit.org eric at webkit.org
Thu Apr 8 00:20:56 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 7a47d5923075fbbd1cd6f0a7bd0ca133653b510a
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Dec 5 00:46:28 2009 +0000

    2009-12-04  Marc-Antoine Ruel  <maruel at chromium.org>
    
            Reviewed by Eric Seidel.
    
            Add reference to the GTK and QT build wiki pages
    
            https://bugs.webkit.org/show_bug.cgi?id=32088
    
            * building/tools.html:
            * css/main.css:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51723 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitSite/ChangeLog b/WebKitSite/ChangeLog
index 5955103..5a628cb 100644
--- a/WebKitSite/ChangeLog
+++ b/WebKitSite/ChangeLog
@@ -1,3 +1,14 @@
+2009-12-04  Marc-Antoine Ruel  <maruel at chromium.org>
+
+        Reviewed by Eric Seidel.
+
+        Add reference to the GTK and QT build wiki pages
+
+        https://bugs.webkit.org/show_bug.cgi?id=32088
+
+        * building/tools.html:
+        * css/main.css:
+
 2009-12-01  Chris Jerdonek  <chris.jerdonek at gmail.com>
 
         Reviewed by Darin Adler.
diff --git a/WebKitSite/building/tools.html b/WebKitSite/building/tools.html
index eeebea5..9a46186 100644
--- a/WebKitSite/building/tools.html
+++ b/WebKitSite/building/tools.html
@@ -59,6 +59,16 @@ Keep all the default options and click <b>Next</b> until the file is extracted a
 </ol>
 </div>
 
+<div class="gtk-instructions">
+<h4>GTK</h4>
+Follow the instructions on the <a href="http://trac.webkit.org/wiki/BuildingGtk">BuildingGTK</a> wiki page.
+</div>
+
+<div class="qt-instructions">
+<h4>QT</h4>
+Follow the instructions on the <a href="http://trac.webkit.org/wiki/QtWebKit">QtWebKit</a> wiki page.
+</div>
+
 <p>Once you have installed your developer tools, the next step is
 <a href="checkout.html">getting the code</a>.</p>
 <?php
diff --git a/WebKitSite/css/main.css b/WebKitSite/css/main.css
index 8b2f893..05a2a80 100644
--- a/WebKitSite/css/main.css
+++ b/WebKitSite/css/main.css
@@ -194,7 +194,7 @@ dt {
     line-height: normal;
 }
 
-.mac-instructions, .windows-instructions {
+.mac-instructions, .windows-instructions, .gtk-instructions, .qt-instructions {
     border: 1px solid black;
     background-color: white;
     -webkit-border-radius: 5px;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list