[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
53/72: gnu: qtwayland-5: Update to 5.15.10.
From: |
guix-commits |
Subject: |
53/72: gnu: qtwayland-5: Update to 5.15.10. |
Date: |
Wed, 16 Aug 2023 06:41:14 -0400 (EDT) |
apteryx pushed a commit to branch qt-updates
in repository guix.
commit ff4e44fba291606f478917d06a50fae5a33967b6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Aug 15 16:20:05 2023 -0400
gnu: qtwayland-5: Update to 5.15.10.
* gnu/packages/qt.scm (qtwayland-5): Update to 5.15.10.
[source]: Remove qtwayland-gcc-11.patch patch.
* gnu/packages/patches/qtwayland-gcc-11.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
---
gnu/local.mk | 1 -
gnu/packages/patches/qtwayland-gcc-11.patch | 18 ------------------
gnu/packages/qt.scm | 7 +++----
3 files changed, 3 insertions(+), 23 deletions(-)
diff --git a/gnu/local.mk b/gnu/local.mk
index f10fe292dc..87a9af894d 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1878,7 +1878,6 @@ dist_patch_DATA =
\
%D%/packages/patches/quagga-reproducible-build.patch \
%D%/packages/patches/quickswitch-fix-dmenu-check.patch \
%D%/packages/patches/quilt-grep-compat.patch \
- %D%/packages/patches/qtwayland-gcc-11.patch \
%D%/packages/patches/qtwayland-dont-recreate-callbacks.patch \
%D%/packages/patches/qtwayland-cleanup-callbacks.patch \
%D%/packages/patches/ragel-char-signedness.patch \
diff --git a/gnu/packages/patches/qtwayland-gcc-11.patch
b/gnu/packages/patches/qtwayland-gcc-11.patch
deleted file mode 100644
index 06983ff2f3..0000000000
--- a/gnu/packages/patches/qtwayland-gcc-11.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Add missing import for newer libstdc++.
-
-Taken from upstream:
-
-
https://github.com/qt/qtwayland/commit/1aa6ec2c778504d96543f6cdc2b9199a7b066fc1
-
-diff --git a/tests/auto/client/shared/corecompositor.cpp
b/tests/auto/client/shared/corecompositor.cpp
-index 5c6c83baa..fa9b7662a 100644
---- a/tests/auto/client/shared/corecompositor.cpp
-+++ b/tests/auto/client/shared/corecompositor.cpp
-@@ -27,6 +27,7 @@
- ****************************************************************************/
-
- #include "corecompositor.h"
-+#include <thread>
-
- namespace MockCompositor {
-
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index c1cee17542..b71077e075 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1703,16 +1703,15 @@ set of plugins for interacting with pulseaudio and
GStreamer.")
(package
(inherit qtsvg-5)
(name "qtwayland")
- (version "5.15.8")
+ (version "5.15.10")
(source (origin
(method url-fetch)
(uri (qt-url name version))
- (patches (search-patches "qtwayland-gcc-11.patch"
-
"qtwayland-dont-recreate-callbacks.patch"
+ (patches (search-patches
"qtwayland-dont-recreate-callbacks.patch"
"qtwayland-cleanup-callbacks.patch"))
(sha256
(base32
- "0aa5jcvvap6qca6imdkhs1mhv5bnaxn466mmpl7x78jx1za7n3ps"))))
+ "1w9nclz1lfg5haq3m6ihils0kl2n1pqagdyh71ry1m281w8gvly8"))))
(arguments
(substitute-keyword-arguments (package-arguments qtsvg-5)
((#:phases phases)
- 72/72: gnu: qtwebengine-5: Update to 5.15.10., (continued)
- 72/72: gnu: qtwebengine-5: Update to 5.15.10., guix-commits, 2023/08/16
- 08/72: gnu-maintenance: Accept package object in 'import-html-release' procedure., guix-commits, 2023/08/16
- 23/72: gnu: Add qtimageformats., guix-commits, 2023/08/16
- 24/72: gnu: Add qtlanguageserver., guix-commits, 2023/08/16
- 37/72: gnu: qtwebengine: Update to 6.5.2., guix-commits, 2023/08/16
- 35/72: gnu: qtnetworkauth: Update to 6.5.2., guix-commits, 2023/08/16
- 41/72: gnu: qt3d-5: Update to 5.15.10., guix-commits, 2023/08/16
- 42/72: gnu: qtsvg-5: Update to 5.15.10., guix-commits, 2023/08/16
- 47/72: gnu: qtconnectivity: Update to 5.15.10., guix-commits, 2023/08/16
- 46/72: gnu: qtdeclarative-5: Update to 5.15.10., guix-commits, 2023/08/16
- 53/72: gnu: qtwayland-5: Update to 5.15.10.,
guix-commits <=
- 52/72: gnu: qtmultimedia-5: Shorten maximum line width., guix-commits, 2023/08/16
- 58/72: gnu: qtwebview: Update to 5.15.10., guix-commits, 2023/08/16
- 60/72: gnu: qttools-5: Update to 5.15.10., guix-commits, 2023/08/16
- 69/72: gnu: qtdatavis3d: Update to 5.15.10., guix-commits, 2023/08/16
- 16/72: etc: Add Qt manifests for Qt maintenance., guix-commits, 2023/08/16
- 43/72: gnu: qtimageformats-5: Update to 5.15.10., guix-commits, 2023/08/16
- 51/72: gnu: qtsensors: Shorten line width., guix-commits, 2023/08/16
- 65/72: gnu: qtgamepad: Update to 5.15.10., guix-commits, 2023/08/16
- 17/72: gnu: qtbase: Update to 6.5.2., guix-commits, 2023/08/16
- 18/72: gnu: qtbase: Enable zstd support., guix-commits, 2023/08/16