head 1.2; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2026.04.18.09.23.29; author kikadf; state dead; branches; next 1.1; commitid LCdmPXgYvwvVcqCG; 1.1 date 2025.11.24.07.57.11; author wiz; state Exp; branches; next ; commitid Sbf2zCo9IKxEoMjG; desc @@ 1.2 log @ copyq: update to 15.0.0 * Added - CSS properties for pinned/notes indicator color and width. See Plugin Indicators. - One Dark theme. Thanks to @@jetm (Javier Tia). - Diagnostic information in About dialog and version output for easier troubleshooting. - Script function stats() now includes per-process memory information. * Changed - "Show under mouse cursor" shortcut now hides the window if it is already visible (#2272). - Updated icon font to Font Awesome 7.2.0. - Dropped private Qt header usage (replaced with public QNativeInterface API). - Dropped support for unmaintained Qt 5 version of the app. - Improved performance of scripts. * Fixed - Fixed blank items appearing in search results. - Fixed rounded item corners showing wrong background color. - Fixed item background rendering on some systems and themes (#3495). - Fixed item vertical misalignment (missing top margin). - Fixed tray icon not showing before encryption password prompt (#3502). - Fixed tray menu not showing on Wayland when triggered via shortcut (#3325). - Fixed version string (#3516). - Fixed crash when accessing invalid ItemSelection. - Fixed item scrollbar colors. - Fixed a memory leak in clipboard monitor process and other long running client processes. - Windows: Excludes unnecessary test executable and some libraries from installer and portable zip. @ text @$NetBSD: patch-CMakeLists.txt,v 1.1 2025/11/24 07:57:11 wiz Exp $ Fix build with qt6 6.10. --- CMakeLists.txt.orig 2025-10-22 07:58:33.000000000 +0000 +++ CMakeLists.txt @@@@ -46,6 +46,7 @@@@ set(CMAKE_AUTOMOC ON) OPTION(WITH_QT6 "Enable Qt 6" ON) if (WITH_QT6) set(QT_DEFAULT_MAJOR_VERSION 6) + find_package(Qt6 COMPONENTS GuiPrivate REQUIRED) find_package(Qt6Widgets 6.1.0 REQUIRED) set(copyq_qt Qt6) add_definitions( -DQT_DEPRECATED_WARNINGS_SINCE=0x051500 ) @ 1.1 log @copyq: fix build with qt6 6.10 @ text @d1 1 a1 1 $NetBSD$ @