Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2024 17:09:30 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 87de714fd212 - main - deskutils/copyq: Update to 8.0.0
Message-ID:  <202403161709.42GH9UvI049815@gitrepo.freebsd.org>

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

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

commit 87de714fd212056a941445d38099f6147aabf5e6
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-16 16:56:01 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-16 17:09:15 +0000

    deskutils/copyq: Update to 8.0.0
    
    - Drop USES=compiler
    
    ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v8.0.0
---
 deskutils/copyq/Makefile | 11 ++++-------
 deskutils/copyq/distinfo |  8 +++-----
 2 files changed, 7 insertions(+), 12 deletions(-)

diff --git a/deskutils/copyq/Makefile b/deskutils/copyq/Makefile
index e00bd4168d02..4d47e0d153d3 100644
--- a/deskutils/copyq/Makefile
+++ b/deskutils/copyq/Makefile
@@ -1,13 +1,10 @@
 PORTNAME=	copyq
-DISTVERSION=	7.1.0
+DISTVERSION=	8.0.0
 CATEGORIES=	deskutils
 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
@@ -23,11 +20,11 @@ FLAVOR?=		qt5
 qt5_CONFLICTS_INSTALL=	copyq-qt6
 qt6_CONFLICTS_INSTALL=	copyq-qt5
 
-USES=		cmake compiler:c++17-lang gl kde:5 pkgconfig \
-		qt:${FLAVOR:S/qt//} xorg
+USES=		cmake gl kde:${FLAVOR:S/qt//} pkgconfig qt:${FLAVOR:S/qt//} \
+		xorg
 USE_GL=		gl
 _USE_KDE_qt5=	ecm:build notifications
-_USE_KDE_qt6=	ecm:build
+_USE_KDE_qt6=	ecm:build notifications statusnotifieritem
 USE_KDE=	${_USE_KDE_${FLAVOR}}
 _USE_QT5=	core dbus declarative gui network svg wayland widgets x11extras \
 		xml buildtools:build qmake:build
diff --git a/deskutils/copyq/distinfo b/deskutils/copyq/distinfo
index bc86196be1d0..44355db01cf5 100644
--- a/deskutils/copyq/distinfo
+++ b/deskutils/copyq/distinfo
@@ -1,5 +1,3 @@
-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
+TIMESTAMP = 1710577080
+SHA256 (CopyQ-8.0.0.tar.gz) = 4883538182df81d1c88497d3f2b7b0d9d1f59a0381654869c45dccfc78daf9aa
+SIZE (CopyQ-8.0.0.tar.gz) = 3381697



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