WebKit Bugzilla
Attachment 357402 Details for
Bug 192740
: [WPE][GTK] Add libpsl to JHBuild module sets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch v2
bug-192740-20181215194414.patch (text/plain), 2.32 KB, created by
Adrian Perez
on 2018-12-15 07:45:47 PST
(
hide
)
Description:
Patch v2
Filename:
MIME Type:
Creator:
Adrian Perez
Created:
2018-12-15 07:45:47 PST
Size:
2.32 KB
patch
obsolete
>Subversion Revision: 239251 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index a2a299f4b7305e40996fc64fdf680a0dad3f9bde..b67e9dc2561e076f1ec19923e397f3274098379e 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,13 @@ >+2018-12-15 Adrian Perez de Castro <aperez@igalia.com> >+ >+ [WPE][GTK] Add libpsl to JHBuild module sets >+ https://bugs.webkit.org/show_bug.cgi?id=192740 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * gtk/jhbuild.modules: Add libpsl module. >+ * wpe/jhbuild.modules: Ditto. >+ > 2018-12-14 Alexey Proskuryakov <ap@apple.com> > > Add a style checker rule for Xcode version macros use >diff --git a/Tools/gtk/jhbuild.modules b/Tools/gtk/jhbuild.modules >index fa1f2e3f2d2fee1cb0bcf1a833e3e0ba9bfc69bc..1ab470994403b0f808a623b8b74f2254d68d6d77 100644 >--- a/Tools/gtk/jhbuild.modules >+++ b/Tools/gtk/jhbuild.modules >@@ -222,9 +222,17 @@ > </branch> > </meson> > >+ <autotools id="libpsl"> >+ <branch module="rockdaboot/libpsl/releases/download/libpsl-${version}/libpsl-${version}.tar.gz" >+ version="0.20.2" >+ repo="github-tarball" >+ hash="sha256:f8fd0aeb66252dfcc638f14d9be1e2362fdaf2ca86bde0444ff4d5cc961b560f"/> >+ </autotools> >+ > <meson id="glib-networking"> > <dependencies> > <dep package="glib"/> >+ <dep package="libpsl/"/> > </dependencies> > <branch module="/pub/GNOME/sources/glib-networking/2.58/glib-networking-${version}.tar.xz" version="2.58.0" > repo="ftp.gnome.org" >diff --git a/Tools/wpe/jhbuild.modules b/Tools/wpe/jhbuild.modules >index 0eeb38c8522665ff2a0add33e0da34b689bd0e21..e4d7de7997965562bd71470f3991442e7c7f1ec9 100644 >--- a/Tools/wpe/jhbuild.modules >+++ b/Tools/wpe/jhbuild.modules >@@ -77,9 +77,17 @@ > </branch> > </meson> > >+ <autotools id="libpsl"> >+ <branch module="rockdaboot/libpsl/releases/download/libpsl-${version}/libpsl-${version}.tar.gz" >+ version="0.20.2" >+ repo="github-tarball" >+ hash="sha256:f8fd0aeb66252dfcc638f14d9be1e2362fdaf2ca86bde0444ff4d5cc961b560f"/> >+ </autotools> >+ > <meson id="glib-networking"> > <dependencies> > <dep package="glib"/> >+ <dep package="libpsl"/> > </dependencies> > <branch module="/pub/GNOME/sources/glib-networking/2.58/glib-networking-${version}.tar.xz" version="2.58.0" > repo="ftp.gnome.org"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
mcatanzaro
:
review+
mcatanzaro
:
commit-queue-
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 192740
:
357398
| 357402