head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.4 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.2 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.1.0.18 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.16 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.14 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.12 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.10 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.8 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.6 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.4 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.2 pkgsrc-2023Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2025.11.11.12.34.17; author adam; state Exp; branches; next 1.1; commitid h52x4P1rBTAtl8iG; 1.1 date 2023.08.03.20.01.32; author adam; state Exp; branches; next ; commitid 1qiub9GIIo2NwnzE; desc @@ 1.2 log @qt6: updated to 6.10.0 Qt 6.10 is now available, with new features and improvements for application developers and device creators! Highlights for UI builders include a new flex-box layout system for Qt Quick, and support for more vector animations in SVG and Lottie format. And we have listened to your feedback and made it easier to exchange data between C++ code and a Qt Quick UI developed in QML. Such data can then be used with the new SearchField control, or with a new FilledSurface graph from the Qt Graphs module. If you prefer to maintain your existing codebase, upgrading to Qt 6.10 ensures your application automatically aligns with high-contrast system settings on both desktop and mobile platforms. This and other improvements in our accessibility implementation directly benefits users reliant on assistive technologies, improving usability and inclusivity without requiring any additional development effort. In addition to these highlights, new APIs across the Qt modules bring increased flexibility and productivity for both QML and C++ developers, and for users of Qt Widgets and Qt Quick. @ text @$NetBSD: patch-src_assistant_assistant_CMakeLists.txt,v 1.1 2023/08/03 20:01:32 adam Exp $ On Darwin, do not build application bundle. --- src/assistant/assistant/CMakeLists.txt.orig 2025-10-01 22:59:56.000000000 +0000 +++ src/assistant/assistant/CMakeLists.txt @@@@ -181,7 +181,7 @@@@ if(QT_INSTALL_XDG_DESKTOP_ENTRIES) endif() endif() -if(APPLE) +if(FALSE) set_target_properties(assistant PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/Info_mac.plist" MACOSX_BUNDLE TRUE @ 1.1 log @qt6: updated to 6.5.2 Qt 6.5.2 release is a patch release made on the top of Qt 6.5.1. As a patch release, Qt 6.5.2 does not add any new functionality but provides bug fixes and other improvements and maintains both forward and backward compatibility (source and binary) with Qt 6.5.1. https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.5.2/release-note.md @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- src/assistant/assistant/CMakeLists.txt.orig 2023-08-03 11:47:09.000000000 +0000 d7 3 a9 3 @@@@ -154,7 +154,7 @@@@ qt_internal_extend_target(assistant COND stdinlistener.cpp stdinlistener.h ) @