Download raw body.
UPDATE: copyq-10.0.0
Simple update copyq-10.0.0. Tested on amd64. OK?
Cheers Rafael
diff --git a/x11/copyq/Makefile b/x11/copyq/Makefile
index 7af5901244a..c97fd354e45 100644
--- a/x11/copyq/Makefile
+++ b/x11/copyq/Makefile
@@ -1,7 +1,7 @@
-COMMENT = Qt5 based clipboard manager
+COMMENT = Qt clipboard manager
GH_ACCOUNT = hluk
GH_PROJECT = CopyQ
-GH_TAGNAME = v7.1.0
+GH_TAGNAME = v10.0.0
PKGNAME = ${DISTNAME:L}
CATEGORIES = x11
@@ -10,20 +10,28 @@ MAINTAINER = kikadf <kikadf.01@gmail.com>
# GPLv3+
PERMIT_PACKAGE = Yes
-WANTLIB += ${COMPILER_LIBCXX} ICE KF5Notifications Qt5Core Qt5DBus
-WANTLIB += Qt5Gui Qt5Network Qt5Qml Qt5Svg Qt5WaylandClient Qt5Widgets
-WANTLIB += Qt5X11Extras Qt5Xml SM X11 Xext Xfixes Xtst c m wayland-client
+WANTLIB += ${COMPILER_LIBCXX} GL ICE KF6Notifications KF6StatusNotifierItem
+WANTLIB += Qt6Core Qt6DBus Qt6Gui Qt6Network Qt6Qml Qt6Svg Qt6WaylandClient
+WANTLIB += Qt6Widgets Qt6Xml SM X11 Xext Xfixes Xtst c m wayland-client
+WANTLIB += wayland-cursor xkbcommon
-MODULES = devel/kf5
+MODULES = devel/kf6
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+4,-guic
-LIB_DEPENDS = devel/kf5/knotifications \
- x11/qt5/qtsvg \
- x11/qt5/qtwayland
+LIB_DEPENDS = devel/kf6/knotifications \
+ devel/kf6/kstatusnotifieritem \
+ wayland/wayland \
+ x11/qt6/qtdeclarative \
+ x11/qt6/qtsvg \
+ x11/qt6/qtwayland \
+ x11/xkbcommon \
# avoids git usage
CONFIGURE_ENV += GITHUB_SHA=unknown
+CONFIGURE_ARGS = -DWITH_QT6=ON \
+ -DCMAKE_DISABLE_FIND_PACKAGE_Git=ON
+
.include <bsd.port.mk>
diff --git a/x11/copyq/distinfo b/x11/copyq/distinfo
index e002b255e0a..033407f5036 100644
--- a/x11/copyq/distinfo
+++ b/x11/copyq/distinfo
@@ -1,2 +1,2 @@
-SHA256 (CopyQ-7.1.0.tar.gz) = zgJlsKhjUP2nv6Gp1LdNeUpAd1UbKBhgEmg1Z9b9gVg=
-SIZE (CopyQ-7.1.0.tar.gz) = 3351093
+SHA256 (CopyQ-10.0.0.tar.gz) = /7rnpxxVzYnf2IptGEx6XHqMTJSOnfEcEGQMJG2cX1M=
+SIZE (CopyQ-10.0.0.tar.gz) = 3456331
diff --git a/x11/copyq/pkg/PLIST b/x11/copyq/pkg/PLIST
index b1ba9811416..d45e3750b03 100644
--- a/x11/copyq/pkg/PLIST
+++ b/x11/copyq/pkg/PLIST
@@ -30,6 +30,7 @@ share/copyq/themes/tooltip.css
share/copyq/themes/wine.ini
share/copyq/translations/
share/copyq/translations/copyq_ar.qm
+share/copyq/translations/copyq_ca.qm
share/copyq/translations/copyq_cs.qm
share/copyq/translations/copyq_da.qm
share/copyq/translations/copyq_de.qm
@@ -38,6 +39,7 @@ share/copyq/translations/copyq_es.qm
share/copyq/translations/copyq_fa.qm
share/copyq/translations/copyq_fi.qm
share/copyq/translations/copyq_fr.qm
+share/copyq/translations/copyq_he.qm
share/copyq/translations/copyq_hr.qm
share/copyq/translations/copyq_hu.qm
share/copyq/translations/copyq_id.qm
UPDATE: copyq-10.0.0