pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

copyq: fix build with Qt 6.9



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Wed Aug 13 12:33:27 2025 +0200
Changeset:	e56d51cf522968fd8dc648a4f32901050423eeae

Modified Files:
	copyq/Makefile
	copyq/distinfo

Log Message:
copyq: fix build with Qt 6.9

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e56d51cf522968fd8dc648a4f32901050423eeae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 copyq/Makefile | 7 ++++++-
 copyq/distinfo | 3 +++
 2 files changed, 9 insertions(+), 1 deletion(-)

diffs:
diff --git a/copyq/Makefile b/copyq/Makefile
index 29159e1017..78a57528f5 100644
--- a/copyq/Makefile
+++ b/copyq/Makefile
@@ -1,12 +1,17 @@
 # $NetBSD: Makefile,v 1.7 2025/04/24 14:16:07 wiz Exp $
 
 DISTNAME=	copyq-10.0.0
-PKGREVISION=	1
+PKGREVISION=	2
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hluk/}
 GH_PROJECT=	CopyQ
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 
+# Fix build with Qt 6.9, remove after release>10.0.0
+PATCH_SITES=		https://github.com/hluk/CopyQ/commit/
+PATCH_DIST_STRIP=	-p1
+PATCHFILES=		f08c0d46a239362c5d3525ef9c3ba943bb00f734.patch
+
 MAINTAINER=	kikadf.01%gmail.com@localhost
 HOMEPAGE=	https://hluk.github.io/CopyQ
 COMMENT=	Qt based clipboard manager
diff --git a/copyq/distinfo b/copyq/distinfo
index 36b580d628..3741b10725 100644
--- a/copyq/distinfo
+++ b/copyq/distinfo
@@ -3,3 +3,6 @@ $NetBSD: distinfo,v 1.2 2025/04/20 21:08:32 wiz Exp $
 BLAKE2s (copyq-10.0.0.tar.gz) = f42a4ec20e297e03e085fd62ec73f47ec9534fcf977ada4bd25ebdd37bb34b7b
 SHA512 (copyq-10.0.0.tar.gz) = e53254f2394b062955484bc176c002168a64b580159915bfab07f53a9227371821c4f8c7d66fab9a477c4613e5d50f47c19038a52828fa459f5a086ae64dba42
 Size (copyq-10.0.0.tar.gz) = 3456331 bytes
+BLAKE2s (f08c0d46a239362c5d3525ef9c3ba943bb00f734.patch) = a589ab8b8df9efc814b630f00176f06ad605ebbd7559b2f32b3025acf10c2376
+SHA512 (f08c0d46a239362c5d3525ef9c3ba943bb00f734.patch) = 27695e59da1ed4ef7b2d3ca4486fbdf5a02862935d83310a3cee754e2d92490db7fe3cfbe7fd629fb72fe7938ea686f360cf79f30868351963fdfb9b4de099dc
+Size (f08c0d46a239362c5d3525ef9c3ba943bb00f734.patch) = 16044 bytes


Home | Main Index | Thread Index | Old Index