View | Details | Raw Unified | Return to bug 257945 | Differences between
and this patch

Collapse All | Expand All

(-)b/deskutils/nextcloudclient/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# Created by: Mathieu Arnold
1
# Created by: Mathieu Arnold
2
2
3
PORTNAME=	nextcloudclient
3
PORTNAME=	nextcloudclient
4
PORTVERSION=	3.2.4
4
PORTVERSION=	3.3.1
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
CATEGORIES=	deskutils
6
CATEGORIES=	deskutils
7
7
(-)b/deskutils/nextcloudclient/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1625817093
1
TIMESTAMP = 1629154117
2
SHA256 (nextcloud-desktop-v3.2.4_GH0.tar.gz) = 551751515999c5a84b6e8678c1ff160cf2fb7a640c12a93b31f496d6d796f8a2
2
SHA256 (nextcloud-desktop-v3.3.1_GH0.tar.gz) = c315bbbd64b6ec0b169cfc5b2a063099ae66eb2ecbc3e3443c3f0ed3ddb2980f
3
SIZE (nextcloud-desktop-v3.2.4_GH0.tar.gz) = 15387015
3
SIZE (nextcloud-desktop-v3.3.1_GH0.tar.gz) = 13984445
(-)a/deskutils/nextcloudclient/files/patch-src_libsync_CMakeLists.txt (-18 lines)
Removed Link Here
1
--- src/libsync/CMakeLists.txt.orig	2021-04-18 20:44:16.273394000 +0200
2
+++ src/libsync/CMakeLists.txt	2021-04-18 20:44:45.589737000 +0200
3
@@ -136,8 +130,7 @@
4
 endif()
5
 
6
-if(INOTIFY_FOUND)
7
-    target_include_directories(${synclib_NAME} PRIVATE ${INOTIFY_INCLUDE_DIR})
8
-    link_directories(${INOTIFY_LIBRARY_DIR})
9
-    target_link_libraries(${synclib_NAME} ${INOTIFY_LIBRARY} )
10
+if(Inotify_FOUND)
11
+    target_include_directories(${synclib_NAME} PRIVATE ${Inotify_INCLUDE_DIRS})
12
+    target_link_libraries(${synclib_NAME} PUBLIC ${Inotify_LIBRARIES})
13
 endif()
14
 
15
@@ -167,2 +160,3 @@
16
     install(TARGETS ${synclib_NAME} DESTINATION ${OWNCLOUD_OSX_BUNDLE}/Contents/MacOS)
17
 endif()
18
+
(-)b/deskutils/nextcloudclient/pkg-plist (+1 lines)
Lines 16-21 lib/libnextcloud_csync.so.%%VERSION%% Link Here
16
lib/libnextcloudsync.so
16
lib/libnextcloudsync.so
17
lib/libnextcloudsync.so.0
17
lib/libnextcloudsync.so.0
18
lib/libnextcloudsync.so.%%VERSION%%
18
lib/libnextcloudsync.so.%%VERSION%%
19
lib/nextcloudsync_vfs_suffix.so
19
share/applications/com.nextcloud.desktopclient.nextcloud.desktop
20
share/applications/com.nextcloud.desktopclient.nextcloud.desktop
20
share/caja-python/extensions/syncstate-Nextcloud.py
21
share/caja-python/extensions/syncstate-Nextcloud.py
21
share/icons/hicolor/1024x1024/apps/Nextcloud.png
22
share/icons/hicolor/1024x1024/apps/Nextcloud.png

Return to bug 257945