[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
eric at webkit.org
eric at webkit.org
Tue Jan 5 23:42:52 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 38a2e2131b3714545c9796e647a28583ad136ab1
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