[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

eric at webkit.org eric at webkit.org
Thu Feb 4 21:27:21 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 0c03de2b01b9474f43c8acb0ef7af289f1dc9230
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 25 15:24:50 2010 +0000

    2010-01-25  Simon Hausmann  <hausmann at webkit.org>
    
            Reviewed by Kenneth Rohde Christiansen.
    
            [Qt] Reduce the size of the library when compiling for Maemo5
            https://bugs.webkit.org/show_bug.cgi?id=34050
    
            Exclude the Web Inspector's qrc file in the Maemo5 build, just
            like we do for the Symbian build. Saves about ~900k.
    
            * WebCore.pro:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53804 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 4f334c1..3b37acf 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -2,6 +2,18 @@
 
         Reviewed by Kenneth Rohde Christiansen.
 
+        [Qt] Reduce the size of the library when compiling for Maemo5
+        https://bugs.webkit.org/show_bug.cgi?id=34050
+
+        Exclude the Web Inspector's qrc file in the Maemo5 build, just
+        like we do for the Symbian build. Saves about ~900k.
+
+        * WebCore.pro:
+
+2010-01-25  Simon Hausmann  <hausmann at webkit.org>
+
+        Reviewed by Kenneth Rohde Christiansen.
+
         [Qt] In the StyledPainter determine the style from the Render and Scrollbar theme instead of from the paint device
         https://bugs.webkit.org/show_bug.cgi?id=34054
 
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index a5aadd0..2a4a512 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -119,7 +119,7 @@ symbian:!CONFIG(QTDIR_build): CONFIG += system-sqlite
 RESOURCES += \
     $$PWD/../WebCore/WebCore.qrc
 
-!symbian {
+!symbian:!maemo5 {
     RESOURCES += $$PWD/../WebCore/inspector/front-end/WebKit.qrc
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list