Hi.
Update for net/nextcloudclient v3.7.1
Changelog v3.7.1: https://github.com/nextcloud/desktop/releases/v3.7.1
Obrigado!
--
Adriano
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/Makefile,v
retrieving revision 1.44
diff -u -p -u -p -r1.44 Makefile
--- Makefile 22 Jan 2023 07:56:20 -0000 1.44
+++ Makefile 8 Feb 2023 00:13:32 -0000
@@ -2,7 +2,7 @@ USE_WXNEEDED = Yes
COMMENT = desktop sync client for Nextcloud
-V = 3.6.6
+V = 3.7.1
DISTNAME = nextcloudclient-${V}
GH_ACCOUNT = nextcloud
@@ -13,8 +13,8 @@ CATEGORIES = net
HOMEPAGE = https://nextcloud.com
-SHARED_LIBS += nextcloudsync 8.1 # 3.6.6
-SHARED_LIBS += nextcloud_csync 2.2 # 3.6.0
+SHARED_LIBS += nextcloudsync 9.0 # 3.7.1
+SHARED_LIBS += nextcloud_csync 3.0 # 3.7.1
SHARED_LIBS += nextcloudsync_vfs_suffix 0.1 # 3.6.6
MAINTAINER = Adriano Barbosa <[email protected]>
@@ -33,6 +33,7 @@ MODULES = devel/cmake \
x11/qt5
BUILD_DEPENDS = devel/gettext,-tools \
+ devel/kf5/karchive \
x11/gnome/libcloudproviders
# for converting svg icons to png
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nextcloudclient/distinfo,v
retrieving revision 1.36
diff -u -p -u -p -r1.36 distinfo
--- distinfo 22 Jan 2023 07:56:20 -0000 1.36
+++ distinfo 8 Feb 2023 00:13:32 -0000
@@ -1,2 +1,2 @@
-SHA256 (nextcloudclient-3.6.6.tar.gz) =
BLO+mrYu7HuByXHcUMTkBmbuLXbBnLctmtUuWk0u3Uc=
-SIZE (nextcloudclient-3.6.6.tar.gz) = 15497450
+SHA256 (nextcloudclient-3.7.1.tar.gz) =
JPRAeJB5NsEcyDasPFGZ36jeCUac2LazELbSSqCD+SI=
+SIZE (nextcloudclient-3.7.1.tar.gz) = 15682674
Index: patches/patch-cmake_modules_GenerateIconsUtils_cmake
===================================================================
RCS file: patches/patch-cmake_modules_GenerateIconsUtils_cmake
diff -N patches/patch-cmake_modules_GenerateIconsUtils_cmake
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-cmake_modules_GenerateIconsUtils_cmake 8 Feb 2023
00:13:32 -0000
@@ -0,0 +1,12 @@
+Index: cmake/modules/GenerateIconsUtils.cmake
+--- cmake/modules/GenerateIconsUtils.cmake.orig
++++ cmake/modules/GenerateIconsUtils.cmake
+@@ -4,7 +4,7 @@
+ include(ECMAddAppIcon)
+
+ find_program(SVG_CONVERTER
+- NAMES inkscape inkscape.exe rsvg-convert
++ NAMES rsvg-convert
+ REQUIRED
+ HINTS "C:\\Program Files\\Inkscape\\bin" "/usr/bin" ENV SVG_CONVERTER_DIR)
+ # REQUIRED keyword is only supported on CMake 3.18 and above
Index: patches/patch-src_gui_CMakeLists_txt
===================================================================
RCS file: patches/patch-src_gui_CMakeLists_txt
diff -N patches/patch-src_gui_CMakeLists_txt
--- patches/patch-src_gui_CMakeLists_txt 17 Nov 2022 06:16:04 -0000
1.10
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-Index: src/gui/CMakeLists.txt
---- src/gui/CMakeLists.txt.orig
-+++ src/gui/CMakeLists.txt
-@@ -372,7 +372,7 @@ endif()
-
- # Generate png icons from svg
- find_program(SVG_CONVERTER
-- NAMES inkscape inkscape.exe rsvg-convert
-+ NAMES rsvg-convert
- REQUIRED
- HINTS "C:\\Program Files\\Inkscape\\bin" "/usr/bin" ENV SVG_CONVERTER_DIR)
- # REQUIRED keyword is only supported on CMake 3.18 and above