mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
deskutils/nextcloudclient: Update to 3.2.0
This commit is contained in:
parent
e04d7449d6
commit
d5f4a8724b
@ -1,7 +1,7 @@
|
||||
# Created by: Mathieu Arnold
|
||||
|
||||
PORTNAME= nextcloudclient
|
||||
PORTVERSION= 3.1.3
|
||||
PORTVERSION= 3.2.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= deskutils
|
||||
|
||||
@ -16,7 +16,7 @@ EXPIRATION_DATE=2021-06-23
|
||||
LIB_DEPENDS= libinotify.so:devel/libinotify \
|
||||
libqt5keychain.so:security/qtkeychain
|
||||
|
||||
USES= cmake:noninja compiler:c++11-lib gmake gnome iconv \
|
||||
USES= cmake:noninja compiler:c++14-lang gmake gnome iconv \
|
||||
localbase:ldflags pkgconfig qt:5 sqlite ssl
|
||||
USE_QT= buildtools_build concurrent core dbus declarative graphicaleffects \
|
||||
gui linguist_build location network printsupport qmake_build \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1615636359
|
||||
SHA256 (nextcloud-desktop-v3.1.3_GH0.tar.gz) = 2e300db5942f6ba06d72f96baf70b12d210e66e2b89da1f7138e8ae5a2891adb
|
||||
SIZE (nextcloud-desktop-v3.1.3_GH0.tar.gz) = 19552683
|
||||
TIMESTAMP = 1618769802
|
||||
SHA256 (nextcloud-desktop-v3.2.0_GH0.tar.gz) = da1195b31fec0970121c1567f3cdaf3b9083d46727277116a98e5cd27f57aa60
|
||||
SIZE (nextcloud-desktop-v3.2.0_GH0.tar.gz) = 15214108
|
||||
|
@ -0,0 +1,18 @@
|
||||
--- 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()
|
||||
+
|
@ -1,6 +1,6 @@
|
||||
bin/nextcloud
|
||||
bin/nextcloudcmd
|
||||
@sample etc/Nextcloud/sync-exclude.lst.sample
|
||||
etc/Nextcloud/sync-exclude.lst.sample
|
||||
include/nextcloudsync/creds/abstractcredentials.h
|
||||
include/nextcloudsync/creds/httpcredentials.h
|
||||
include/nextcloudsync/mirall/account.h
|
||||
@ -10,12 +10,12 @@ include/nextcloudsync/mirall/progressdispatcher.h
|
||||
include/nextcloudsync/mirall/syncengine.h
|
||||
include/nextcloudsync/mirall/syncfileitem.h
|
||||
include/nextcloudsync/mirall/syncresult.h
|
||||
lib/libnextcloud_csync.so
|
||||
lib/libnextcloud_csync.so.0
|
||||
lib/libnextcloud_csync.so.%%VERSION%%
|
||||
lib/libnextcloudsync.so
|
||||
lib/libnextcloudsync.so.0
|
||||
lib/libnextcloudsync.so.%%VERSION%%
|
||||
lib/nextcloud/libocsync.so
|
||||
lib/nextcloud/libocsync.so.0
|
||||
lib/nextcloud/libocsync.so.%%VERSION%%
|
||||
share/applications/com.nextcloud.desktopclient.nextcloud.desktop
|
||||
share/caja-python/extensions/syncstate-Nextcloud.py
|
||||
share/icons/hicolor/1024x1024/apps/Nextcloud.png
|
||||
@ -83,6 +83,7 @@ share/icons/hicolor/72x72/apps/Nextcloud_sync.png
|
||||
share/icons/hicolor/72x72/apps/Nextcloud_sync_shared.png
|
||||
share/icons/hicolor/72x72/apps/Nextcloud_warn.png
|
||||
share/icons/hicolor/72x72/apps/Nextcloud_warn_shared.png
|
||||
share/mime/packages/nextcloud.xml
|
||||
share/nautilus-python/extensions/syncstate-Nextcloud.py
|
||||
share/nemo-python/extensions/syncstate-Nextcloud.py
|
||||
share/nextcloud/i18n/client_TW.qm
|
||||
@ -133,6 +134,7 @@ share/nextcloud/i18n/client_pt.qm
|
||||
share/nextcloud/i18n/client_pt_BR.qm
|
||||
share/nextcloud/i18n/client_ro.qm
|
||||
share/nextcloud/i18n/client_ru.qm
|
||||
share/nextcloud/i18n/client_sc.qm
|
||||
share/nextcloud/i18n/client_sk.qm
|
||||
share/nextcloud/i18n/client_sl.qm
|
||||
share/nextcloud/i18n/client_sr.qm
|
||||
|
Loading…
Reference in New Issue
Block a user