[packages/gtk-webkit4/WIP-2.40: 3/3] - updated to 2.40.3
qboosh
qboosh at pld-linux.org
Sun Jul 9 09:02:08 CEST 2023
commit 579aadf51d664dc42123db1b8805183878b5bcef
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Jul 7 22:56:40 2023 +0200
- updated to 2.40.3
gtk-webkit4-gcc13.patch | 27 ---------------------------
gtk-webkit4.spec | 6 ++----
2 files changed, 2 insertions(+), 31 deletions(-)
---
diff --git a/gtk-webkit4.spec b/gtk-webkit4.spec
index d49fc9c..a50a7d2 100644
--- a/gtk-webkit4.spec
+++ b/gtk-webkit4.spec
@@ -24,17 +24,16 @@ 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.40.x is stable, 2.41.x devel
-Version: 2.40.1
+Version: 2.40.3
Release: 1
License: BSD-like
Group: X11/Libraries
Source0: https://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
-# Source0-md5: 20aa14992701802a58bb5e333296a963
+# Source0-md5: 5e22d37a1637f4aba0c55219eecae106
Patch0: x32.patch
Patch1: %{name}-icu59.patch
Patch2: parallel-gir.patch
Patch3: %{name}-driver-version-suffix.patch
-Patch4: %{name}-gcc13.patch
URL: https://webkitgtk.org/
BuildRequires: /usr/bin/ld.gold
BuildRequires: EGL-devel
@@ -306,7 +305,6 @@ Dokumentacja API portu WebKitu do GTK 4.
%patch1 -p1
%patch2 -p1
%patch3 -p1
-%patch4 -p1
%build
%if %{with lowmem}
diff --git a/gtk-webkit4-gcc13.patch b/gtk-webkit4-gcc13.patch
deleted file mode 100644
index 13ce0e9..0000000
--- a/gtk-webkit4-gcc13.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- webkitgtk-2.38.6/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h.orig 2022-08-19 13:14:22.903425000 +0200
-+++ webkitgtk-2.38.6/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h 2023-05-05 06:11:59.781732404 +0200
-@@ -12,6 +12,7 @@
-
- #include <algorithm>
- #include <array>
-+#include <cstdint>
- #include <string>
- #include <vector>
-
---- webkitgtk-2.38.6/Source/WebCore/platform/graphics/SourceBrush.cpp.orig 2022-09-20 10:13:48.250555000 +0200
-+++ webkitgtk-2.38.6/Source/WebCore/platform/graphics/SourceBrush.cpp 2023-05-05 06:14:14.776532489 +0200
-@@ -65,12 +65,12 @@ Pattern* SourceBrush::pattern() const
-
- void SourceBrush::setGradient(Ref<Gradient>&& gradient, const AffineTransform& spaceTransform)
- {
-- m_brush = { Brush::LogicalGradient { WTFMove(gradient), spaceTransform } };
-+ m_brush = Brush { Brush::LogicalGradient { WTFMove(gradient), spaceTransform } };
- }
-
- void SourceBrush::setPattern(Ref<Pattern>&& pattern)
- {
-- m_brush = { WTFMove(pattern) };
-+ m_brush = Brush { WTFMove(pattern) };
- }
-
- WTF::TextStream& operator<<(TextStream& ts, const SourceBrush& brush)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gtk-webkit4.git/commitdiff/579aadf51d664dc42123db1b8805183878b5bcef
More information about the pld-cvs-commit
mailing list