deskutils/nextcloudclient: Update to 3.3.2
The PR contains an update to 3.3.1 but 3.3.2 is out now. PR: 257945
This commit is contained in:
committed by
Michael Reifenberger
parent
65a52d17fb
commit
2f5036bea7
@@ -1,7 +1,7 @@
|
||||
# Created by: Mathieu Arnold
|
||||
|
||||
PORTNAME= nextcloudclient
|
||||
PORTVERSION= 3.2.4
|
||||
PORTVERSION= 3.3.2
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= deskutils
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1625817093
|
||||
SHA256 (nextcloud-desktop-v3.2.4_GH0.tar.gz) = 551751515999c5a84b6e8678c1ff160cf2fb7a640c12a93b31f496d6d796f8a2
|
||||
SIZE (nextcloud-desktop-v3.2.4_GH0.tar.gz) = 15387015
|
||||
TIMESTAMP = 1630005562
|
||||
SHA256 (nextcloud-desktop-v3.3.2_GH0.tar.gz) = 6ea5ccc9579339f2d1652f26582dbdd8212dd5e0c28659dce7fe9ddece8a59c5
|
||||
SIZE (nextcloud-desktop-v3.3.2_GH0.tar.gz) = 13987162
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
--- src/libsync/CMakeLists.txt.orig 2021-04-18 20:44:16.273394000 +0200
|
||||
+++ src/libsync/CMakeLists.txt 2021-04-18 20:44:45.589737000 +0200
|
||||
@@ -136,8 +130,7 @@
|
||||
endif()
|
||||
|
||||
-if(INOTIFY_FOUND)
|
||||
- target_include_directories(${synclib_NAME} PRIVATE ${INOTIFY_INCLUDE_DIR})
|
||||
- link_directories(${INOTIFY_LIBRARY_DIR})
|
||||
- target_link_libraries(${synclib_NAME} ${INOTIFY_LIBRARY} )
|
||||
+if(Inotify_FOUND)
|
||||
+ target_include_directories(${synclib_NAME} PRIVATE ${Inotify_INCLUDE_DIRS})
|
||||
+ target_link_libraries(${synclib_NAME} PUBLIC ${Inotify_LIBRARIES})
|
||||
endif()
|
||||
|
||||
@@ -167,2 +160,3 @@
|
||||
install(TARGETS ${synclib_NAME} DESTINATION ${OWNCLOUD_OSX_BUNDLE}/Contents/MacOS)
|
||||
endif()
|
||||
+
|
||||
@@ -16,6 +16,7 @@ lib/libnextcloud_csync.so.%%VERSION%%
|
||||
lib/libnextcloudsync.so
|
||||
lib/libnextcloudsync.so.0
|
||||
lib/libnextcloudsync.so.%%VERSION%%
|
||||
lib/nextcloudsync_vfs_suffix.so
|
||||
share/applications/com.nextcloud.desktopclient.nextcloud.desktop
|
||||
share/caja-python/extensions/syncstate-Nextcloud.py
|
||||
share/icons/hicolor/1024x1024/apps/Nextcloud.png
|
||||
|
||||
Reference in New Issue
Block a user