Update nextcloudclient to 3.5.3
Notable port change: - Shared libs in /usr/local/lib should follow the same name pattern (libNAME.so.VERSION). Drop empty prefix. Update diff from Adriano Barbosa (maintainer)
This commit is contained in:
parent
1cc87e5a79
commit
55c0309132
@ -2,7 +2,7 @@ USE_WXNEEDED = Yes
|
||||
|
||||
COMMENT = desktop sync client for Nextcloud
|
||||
|
||||
V = 3.5.2
|
||||
V = 3.5.3
|
||||
DISTNAME = nextcloudclient-${V}
|
||||
|
||||
GH_ACCOUNT = nextcloud
|
||||
@ -15,6 +15,7 @@ HOMEPAGE = https://nextcloud.com
|
||||
|
||||
SHARED_LIBS += nextcloudsync 4.0 # 3.5.2
|
||||
SHARED_LIBS += nextcloud_csync 2.1 # 3.5.1
|
||||
SHARED_LIBS += nextcloudsync_vfs_suffix 0.0 # 3.5.3
|
||||
|
||||
MAINTAINER = Adriano Barbosa <barbosa.aob@gmail.com>
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (nextcloudclient-3.5.2.tar.gz) = DEZzEOGhsyWTRGWExqXXqTG34to9FyHayLCsU8xJMIg=
|
||||
SIZE (nextcloudclient-3.5.2.tar.gz) = 15433543
|
||||
SHA256 (nextcloudclient-3.5.3.tar.gz) = xYExDYFMxaB1t3iQESuml3TJ7W2MQrTRKWNUgtLO5X4=
|
||||
SIZE (nextcloudclient-3.5.3.tar.gz) = 15436522
|
||||
|
@ -0,0 +1,12 @@
|
||||
Index: src/libsync/vfs/suffix/CMakeLists.txt
|
||||
--- src/libsync/vfs/suffix/CMakeLists.txt.orig
|
||||
+++ src/libsync/vfs/suffix/CMakeLists.txt
|
||||
@@ -11,8 +11,6 @@ set_target_properties(nextcloudsync_vfs_suffix
|
||||
${BIN_OUTPUT_DIRECTORY}
|
||||
RUNTIME_OUTPUT_DIRECTORY
|
||||
${BIN_OUTPUT_DIRECTORY}
|
||||
- PREFIX
|
||||
- ""
|
||||
AUTOMOC
|
||||
TRUE
|
||||
LIBRARY_OUTPUT_NAME
|
@ -14,7 +14,7 @@ include/nextcloudsync/mirall/syncfileitem.h
|
||||
include/nextcloudsync/mirall/syncresult.h
|
||||
@lib lib/libnextcloud_csync.so.${LIBnextcloud_csync_VERSION}
|
||||
@lib lib/libnextcloudsync.so.${LIBnextcloudsync_VERSION}
|
||||
@so lib/nextcloudsync_vfs_suffix.so
|
||||
@lib lib/libnextcloudsync_vfs_suffix.so.${LIBnextcloudsync_vfs_suffix_VERSION}
|
||||
share/applications/com.nextcloud.desktopclient.nextcloud.desktop
|
||||
share/examples/Nextcloud/
|
||||
@sample ${SYSCONFDIR}/Nextcloud/
|
||||
|
Loading…
x
Reference in New Issue
Block a user