I updated copyq to 7.1.0, built without problem, works fine for me.

Changelog:
# Changed
- Image editor (if set) will now open instead of built-in text editor
when selecting Edit action on image items containing no text.
- Encryption now uses larger/safer keys (#2385).
# Fixed
- Fixes saving and opening empty encrypted tabs.
- Fixes minimal size of dialogs (#2299).
- Fixes importing commands with regular expressions containing slash
characters in scripts.
- Fixes font weight with Qt 6.
- Fixes closing the app with Qt 6.
- Fixes the build and calling some script functions with Qt 6.5.
- X11: Fixes crash when entering search with some keyboard layouts (#2171).

-- 
kikadf
Index: x11/copyq/Makefile
===================================================================
RCS file: /cvs/ports/x11/copyq/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- x11/copyq/Makefile	15 May 2023 12:21:54 -0000	1.4
+++ x11/copyq/Makefile	10 Sep 2023 16:28:58 -0000
@@ -1,7 +1,7 @@
 COMMENT =		Qt5 based clipboard manager
 GH_ACCOUNT =		hluk
 GH_PROJECT =		CopyQ
-GH_TAGNAME =		v7.0.0
+GH_TAGNAME =		v7.1.0
 PKGNAME =		${DISTNAME:L}
 CATEGORIES =		x11
 
Index: x11/copyq/distinfo
===================================================================
RCS file: /cvs/ports/x11/copyq/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- x11/copyq/distinfo	15 May 2023 12:21:54 -0000	1.3
+++ x11/copyq/distinfo	10 Sep 2023 16:28:58 -0000
@@ -1,2 +1,2 @@
-SHA256 (CopyQ-7.0.0.tar.gz) = WJi6ICX46fYaS0cy6FrfOxZT+tILXB8bDIeae3LNTUg=
-SIZE (CopyQ-7.0.0.tar.gz) = 3323354
+SHA256 (CopyQ-7.1.0.tar.gz) = zgJlsKhjUP2nv6Gp1LdNeUpAd1UbKBhgEmg1Z9b9gVg=
+SIZE (CopyQ-7.1.0.tar.gz) = 3351093

Reply via email to