aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2023-11-19 20:57:22 +0000
committerJason E. Hale <jhale@FreeBSD.org>2023-11-19 23:26:33 +0000
commitd8c99ce7c5d803e2d39ce8363ed4abdcd211dd39 (patch)
treedc292252bcfb83472139dab0273219e5e2934eb3
parentd53807cc0e309a0f9dc9be2931e9681281184403 (diff)
downloadports-d8c99ce7c5d803e2d39ce8363ed4abdcd211dd39.tar.gz
ports-d8c99ce7c5d803e2d39ce8363ed4abdcd211dd39.zip
deskutils/copyq: Fix build with Qt 6.6.x
PR: 275068 MFH: 2023Q4
-rw-r--r--deskutils/copyq/Makefile3
-rw-r--r--deskutils/copyq/distinfo4
2 files changed, 6 insertions, 1 deletions
diff --git a/deskutils/copyq/Makefile b/deskutils/copyq/Makefile
index 9c993fc1ca84..e00bd4168d02 100644
--- a/deskutils/copyq/Makefile
+++ b/deskutils/copyq/Makefile
@@ -5,6 +5,9 @@ MASTER_SITES= https://github.com/hluk/CopyQ/releases/download/v${DISTVERSION}/
PKGNAMESUFFIX= -${FLAVOR}
DISTNAME= CopyQ-${DISTVERSION}
+PATCH_SITES= https://github.com/hluk/CopyQ/commit/
+PATCHFILES+= 19e9dd1c2ecb49b14a24159c5ac3bc1b77fdf250.patch:-p1 # Fix build with Qt 6.6.0
+
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Qt${FLAVOR:S/qt//} based clipboard manager
WWW= https://github.com/hluk/CopyQ
diff --git a/deskutils/copyq/distinfo b/deskutils/copyq/distinfo
index 4d78b311c58e..bc86196be1d0 100644
--- a/deskutils/copyq/distinfo
+++ b/deskutils/copyq/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1693819538
+TIMESTAMP = 1700427013
SHA256 (CopyQ-7.1.0.tar.gz) = ce0265b0a86350fda7bfa1a9d4b74d794a4077551b28186012683567d6fd8158
SIZE (CopyQ-7.1.0.tar.gz) = 3351093
+SHA256 (19e9dd1c2ecb49b14a24159c5ac3bc1b77fdf250.patch) = 9b763cecd23e418ae4d26d1fad0d38d9ac3d352b846f2314e1653ead2567c9a1
+SIZE (19e9dd1c2ecb49b14a24159c5ac3bc1b77fdf250.patch) = 1791