[packages/qt6] up to 6.11.1
atler
atler at pld-linux.org
Thu May 14 01:50:27 CEST 2026
commit 3d0394636a30674542efda9a79392c76d5219824
Author: Jan Palus <atler at pld-linux.org>
Date: Thu May 14 01:48:28 2026 +0200
up to 6.11.1
add fix for:
In file included from ../../../../../../qtwebengine/src/3rdparty/chromium/content/common/zygote/zygote_communication_linux.cc:24:
../../../../../../qtwebengine/src/3rdparty/chromium/content/public/browser/child_process_host.h:16:10: fatal error: content/common/buildflags.h: No such file or directory
16 | #include "content/common/buildflags.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(not reported upstream yet as Atlassian is doing its best to make it
impossible)
header-dep.patch | 10 ++++++++++
qt6.spec | 10 +++++-----
2 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/qt6.spec b/qt6.spec
index 69b8fcc..3c763fd 100644
--- a/qt6.spec
+++ b/qt6.spec
@@ -132,12 +132,12 @@
Summary: Qt6 Library
Summary(pl.UTF-8): Biblioteka Qt6
Name: qt6
-Version: 6.11.0
-Release: 4
+Version: 6.11.1
+Release: 1
License: LGPL v3 or GPL v2 or GPL v3 or commercial
Group: X11/Libraries
Source0: https://download.qt.io/official_releases/qt/6.11/%{version}/single/qt-everywhere-src-%{version}.tar.xz
-# Source0-md5: a93e9f424a9d11ee8d67bf8fb1af4772
+# Source0-md5: 25d4d1dd74c92b978f164e8f20805985
Patch0: system-cacerts.patch
Patch1: ninja-program.patch
Patch2: arm-no-xnnpack.patch
@@ -147,6 +147,7 @@ Patch5: qtwebengine-cmake-build-type.patch
Patch6: qtquick3d-6.6.2-gcc14.patch
Patch7: glib2.78-glibc2.43.patch
Patch8: qdoc-clang22.patch
+Patch9: header-dep.patch
URL: https://www.qt.io/
%{?with_directfb:BuildRequires: DirectFB-devel}
BuildRequires: EGL-devel
@@ -3920,6 +3921,7 @@ narzędzia.
%patch -P6 -p1 -d qtquick3d
%patch -P7 -p1
%patch -P8 -p1
+%patch -P9 -p1 -d qtwebengine
%{__sed} -i -e 's,usr/X11R6/,usr/,g' qtbase/mkspecs/linux-g++-64/qmake.conf
@@ -7891,9 +7893,7 @@ rm -rf $RPM_BUILD_ROOT
%{_pkgconfigdir}/Qt6TaskTree.pc
%{_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtTaskTreeTestsConfig.cmake
%{_libdir}/cmake/Qt6TaskTree
-%{_libdir}/cmake/Qt6TaskTreePrivate
%{qt6dir}/mkspecs/modules/qt_lib_tasktree.pri
-%{qt6dir}/mkspecs/modules/qt_lib_tasktree_private.pri
%{qt6dir}/modules/TaskTree.json
%{qt6dir}/metatypes/qt6tasktree_metatypes.json
diff --git a/header-dep.patch b/header-dep.patch
new file mode 100644
index 0000000..08697e9
--- /dev/null
+++ b/header-dep.patch
@@ -0,0 +1,10 @@
+--- qtwebengine/src/3rdparty/chromium/content/common/BUILD.gn.orig 2026-05-14 01:44:29.901386335 +0200
++++ qtwebengine/src/3rdparty/chromium/content/common/BUILD.gn 2026-05-14 01:44:38.844639180 +0200
+@@ -53,6 +53,7 @@
+ "//content/public/common:switches",
+ "//sandbox/policy",
+ "//third_party/icu",
++ "//content/common:buildflags",
+ ]
+
+ configs += [ "//content:content_implementation" ]
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/qt6.git/commitdiff/3d0394636a30674542efda9a79392c76d5219824
More information about the pld-cvs-commit
mailing list