head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2025.11.17.13.41.54; author adam; state Exp; branches; next ; commitid DgXyNvdRghHCwUiG; desc @@ 1.1 log @nextcloud-client: updated to 4.0.1 4.0.1 Removed Windows-VFS: Reverted on-demand folder syncing due to the appearance of "ghost folders". Bug fixes macOS-VFS: Fixed a crash when disabling the File Provider for account names consisting of a UUID. macOS-VFS: Downloading a folder through Finder no longer fails with an authentication error. macOS-VFS: Fixed translation in FileProviderUIExt views. Windows: Fixed application and folder icons Under certain circumstances upgrades from client versions older than 3.17.0 no longer unexpectedly change the bandwidth limit to "Automatic limit". Connecting to a Nextcloud server hosted at a path containing /s/ no longer is considered as a public share link if the complete URL ends with a slash (/). Changes macOS-VFS: The File Provider extension logs no longer print messages for the debug level in release builds. Windows-VFS: Virtual directories created by 4.0.0 will be resynced. @ text @$NetBSD$ Honour BUILD_OWNCLOUD_OSX_BUNDLE. --- src/libsync/vfs/suffix/CMakeLists.txt.orig 2025-11-17 10:40:11.791779168 +0000 +++ src/libsync/vfs/suffix/CMakeLists.txt @@@@ -24,7 +24,7 @@@@ set_target_properties(nextcloudsync_vfs_ ${APPLICATION_EXECUTABLE}sync_vfs_suffix ) -if(APPLE) +if(APPLE AND BUILD_OWNCLOUD_OSX_BUNDLE) # for being loadable when client run from build dir set(vfs_buildoutputdir "${BIN_OUTPUT_DIRECTORY}/${OWNCLOUD_OSX_BUNDLE}/Contents/PlugIns/") set_target_properties(nextcloudsync_vfs_suffix @