]> git.pld-linux.org Git - packages/gtk-webkit4.git/commitdiff
- updated to 2.25.1
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 7 Jun 2019 10:31:38 +0000 (12:31 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Fri, 7 Jun 2019 10:31:38 +0000 (12:31 +0200)
gtk-webkit4.spec
x32.patch

index 90e83b831e14ddcf1abcf52dd3cda359dd884feb..b75d6244706a3622a8c93520fb6e077e43d21609 100644 (file)
 Summary:       Port of WebKit embeddable web component to GTK+ 3
 Summary(pl.UTF-8):     Port osadzalnego komponentu WWW WebKit do GTK+ 3
 Name:          gtk-webkit4
-Version:       2.24.1
+Version:       2.25.1
 Release:       1
 License:       BSD-like
 Group:         X11/Libraries
 Source0:       https://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
-# Source0-md5: ed70e2bf2476a58b17df3d051f42ce6a
+# Source0-md5: 379659e4c4aea94d6b21d6801a061587
 Patch0:                x32.patch
 Patch1:                %{name}-icu59.patch
 Patch2:                %{name}-gir.patch
@@ -32,6 +32,7 @@ BuildRequires:        OpenGL-GLX-devel
 BuildRequires: at-spi2-core-devel >= 2.6.0
 BuildRequires: atk-devel
 BuildRequires: bison >= 2.3
+BuildRequires: bubblewrap >= 0.3.1
 BuildRequires: cairo-devel >= 1.16.0
 BuildRequires: cmake >= 3.3
 BuildRequires: docbook-dtd412-xml
@@ -86,6 +87,7 @@ BuildRequires:        ruby-modules >= 1:1.9
 BuildRequires: sqlite3-devel >= 3
 BuildRequires: tar >= 1:1.22
 BuildRequires: woff2-devel >= 1.0.2
+BuildRequires: xdg-dbus-proxy
 BuildRequires: xorg-lib-libXcomposite-devel
 BuildRequires: xorg-lib-libXdamage-devel
 BuildRequires: xorg-lib-libXrender-devel
@@ -207,7 +209,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -f WebKit2GTK-4.0.lang
 %defattr(644,root,root,755)
 %doc NEWS
-%attr(755,root,root) %{_bindir}/WebKitWebDriver
+%attr(755,root,root) %{_bindir}/WebDriver
 %attr(755,root,root) %{_libdir}/libwebkit2gtk-4.0.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libwebkit2gtk-4.0.so.37
 %attr(755,root,root) %{_libdir}/libjavascriptcoregtk-4.0.so.*.*.*
index 5a79777c59d14fa9bab5ba9d4c31cd1d069c3c56..ae2844ae9731b6b2deac7864102057a15a07fc54 100644 (file)
--- a/x32.patch
+++ b/x32.patch
@@ -20,11 +20,11 @@ Index: webkitgtk/Source/WTF/wtf/Platform.h
 --- webkitgtk-2.24.1/Source/bmalloc/bmalloc/Gigacage.h.orig    2019-04-20 18:12:00.719079717 +0200
 +++ webkitgtk-2.24.1/Source/bmalloc/bmalloc/Gigacage.h 2019-04-20 18:17:04.960764832 +0200
 @@ -35,7 +35,7 @@
+ #include <cstddef>
  #include <inttypes.h>
  
- #if ((BOS(DARWIN) || BOS(LINUX)) && \
--(BCPU(X86_64) || (BCPU(ARM64) && !defined(__ILP32__) && (!BPLATFORM(IOS_FAMILY) || BPLATFORM(IOS)))))
-+((BCPU(X86_64) && !defined(__ILP32__)) || (BCPU(ARM64) && !defined(__ILP32__) && (!BPLATFORM(IOS_FAMILY) || BPLATFORM(IOS)))))
+-#if ((BOS(DARWIN) || BOS(LINUX)) && BCPU(X86_64))
++#if ((BOS(DARWIN) || BOS(LINUX)) && (BCPU(X86_64) && !defined(__ILP32__)))
  #define GIGACAGE_ENABLED 1
  #else
  #define GIGACAGE_ENABLED 0
This page took 0.289835 seconds and 4 git commands to generate.