diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2025-01-05 06:12:41 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2025-01-05 06:28:11 +0000 |
commit | 7e3e6797d2cd75c8fe46a8d46bbe2d8b2499c1ad (patch) | |
tree | f8f3c6758b3776e8e7152121fb09b1a9fe967656 /comms/qt6-sensors/pkg-plist | |
parent | f78ccb1a944706c045e9c306ee8fcad4125e323e (diff) |
Qt6: Update to 6.8.1
December 02, 2024
We (Qt upstream) have released Qt 6.8.1 today. As a patch release,
Qt 6.8.1 does not introduce new features but contains more than 550 bug
fixes, security updates, and other improvements on top of Qt 6.8.0
release. See more information about the most important changes and bug
fixes from the Qt 6.8.1 release note.
Announcement: https://www.qt.io/blog/qt-6.8.1-released
Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.8.1/release-note.md
We (kde@) skipped shipping Qt 6.8.0 due to waiting for a compatible
version of PyQt to be released, but here are the announcements and
release notes from Qt 6.8.0.
Announcement: https://www.qt.io/blog/qt-6.8-released
Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.8.0/release-note.md
PySide6: Update to 6.8.0.2
PySide6 and its related components have been updated alongside the Qt
release for compatibility. Older versions will not build with Qt 6.8.x.
Announcement: https://www.qt.io/blog/qt-for-python-release-6.8
PyQt6: Update to 6.8.0
This release also introduces x11-toolkits/py-qt6-graphs, python bindings
for the Qt Graphs module. As with PySide6, older versions of PyQt6 will
not build with Qt 6.8.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.8.0_Released
Special thanks to Kenneth Raplee for testing and to SponiX for providing
access to build hardware!
PR: 283290
Exp-run by: antoine (x2)
Diffstat (limited to 'comms/qt6-sensors/pkg-plist')
-rw-r--r-- | comms/qt6-sensors/pkg-plist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/qt6-sensors/pkg-plist b/comms/qt6-sensors/pkg-plist index af1fc404005e..b48fd5a657f4 100644 --- a/comms/qt6-sensors/pkg-plist +++ b/comms/qt6-sensors/pkg-plist @@ -120,7 +120,6 @@ %%QT_INCDIR%%/QtSensorsQuick/%%FULLVER%%/QtSensorsQuick/private/qmltapsensor_p.h %%QT_INCDIR%%/QtSensorsQuick/%%FULLVER%%/QtSensorsQuick/private/qmltiltsensor_p.h %%QT_INCDIR%%/QtSensorsQuick/%%FULLVER%%/QtSensorsQuick/private/qsensorsquickglobal_p.h -%%QT_INCDIR%%/QtSensorsQuick/%%FULLVER%%/QtSensorsQuick/private/qtsensorsquickexports_p.h %%QT_INCDIR%%/QtSensorsQuick/QtSensorsQuick %%QT_INCDIR%%/QtSensorsQuick/QtSensorsQuickDepends %%QT_INCDIR%%/QtSensorsQuick/QtSensorsQuickVersion @@ -142,6 +141,7 @@ lib/cmake/Qt6Sensors/Qt6SensorsDependencies.cmake lib/cmake/Qt6Sensors/Qt6SensorsPlugins.cmake lib/cmake/Qt6Sensors/Qt6SensorsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6Sensors/Qt6SensorsTargets.cmake +lib/cmake/Qt6Sensors/Qt6SensorsVersionlessAliasTargets.cmake lib/cmake/Qt6Sensors/Qt6SensorsVersionlessTargets.cmake lib/cmake/Qt6Sensors/Qt6genericSensorPluginAdditionalTargetInfo.cmake lib/cmake/Qt6Sensors/Qt6genericSensorPluginConfig.cmake @@ -156,6 +156,7 @@ lib/cmake/Qt6SensorsQuick/Qt6SensorsQuickConfigVersionImpl.cmake lib/cmake/Qt6SensorsQuick/Qt6SensorsQuickDependencies.cmake lib/cmake/Qt6SensorsQuick/Qt6SensorsQuickTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Qt6SensorsQuick/Qt6SensorsQuickTargets.cmake +lib/cmake/Qt6SensorsQuick/Qt6SensorsQuickVersionlessAliasTargets.cmake lib/cmake/Qt6SensorsQuick/Qt6SensorsQuickVersionlessTargets.cmake %%QT_LIBDIR%%/libQt6Sensors.prl %%QT_LIBDIR%%/libQt6Sensors.so @@ -175,6 +176,7 @@ lib/cmake/Qt6SensorsQuick/Qt6SensorsQuickVersionlessTargets.cmake %%QT_QMLDIR%%/QtSensors/libsensorsquickplugin.so %%QT_QMLDIR%%/QtSensors/plugins.qmltypes %%QT_QMLDIR%%/QtSensors/qmldir +%%QT_SBOMDIR%%/qtsensors-%%FULLVER%%.spdx libdata/pkgconfig/Qt6Sensors.pc libdata/pkgconfig/Qt6SensorsQuick.pc %%QT_DATADIR%%/modules/Sensors.json |