Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2024 18:11:49 GMT
From:      Michael Reifenberger <mr@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1d21b78a6c8a - main - deskutils/nextcloudclient: update to 3.15.0
Message-ID:  <202412011811.4B1IBnYH085491@gitrepo.freebsd.org>

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

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

commit 1d21b78a6c8aab1455aeb756f02a1de2d60c5a32
Author:     Michael Reifenberger <mr@FreeBSD.org>
AuthorDate: 2024-12-01 18:10:19 +0000
Commit:     Michael Reifenberger <mr@FreeBSD.org>
CommitDate: 2024-12-01 18:11:37 +0000

    deskutils/nextcloudclient: update to 3.15.0
    
    PR:             283040
    Reported by:     Guido Falsi
---
 deskutils/nextcloudclient/Makefile  | 13 +++++++++----
 deskutils/nextcloudclient/distinfo  |  6 +++---
 deskutils/nextcloudclient/pkg-plist |  1 +
 3 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/deskutils/nextcloudclient/Makefile b/deskutils/nextcloudclient/Makefile
index 2beeb5e7d5ca..a0313f5220d4 100644
--- a/deskutils/nextcloudclient/Makefile
+++ b/deskutils/nextcloudclient/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	nextcloudclient
-PORTVERSION=	3.14.2
+PORTVERSION=	3.15.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	deskutils
 
@@ -14,9 +14,10 @@ LIB_DEPENDS=	libinotify.so:devel/libinotify \
 		libqt6keychain.so:security/qtkeychain@qt6 \
 		libxkbcommon.so:x11/libxkbcommon
 
-USES=		cmake:noninja compiler:c++17-lang desktop-file-utils gl gmake \
+USES=		cmake:noninja compiler:c++20-lang desktop-file-utils gl gmake \
 		gnome iconv kde:6 localbase:ldflags pkgconfig qt:6 shared-mime-info \
 		sqlite ssl
+USE_CXXSTD=	c++20
 USE_GL=		opengl
 USE_KDE=	archive
 USE_LDCONFIG=	yes
@@ -31,7 +32,7 @@ GH_ACCOUNT=	nextcloud
 GH_PROJECT=	desktop
 
 OPTIONS_DEFINE=			DOCS DEBUG GNOME GUIADDONS KDE WEBENGINE
-OPTIONS_DEFAULT=		GNOME
+OPTIONS_DEFAULT=		GNOME GUIADDONS
 OPTIONS_DEFAULT_aarch64=	WEBENGINE
 OPTIONS_DEFAULT_amd64=		WEBENGINE
 OPTIONS_DEFAULT_i386=		WEBENGINE
@@ -57,7 +58,7 @@ KDE_USE=		KDE=completion,config,coreaddons,ecm:build,jobwidgets,kio,service,soli
 KDE_CMAKE_BOOL=		BUILD_SHELL_INTEGRATION_DOLPHIN
 
 GUIADDONS_IMPLIES=	KDE
-GUIADDONS_USE=		KDE=guiaddons
+GUIADDONS_USE=		KDE+=guiaddons
 
 WEBENGINE_USE=		QT=location,webchannel,webengine
 WEBENGINE_CMAKE_BOOL=	BUILD_WITH_WEBENGINE
@@ -72,6 +73,10 @@ post-patch:
 	@${REINPLACE_CMD} -e \
 		's|.lst |.lst.sample |' ${WRKSRC}/CMakeLists.txt
 
+post-patch-DOCS-on:
+	@${MV} ${WRKSRC}/doc/images/macosvfs-file-sharing.png.png \
+		${WRKSRC}/doc/images/macosvfs-file-sharing.png
+
 post-patch-GUIADDONS-off:
 	@${REINPLACE_CMD} -e '/^find_package.*KF6GuiAddons/d' \
 		${WRKSRC}/src/gui/CMakeLists.txt
diff --git a/deskutils/nextcloudclient/distinfo b/deskutils/nextcloudclient/distinfo
index c6431a712a9f..754fdda5f8b7 100644
--- a/deskutils/nextcloudclient/distinfo
+++ b/deskutils/nextcloudclient/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1729694781
-SHA256 (nextcloud-desktop-v3.14.2_GH0.tar.gz) = 2b2209a47bc4011d7ddf50371138f4c7d8330079ab95d2859dd9b3df314520e4
-SIZE (nextcloud-desktop-v3.14.2_GH0.tar.gz) = 13957954
+TIMESTAMP = 1732569655
+SHA256 (nextcloud-desktop-v3.15.0_GH0.tar.gz) = d35774580a16d0fdf6b4160fbe71c50ec871e84b610342152c78c6ea22c5e1de
+SIZE (nextcloud-desktop-v3.15.0_GH0.tar.gz) = 15651469
diff --git a/deskutils/nextcloudclient/pkg-plist b/deskutils/nextcloudclient/pkg-plist
index 3ab387379022..392339975592 100644
--- a/deskutils/nextcloudclient/pkg-plist
+++ b/deskutils/nextcloudclient/pkg-plist
@@ -149,6 +149,7 @@ share/nextcloud/i18n/client_sr.qm
 share/nextcloud/i18n/client_sv.qm
 share/nextcloud/i18n/client_th.qm
 share/nextcloud/i18n/client_tr.qm
+share/nextcloud/i18n/client_ug.qm
 share/nextcloud/i18n/client_uk.qm
 share/nextcloud/i18n/client_zh_CN.qm
 share/nextcloud/i18n/client_zh_HK.qm



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