]> git.pld-linux.org Git - packages/gtk-webkit4.git/commitdiff
- updated to 2.40.3
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 7 Jul 2023 20:56:40 +0000 (22:56 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 Jul 2023 05:40:57 +0000 (07:40 +0200)
gtk-webkit4-gcc13.patch [deleted file]
gtk-webkit4.spec

diff --git a/gtk-webkit4-gcc13.patch b/gtk-webkit4-gcc13.patch
deleted file mode 100644 (file)
index 13ce0e9..0000000
+++ /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)
index d49fc9c56ce49164a74d29a1fee1d166369e945b..a50a7d238645674b1d01eb2f5a6316ad7f7fd352 100644 (file)
@@ -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}
This page took 1.571089 seconds and 4 git commands to generate.