Title: [195287] trunk/Tools
Revision
195287
Author
mcatanz...@igalia.com
Date
2016-01-19 07:40:41 -0800 (Tue, 19 Jan 2016)

Log Message

[GTK] Remove jhbuild-optional.modules
https://bugs.webkit.org/show_bug.cgi?id=152964

Reviewed by Alex Christensen.

* gtk/jhbuild-optional.modules: Removed.
* gtk/jhbuild.modules:

Modified Paths

Removed Paths

Diff

Modified: trunk/Tools/ChangeLog (195286 => 195287)


--- trunk/Tools/ChangeLog	2016-01-19 13:15:59 UTC (rev 195286)
+++ trunk/Tools/ChangeLog	2016-01-19 15:40:41 UTC (rev 195287)
@@ -1,3 +1,13 @@
+2016-01-19  Michael Catanzaro  <mcatanz...@igalia.com>
+
+        [GTK] Remove jhbuild-optional.modules
+        https://bugs.webkit.org/show_bug.cgi?id=152964
+
+        Reviewed by Alex Christensen.
+
+        * gtk/jhbuild-optional.modules: Removed.
+        * gtk/jhbuild.modules:
+
 2016-01-19  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [GTK] Add support to load/save session in MiniBrowser

Deleted: trunk/Tools/gtk/jhbuild-optional.modules (195286 => 195287)


--- trunk/Tools/gtk/jhbuild-optional.modules	2016-01-19 13:15:59 UTC (rev 195286)
+++ trunk/Tools/gtk/jhbuild-optional.modules	2016-01-19 15:40:41 UTC (rev 195287)
@@ -1,45 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
-<?xml-stylesheet type="text/xsl" href=""
-<moduleset>
-
-  <!-- This file contains a set of modules that are hard to get on
-       certain distributions. Feel free to add more here, within reason,
-       as long as they are not built by default. -->
-
-  <repository type="tarball" name="ftp.gnome.org"
-      href=""
-
-  <autotools id="libsecret" autogen-sh="configure">
-    <branch repo="ftp.gnome.org"
-            module="/pub/GNOME/sources/libsecret/0.11/libsecret-0.11.tar.xz" version="0.11"
-            hash="sha256:e5399dfb61376a7500d20cb22715152780aa3a2c8a64281ec6bc8f0ebeb8b689"/>
-  </autotools>
-
-  <!-- dconf is interesting in case you need to make sure that you can
-       access your global settings from inside the jhbuild environment
-       (e.g running MiniBrowser behind a proxy needs to read settings
-       from the org.gnome.system.proxy GSettings scheme -->
-  <autotools id="dconf" autogen-sh="configure">
-    <branch repo="ftp.gnome.org"
-            module="/pub/GNOME/sources/dconf/0.14/dconf-0.14.1.tar.xz" version="0.14"
-            hash="sha256:59c58c5eafa0ebd616287d078f4441d5342870a44634445d324e88fc0287f0b8"/>
-    <dependencies>
-      <dep package="glib"/>
-      <dep package="gtk+"/>
-      <dep package="libxml2"/>
-      <dep package="vala"/>
-    </dependencies>
-  </autotools>
-
-  <autotools id="vala" autogenargs="--enable-vapigen" supports-non-srcdir-builds="no">
-    <pkg-config>libvala-0.20.pc</pkg-config>
-    <branch repo="ftp.gnome.org"
-            module="/pub/GNOME/sources/vala/0.17/vala-0.17.7.tar.xz" version="0.17"
-            hash="sha256:dfdb9b3cb1c455462a57fd71a7e832c3b7b4131e85d2d0a2030111dae9fae24f"/>
-    <dependencies>
-      <dep package="glib"/>
-    </dependencies>
-  </autotools>
-
-</moduleset>

Modified: trunk/Tools/gtk/jhbuild.modules (195286 => 195287)


--- trunk/Tools/gtk/jhbuild.modules	2016-01-19 13:15:59 UTC (rev 195286)
+++ trunk/Tools/gtk/jhbuild.modules	2016-01-19 15:40:41 UTC (rev 195287)
@@ -43,8 +43,6 @@
     </dependencies>
   </metamodule>
 
-  <include href=""
-
   <!-- Please use http/https to access repositories to be friendly to users stuck behind firewalls. -->
   <repository type="git" name="github.com"
       href=""
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to