pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

copyq: switch to Qt6, add missing HOMEPAGE



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Sat Jan 25 16:22:03 2025 +0100
Changeset:	536cafc6ac01c6c8a5030745466a3600bd4e8d37

Modified Files:
	copyq/Makefile
Added Files:
	copyq/TODO

Log Message:
copyq: switch to Qt6, add missing HOMEPAGE

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=536cafc6ac01c6c8a5030745466a3600bd4e8d37

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 copyq/Makefile | 11 ++++++-----
 copyq/TODO     |  1 +
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs:
diff --git a/copyq/Makefile b/copyq/Makefile
index ad9407267e..a46e0af93e 100644
--- a/copyq/Makefile
+++ b/copyq/Makefile
@@ -1,25 +1,26 @@
 # $NetBSD: Makefile,v 1.2 2025/01/23 23:27:29 riastradh Exp $
 
 DISTNAME=	copyq-9.1.0
+PKGREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hluk/}
 GH_PROJECT=	CopyQ
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	kikadf.01%gmail.com@localhost
+HOMEPAGE=	https://hluk.github.io/CopyQ
 COMMENT=	Qt5 based clipboard manager
 LICENSE=	gnu-gpl-v3
 
 USE_LANGUAGES=	c c++
 WRKSRC=		${WRKDIR}/${GH_PROJECT}-${PKGVERSION_NOREV}
+CMAKE_CONFIGURE_ARGS+=-DWITH_QT6=ON
 
 .include "../../devel/cmake/build.mk"
-
-BUILDLINK_API_DEPENDS.extra-cmake-modules+=	extra-cmake-modules>=5.19.0
 .include "../../devel/extra-cmake-modules/buildlink3.mk"
-.include "../../devel/knotifications/buildlink3.mk"
+.include "../../devel/kf6-knotifications/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../x11/libXtst/buildlink3.mk"
-.include "../../x11/qt5-qtsvg/buildlink3.mk"
-.include "../../x11/qt5-qtwayland/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../wip/kf6-kstatusnotifieritem/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/copyq/TODO b/copyq/TODO
new file mode 100644
index 0000000000..9db4a523fc
--- /dev/null
+++ b/copyq/TODO
@@ -0,0 +1 @@
+Wait to import wip/kf6-kstatusnotifieritem to pkgsrc


Home | Main Index | Thread Index | Old Index