summaryrefslogtreecommitdiff
path: root/devel/qt6-tools
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2025-06-10 02:14:04 -0400
committerJason E. Hale <jhale@FreeBSD.org>2025-06-10 03:25:00 -0400
commit03b02222d63f08742cf723fd8eeee26465ae3e39 (patch)
treee1c7ebb640453904bf622f88474c716189e76547 /devel/qt6-tools
parentdeskutils/foliate: Fix build dependencies. (diff)
Qt6: Update to 6.9.1
June 03, 2024 by Jani Heikkinen We have released Qt 6.9.1 today. As a patch release, Qt 6.9.1 does not introduce new features but contains more than 450 bug fixes, security updates, and other improvements on top of Qt 6.9.0 release. See more information about the most important changes and bug fixes from the Qt 6.9.1 release note. Announcement: https://www.qt.io/blog/qt-6.9.1-released Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.9.1/release-note.md We (kde@) skipped shipping Qt 6.9.0 due to unacceptable rendering bugs in the WebEngine component, but here are the announcements and release notes from Qt 6.9.0. Announcement: https://www.qt.io/blog/qt-6.9-released Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.9.0/release-note.md PySide6: Update to 6.9.1 PySide6 and its related components have been updated alongside the Qt release for compatibility. Older versions will not build with Qt 6.9.x. Announcement: https://www.qt.io/blog/qt-for-python-release-6.9 PyQt6: Update to 6.9.1 As with PySide6, older versions of PyQt6 will not build with Qt 6.9.x. Support tools like py-sip and py-qtbuilder have also been updated to their latest versions. Announcement: https://www.riverbankcomputing.com/news/PyQt_v6.9.0_Released https://www.riverbankcomputing.com/news/PyQt_v6.9.1_Released PR: 286051 Exp-run by: antoine
Diffstat (limited to 'devel/qt6-tools')
-rw-r--r--devel/qt6-tools/distinfo6
-rw-r--r--devel/qt6-tools/files/patch-configure.cmake22
-rw-r--r--devel/qt6-tools/pkg-plist26
3 files changed, 46 insertions, 8 deletions
diff --git a/devel/qt6-tools/distinfo b/devel/qt6-tools/distinfo
index 4f4bffa3c67c..f68da1180fac 100644
--- a/devel/qt6-tools/distinfo
+++ b/devel/qt6-tools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1743027817
-SHA256 (KDE/Qt/6.8.3/qttools-everywhere-src-6.8.3.tar.xz) = 02a4e219248b94f1333df843d25763f35251c1074cdc4fb5bda67d340f8c8b3a
-SIZE (KDE/Qt/6.8.3/qttools-everywhere-src-6.8.3.tar.xz) = 10301984
+TIMESTAMP = 1749162793
+SHA256 (KDE/Qt/6.9.1/qttools-everywhere-src-6.9.1.tar.xz) = 90c4a562f4ccfd043fd99f34c600853e0b5ba9babc6ec616c0f306f2ce3f4b4c
+SIZE (KDE/Qt/6.9.1/qttools-everywhere-src-6.9.1.tar.xz) = 10339096
diff --git a/devel/qt6-tools/files/patch-configure.cmake b/devel/qt6-tools/files/patch-configure.cmake
index 3fcd6e398037..e5d15fe0e715 100644
--- a/devel/qt6-tools/files/patch-configure.cmake
+++ b/devel/qt6-tools/files/patch-configure.cmake
@@ -15,13 +15,25 @@ Call Stack (most recent call first):
Regressed by: https://code.qt.io/cgit/qt/qttools.git/commit/?h=6.6.0&id=ff5c080c2eb9267c43da6fafe953bf50076443c4
---- configure.cmake.orig 2023-09-11 09:43:37 UTC
+--- configure.cmake.orig 2025-02-19 09:54:25 UTC
+++ configure.cmake
-@@ -7,6 +7,7 @@
-
- #### Libraries
+@@ -1,6 +1,11 @@
+ # Copyright (C) 2022 The Qt Company Ltd.
+ # SPDX-License-Identifier: BSD-3-Clause
++#### Libraries
++
+qt_find_package(WrapZSTD 1.3 PROVIDED_TARGETS WrapZSTD::WrapZSTD MODULE_NAME designer)
++
++
+ #### Tests
+ qt_find_package(WrapLibClang 8 PROVIDED_TARGETS WrapLibClang::WrapLibClang)
+@@ -8,7 +13,6 @@ endif()
+ if(TARGET WrapLibClang::WrapLibClang)
+ set(TEST_libclang "ON" CACHE BOOL "Required libclang version found." FORCE)
+ endif()
+-
- #### Tests
+
+ #### Features
diff --git a/devel/qt6-tools/pkg-plist b/devel/qt6-tools/pkg-plist
index b43594698111..07be5f73c227 100644
--- a/devel/qt6-tools/pkg-plist
+++ b/devel/qt6-tools/pkg-plist
@@ -228,6 +228,8 @@ bin/qtplugininfo6
%%QT_INCDIR%%/QtHelp/qhelpsearchresult.h
%%QT_INCDIR%%/QtHelp/qhelpsearchresultwidget.h
%%QT_INCDIR%%/QtHelp/qthelpversion.h
+%%QT_INCDIR%%/QtHelp/ui_qfilternamedialog.h
+%%QT_INCDIR%%/QtHelp/ui_qhelpfiltersettingswidget.h
%%QT_INCDIR%%/QtQDocCatch/QtQDocCatchDepends
%%QT_INCDIR%%/QtQDocCatch/catch/catch.hpp
%%QT_INCDIR%%/QtQDocCatchConversions/QtQDocCatchConversionsDepends
@@ -297,6 +299,14 @@ lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateTargets-%%CMA
lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateTargets.cmake
lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateVersionlessAliasTargets.cmake
lib/cmake/Qt6DesignerComponentsPrivate/Qt6DesignerComponentsPrivateVersionlessTargets.cmake
+lib/cmake/Qt6DesignerPrivate/Qt6DesignerPrivateAdditionalTargetInfo.cmake
+lib/cmake/Qt6DesignerPrivate/Qt6DesignerPrivateConfig.cmake
+lib/cmake/Qt6DesignerPrivate/Qt6DesignerPrivateConfigVersion.cmake
+lib/cmake/Qt6DesignerPrivate/Qt6DesignerPrivateConfigVersionImpl.cmake
+lib/cmake/Qt6DesignerPrivate/Qt6DesignerPrivateDependencies.cmake
+lib/cmake/Qt6DesignerPrivate/Qt6DesignerPrivateTargets.cmake
+lib/cmake/Qt6DesignerPrivate/Qt6DesignerPrivateVersionlessAliasTargets.cmake
+lib/cmake/Qt6DesignerPrivate/Qt6DesignerPrivateVersionlessTargets.cmake
lib/cmake/Qt6Help/Qt6HelpAdditionalTargetInfo.cmake
lib/cmake/Qt6Help/Qt6HelpConfig.cmake
lib/cmake/Qt6Help/Qt6HelpConfigVersion.cmake
@@ -307,6 +317,14 @@ lib/cmake/Qt6Help/Qt6HelpTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/Qt6Help/Qt6HelpTargets.cmake
lib/cmake/Qt6Help/Qt6HelpVersionlessAliasTargets.cmake
lib/cmake/Qt6Help/Qt6HelpVersionlessTargets.cmake
+lib/cmake/Qt6HelpPrivate/Qt6HelpPrivateAdditionalTargetInfo.cmake
+lib/cmake/Qt6HelpPrivate/Qt6HelpPrivateConfig.cmake
+lib/cmake/Qt6HelpPrivate/Qt6HelpPrivateConfigVersion.cmake
+lib/cmake/Qt6HelpPrivate/Qt6HelpPrivateConfigVersionImpl.cmake
+lib/cmake/Qt6HelpPrivate/Qt6HelpPrivateDependencies.cmake
+lib/cmake/Qt6HelpPrivate/Qt6HelpPrivateTargets.cmake
+lib/cmake/Qt6HelpPrivate/Qt6HelpPrivateVersionlessAliasTargets.cmake
+lib/cmake/Qt6HelpPrivate/Qt6HelpPrivateVersionlessTargets.cmake
lib/cmake/Qt6Linguist/Qt6LinguistAdditionalTargetInfo.cmake
lib/cmake/Qt6Linguist/Qt6LinguistConfig.cmake
lib/cmake/Qt6Linguist/Qt6LinguistConfigVersion.cmake
@@ -379,6 +397,14 @@ lib/cmake/Qt6UiTools/Qt6UiToolsTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/Qt6UiTools/Qt6UiToolsTargets.cmake
lib/cmake/Qt6UiTools/Qt6UiToolsVersionlessAliasTargets.cmake
lib/cmake/Qt6UiTools/Qt6UiToolsVersionlessTargets.cmake
+lib/cmake/Qt6UiToolsPrivate/Qt6UiToolsPrivateAdditionalTargetInfo.cmake
+lib/cmake/Qt6UiToolsPrivate/Qt6UiToolsPrivateConfig.cmake
+lib/cmake/Qt6UiToolsPrivate/Qt6UiToolsPrivateConfigVersion.cmake
+lib/cmake/Qt6UiToolsPrivate/Qt6UiToolsPrivateConfigVersionImpl.cmake
+lib/cmake/Qt6UiToolsPrivate/Qt6UiToolsPrivateDependencies.cmake
+lib/cmake/Qt6UiToolsPrivate/Qt6UiToolsPrivateTargets.cmake
+lib/cmake/Qt6UiToolsPrivate/Qt6UiToolsPrivateVersionlessAliasTargets.cmake
+lib/cmake/Qt6UiToolsPrivate/Qt6UiToolsPrivateVersionlessTargets.cmake
%%QT_BINDIR%%/assistant
%%QT_BINDIR%%/designer
%%QT_BINDIR%%/lconvert