From: Jakub Bogusz Date: Mon, 13 Apr 2020 06:34:21 +0000 (+0200) Subject: - updated to 2.28.0 X-Git-Tag: auto/th/gtk-webkit4-2.28.0-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgtk-webkit4.git;a=commitdiff_plain;h=ab41d2a - updated to 2.28.0 - updated x32 patch --- diff --git a/gtk-webkit4.spec b/gtk-webkit4.spec index 23421d4..4db041b 100644 --- a/gtk-webkit4.spec +++ b/gtk-webkit4.spec @@ -16,12 +16,12 @@ 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 # NOTE: 2.26.x is stable, 2.27.x devel (see DEVEL-2.27 branch) -Version: 2.26.4 +Version: 2.28.0 Release: 1 License: BSD-like Group: X11/Libraries Source0: https://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz -# Source0-md5: 60f881729f3b71244b7f6e58790073e0 +# Source0-md5: 0bf11df8117ea64f6b8de59d278a2c78 Patch0: x32.patch Patch1: %{name}-icu59.patch Patch2: %{name}-gir.patch @@ -87,6 +87,7 @@ BuildRequires: tar >= 1:1.22 %if %{with wayland} BuildRequires: wayland-devel BuildRequires: wayland-egl-devel +BuildRequires: wayland-protocols >= 1.12 %endif BuildRequires: wpebackend-fdo-devel >= 1.4.0 BuildRequires: woff2-devel >= 1.0.2 diff --git a/x32.patch b/x32.patch index 715a4ff..8ea98d7 100644 --- a/x32.patch +++ b/x32.patch @@ -7,9 +7,9 @@ Description: Use WTF_CPU_UNKNOWN when building for X32 Forwarded: no Index: webkitgtk/Source/WTF/wtf/Platform.h =================================================================== ---- webkitgtk.orig/Source/WTF/wtf/Platform.h -+++ webkitgtk/Source/WTF/wtf/Platform.h -@@ -142,10 +142,12 @@ +--- webkitgtk-2.28.0/Source/WTF/wtf/PlatformCPU.h.orig 2020-02-04 11:24:07.000000000 +0100 ++++ webkitgtk-2.28.0/Source/WTF/wtf/PlatformCPU.h 2020-04-12 22:28:20.564373047 +0200 +@@ -107,10 +107,12 @@ /* CPU(X86_64) - AMD64 / Intel64 / x86_64 64-bit */ #if defined(__x86_64__) \ || defined(_M_X64)