Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Apr 2021 05:44:37 GMT
From:      =?utf-8?B?RmVybmFuZG8gQXBlc3RlZ3XDrWE=?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a48669fe48e9 - main - deskutils/copyq: update to 4.0.0
Message-ID:  <202104150544.13F5ibGP046240@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a48669fe48e9308704a4058a3a770edecdd56968

commit a48669fe48e9308704a4058a3a770edecdd56968
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2021-04-13 08:38:12 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2021-04-15 05:40:44 +0000

    deskutils/copyq: update to 4.0.0
    
    ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v4.0.0
    
    Reported by:    portscout
---
 deskutils/copyq/Makefile  | 14 +++++++++++---
 deskutils/copyq/distinfo  |  6 +++---
 deskutils/copyq/pkg-plist |  4 ++--
 3 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/deskutils/copyq/Makefile b/deskutils/copyq/Makefile
index 4e23127096b3..cc9b0a51b404 100644
--- a/deskutils/copyq/Makefile
+++ b/deskutils/copyq/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	copyq
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.13.0
+DISTVERSION=	4.0.0
 CATEGORIES=	deskutils
 
 MAINTAINER=	ports@FreeBSD.org
@@ -9,13 +9,21 @@ COMMENT=	Qt5 based clipboard manager
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/kf5-extra-cmake-modules
+
+LIB_DEPENDS=	libKF5Notifications.so.5:devel/kf5-knotifications \
+		libwayland-client.so:graphics/wayland
+
 USES=		cmake compiler:c++11-lang qt:5 xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	hluk
 GH_PROJECT=	CopyQ
+
+USE_KDE=	notifications
 USE_LDCONFIG=	yes
-USE_QT=		core gui network script svg widgets x11extras imageformats_run \
-		buildtools_build linguisttools_build qmake_build
+USE_QT=		core declarative gui network script svg widgets x11extras \
+		imageformats_run buildtools_build linguisttools_build \
+		qmake_build wayland
 USE_XORG=	x11 xtst
 
 LDFLAGS+=	-Wl,--as-needed
diff --git a/deskutils/copyq/distinfo b/deskutils/copyq/distinfo
index 8796609e103e..fbf878a0f5a0 100644
--- a/deskutils/copyq/distinfo
+++ b/deskutils/copyq/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1603039547
-SHA256 (hluk-CopyQ-v3.13.0_GH0.tar.gz) = bde0482f9d17010c430b530f1810ed6d222bd06447258799e25a75328e2745a1
-SIZE (hluk-CopyQ-v3.13.0_GH0.tar.gz) = 2917941
+TIMESTAMP = 1618316840
+SHA256 (hluk-CopyQ-v4.0.0_GH0.tar.gz) = 5daff582644296fb27e38be18bc896b1c45f7a24a94dc583cb34d30f64f33ba8
+SIZE (hluk-CopyQ-v4.0.0_GH0.tar.gz) = 2986178
diff --git a/deskutils/copyq/pkg-plist b/deskutils/copyq/pkg-plist
index 47835eb175da..726a07a3ad64 100644
--- a/deskutils/copyq/pkg-plist
+++ b/deskutils/copyq/pkg-plist
@@ -7,16 +7,15 @@ bin/copyq
 %%PLUGINS%%lib/copyq/plugins/libitemsync.so
 %%PLUGINS%%lib/copyq/plugins/libitemtags.so
 %%PLUGINS%%lib/copyq/plugins/libitemtext.so
-%%PLUGINS%%%%WEBKIT%%lib/copyq/plugins/libitemweb.so
 man/man1/copyq.1.gz
 share/applications/com.github.hluk.copyq.desktop
+share/bash-completion/completions/copyq
 %%DATADIR%%/themes/dark.ini
 %%DATADIR%%/themes/forest.ini
 %%DATADIR%%/themes/items.css
 %%DATADIR%%/themes/light.ini
 %%DATADIR%%/themes/main_window.css
 %%DATADIR%%/themes/menu.css
-%%DATADIR%%/themes/notification.css
 %%DATADIR%%/themes/paper.ini
 %%DATADIR%%/themes/scrollbar.css
 %%DATADIR%%/themes/simple.ini
@@ -28,6 +27,7 @@ share/applications/com.github.hluk.copyq.desktop
 %%DATADIR%%/translations/copyq_cs.qm
 %%DATADIR%%/translations/copyq_da.qm
 %%DATADIR%%/translations/copyq_de.qm
+%%DATADIR%%/translations/copyq_el.qm
 %%DATADIR%%/translations/copyq_es.qm
 %%DATADIR%%/translations/copyq_fa.qm
 %%DATADIR%%/translations/copyq_fr.qm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104150544.13F5ibGP046240>