Title: [237153] trunk/Tools
Revision
237153
Author
commit-qu...@webkit.org
Date
2018-10-15 16:14:33 -0700 (Mon, 15 Oct 2018)

Log Message

[JHBuild] Add xdg-dbus-proxy module
https://bugs.webkit.org/show_bug.cgi?id=190589

Patch by Patrick Griffis <pgrif...@igalia.com> on 2018-10-15
Reviewed by Michael Catanzaro.

* gtk/jhbuild.modules:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (237152 => 237153)


--- trunk/Tools/ChangeLog	2018-10-15 23:14:00 UTC (rev 237152)
+++ trunk/Tools/ChangeLog	2018-10-15 23:14:33 UTC (rev 237153)
@@ -1,5 +1,14 @@
 2018-10-15  Patrick Griffis  <pgrif...@igalia.com>
 
+        [JHBuild] Add xdg-dbus-proxy module
+        https://bugs.webkit.org/show_bug.cgi?id=190589
+
+        Reviewed by Michael Catanzaro.
+
+        * gtk/jhbuild.modules:
+
+2018-10-15  Patrick Griffis  <pgrif...@igalia.com>
+
         [GTK] Add new sandboxing dependencies to install-dependencies
         https://bugs.webkit.org/show_bug.cgi?id=190588
 

Modified: trunk/Tools/gtk/jhbuild.modules (237152 => 237153)


--- trunk/Tools/gtk/jhbuild.modules	2018-10-15 23:14:00 UTC (rev 237152)
+++ trunk/Tools/gtk/jhbuild.modules	2018-10-15 23:14:33 UTC (rev 237153)
@@ -32,6 +32,7 @@
       <dep package="libgpg-error"/>
       <dep package="libgcrypt"/>
       <if condition-set="linux">
+          <dep package="xdg-dbus-proxy"/>
           <dep package="xserver"/>
           <dep package="mesa"/>
           <dep package="at-spi2-core"/>
@@ -518,4 +519,15 @@
     </dependencies>
   </distutils>
 
+  <autotools id="xdg-dbus-proxy" autogen-sh="configure">
+    <branch repo="github-tarball"
+            version="0.1.0"
+            module="flatpak/xdg-dbus-proxy/releases/download/${version}/xdg-dbus-proxy-${version}.tar.xz"
+            checkoutdir="xdg-dbus-proxy-${version}"
+            hash="sha256:9eefd30fe66940c8daf0e8ce6479307694814edb8b636caeb5aa6d6a46a4bc14"/>
+    <dependencies>
+      <dep package="glib"/>
+    </dependencies>
+  </autotools>
+
 </moduleset>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to