pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/copyq
Module Name: pkgsrc
Committed By: wiz
Date: Mon Nov 24 07:57:11 UTC 2025
Modified Files:
pkgsrc/x11/copyq: distinfo
Added Files:
pkgsrc/x11/copyq/patches: patch-CMakeLists.txt
Log Message:
copyq: fix build with qt6 6.10
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/copyq/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/copyq/patches/patch-CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/copyq/distinfo
diff -u pkgsrc/x11/copyq/distinfo:1.6 pkgsrc/x11/copyq/distinfo:1.7
--- pkgsrc/x11/copyq/distinfo:1.6 Sat Oct 25 11:46:39 2025
+++ pkgsrc/x11/copyq/distinfo Mon Nov 24 07:57:11 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2025/10/25 11:46:39 kikadf Exp $
+$NetBSD: distinfo,v 1.7 2025/11/24 07:57:11 wiz Exp $
BLAKE2s (copyq-13.0.0.tar.gz) = 1c7434c36cae2b0d52f307f108a5018615a5f56caad7a74e3e8726116b43815a
SHA512 (copyq-13.0.0.tar.gz) = 0962ed9e1a53782e36b4c5156e4a89a3057ce1ff54016c27a1c353272c0493a01b7d4403ab92c09ba39f0a13963057fcb7408cd3e30f8f7d17472c4148e400e6
Size (copyq-13.0.0.tar.gz) = 3533218 bytes
+SHA1 (patch-CMakeLists.txt) = 1a114ef64c117215420e919543ef8b73372b12ba
Added files:
Index: pkgsrc/x11/copyq/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/x11/copyq/patches/patch-CMakeLists.txt:1.1
--- /dev/null Mon Nov 24 07:57:11 2025
+++ pkgsrc/x11/copyq/patches/patch-CMakeLists.txt Mon Nov 24 07:57:11 2025
@@ -0,0 +1,14 @@
+$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 )
Home |
Main Index |
Thread Index |
Old Index