pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/nextcloud-client
Module Name: pkgsrc
Committed By: gdt
Date: Thu Apr 17 23:07:10 UTC 2025
Modified Files:
pkgsrc/net/nextcloud-client: Makefile
Log Message:
net/nextcloud-client: Make minor progress on cross
Add TOOL_DEPENDS on qt6-qttools, but keep bl3 because cmake looks for
cmakefiles which are quite properly not present as a tool.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/nextcloud-client/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/nextcloud-client/Makefile
diff -u pkgsrc/net/nextcloud-client/Makefile:1.23 pkgsrc/net/nextcloud-client/Makefile:1.24
--- pkgsrc/net/nextcloud-client/Makefile:1.23 Thu Apr 17 21:52:00 2025
+++ pkgsrc/net/nextcloud-client/Makefile Thu Apr 17 23:07:10 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2025/04/17 21:52:00 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2025/04/17 23:07:10 gdt Exp $
#
DISTNAME= nextcloud-client-3.16.2
@@ -13,11 +13,12 @@ HOMEPAGE= https://nextcloud.com/clients
COMMENT= Nextcloud Desktop Client
LICENSE= gnu-gpl-v2
-USE_LANGUAGES= c c++
-USE_TOOLS+= pkg-config
-
+USE_LANGUAGES= c c++
USE_CXX_FEATURES+= c++17 filesystem
+USE_TOOLS+= pkg-config
+TOOL_DEPENDS+= qt6-qttools-[0-9]*:../../devel/qt6-qttools
+
PKG_SYSCONFSUBDIR= Nextcloud
EGDIR= ${PREFIX}/share/examples/Nextcloud
@@ -50,6 +51,7 @@ AUTO_MKDIRS= yes
.include "../../devel/extra-cmake-modules/buildlink3.mk"
.include "../../devel/libinotify/buildlink3.mk"
.include "../../devel/qt6-qt5compat/buildlink3.mk"
+# In theory, qt6-qttools should be TOOL_DEPENDS only.
.include "../../devel/qt6-qttools/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index