Title: [147574] trunk/Tools
Revision
147574
Author
zandober...@gmail.com
Date
2013-04-03 12:16:55 -0700 (Wed, 03 Apr 2013)

Log Message

[GTK][Jhbuild] Move ATK to the main moduleset, bump ATK, at-spi2-(atk|core) versions to 2.8.0
https://bugs.webkit.org/show_bug.cgi?id=113883

Reviewed by Martin Robinson.

* gtk/jhbuild-optional.modules: Remove the ATK entry as it is now placed in jhbuild.modules.
* gtk/jhbuild.modules: Add ATK to the list of webkitgtk-testing-dependencies metamodule, using the 2.8.0 version.
The at-spi2-core and at-spi2-atk versions are also increased to 2.8.0.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (147573 => 147574)


--- trunk/Tools/ChangeLog	2013-04-03 19:08:42 UTC (rev 147573)
+++ trunk/Tools/ChangeLog	2013-04-03 19:16:55 UTC (rev 147574)
@@ -1,3 +1,14 @@
+2013-04-03  Zan Dobersek  <zdober...@igalia.com>
+
+        [GTK][Jhbuild] Move ATK to the main moduleset, bump ATK, at-spi2-(atk|core) versions to 2.8.0
+        https://bugs.webkit.org/show_bug.cgi?id=113883
+
+        Reviewed by Martin Robinson.
+
+        * gtk/jhbuild-optional.modules: Remove the ATK entry as it is now placed in jhbuild.modules.
+        * gtk/jhbuild.modules: Add ATK to the list of webkitgtk-testing-dependencies metamodule, using the 2.8.0 version.
+        The at-spi2-core and at-spi2-atk versions are also increased to 2.8.0.
+
 2013-04-03  Manuel Rego Casasnovas  <r...@igalia.com>
 
         [GTK] Include Pango in jhbuild-optional.modules

Modified: trunk/Tools/gtk/jhbuild-optional.modules (147573 => 147574)


--- trunk/Tools/gtk/jhbuild-optional.modules	2013-04-03 19:08:42 UTC (rev 147573)
+++ trunk/Tools/gtk/jhbuild-optional.modules	2013-04-03 19:16:55 UTC (rev 147574)
@@ -9,7 +9,6 @@
 
   <metamodule id="webkitgtk-clutter-dependencies">
     <dependencies>
-      <dep package="atk"/>
       <dep package="clutter"/>
       <dep package="clutter-gtk"/>
       <dep package="cogl"/>
@@ -56,14 +55,6 @@
             hash="sha256:ee50538daca9447be6ad1ed0d049fbb2dc5a1bcaecd13fda847b9b66f922ee37"/>
   </autotools>
 
-  <autotools id="atk"
-           autogen-sh="configure"
-           autogenargs="--disable-introspection">
-    <branch module="/pub/GNOME/sources/atk/2.5/atk-2.5.3.tar.xz" version="2.5.3"
-            repo="ftp.gnome.org"
-            hash="sha256:ac118ef34ef5490fa113cf50cffdff7735d6293723bf35df958a89fbda876313"/>
-  </autotools>
-
   <autotools id="pango"
           autogen-sh="configure"
           autogenargs="--disable-introspection">

Modified: trunk/Tools/gtk/jhbuild.modules (147573 => 147574)


--- trunk/Tools/gtk/jhbuild.modules	2013-04-03 19:08:42 UTC (rev 147573)
+++ trunk/Tools/gtk/jhbuild.modules	2013-04-03 19:16:55 UTC (rev 147574)
@@ -20,6 +20,7 @@
       <dep package="gnome-icon-theme-symbolic"/>
       <dep package="gnome-themes-standard"/>
       <dep package="libsoup"/>
+      <dep package="atk"/>
       <dep package="at-spi2-core"/>
       <dep package="at-spi2-atk"/>
       <dep package="gstreamer"/>
@@ -217,11 +218,19 @@
     </branch>
   </autotools>
 
+  <autotools id="atk"
+             autogen-sh="configure"
+             autogenargs="--disable-introspection">
+    <branch module="pub/GNOME/sources/atk/2.8/atk-2.8.0.tar.xz" version="2.8.0"
+            repo="ftp.gnome.org"
+            hash="sha256:b22519176226f3e07cf6d932b77852e6b6be4780977770704b32d0f4e0686df4"/>
+  </autotools>
+
   <autotools id="at-spi2-core" 
              autogenargs="--disable-introspection">
-    <branch module="pub/GNOME/sources/at-spi2-core/2.5/at-spi2-core-2.5.3.tar.xz" version="2.5.3"
+    <branch module="pub/GNOME/sources/at-spi2-core/2.8/at-spi2-core-2.8.0.tar.xz" version="2.8.0"
             repo="ftp.gnome.org"
-            hash="sha256:f5b69ea237d1bb9da36a717a6e810baf3cd4094770f8361793e6cb3ec2443c3c">
+            hash="sha256:1861a30fc7f583d5a567a0ba547db67ce9bd294f0d1c9f7403c96a10a481c458">
     </branch>
     <dependencies>
       <dep package="glib"/>
@@ -229,12 +238,13 @@
   </autotools>
 
   <autotools id="at-spi2-atk">
-    <branch module="pub/GNOME/sources/at-spi2-atk/2.5/at-spi2-atk-2.5.3.tar.xz" version="2.5.3"
+    <branch module="pub/GNOME/sources/at-spi2-atk/2.8/at-spi2-atk-2.8.0.tar.xz" version="2.8.0"
             repo="ftp.gnome.org"
-            hash="sha256:bdbead509bb87e8939b06385febdadddef3c5e25dce4a0ed39f9a83d36c0c69b">
+            hash="sha256:4688acbc1474cda0aa49341f109ad0726603ce3e872cc6521c74931338c7ba20">
     </branch>
     <dependencies>
       <dep package="glib"/>
+      <dep package="atk"/>
       <dep package="at-spi2-core"/>
     </dependencies>
   </autotools>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to