From owner-svn-ports-head@freebsd.org Sat Mar 24 19:12:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27FAEF672D1; Sat, 24 Mar 2018 19:12:00 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF34D7ABFA; Sat, 24 Mar 2018 19:11:59 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C9EBB136A2; Sat, 24 Mar 2018 19:11:59 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2OJBxs0007175; Sat, 24 Mar 2018 19:11:59 GMT (envelope-from mr@FreeBSD.org) Received: (from mr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2OJBxx2007171; Sat, 24 Mar 2018 19:11:59 GMT (envelope-from mr@FreeBSD.org) Message-Id: <201803241911.w2OJBxx2007171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mr set sender to mr@FreeBSD.org using -f From: Michael Reifenberger Date: Sat, 24 Mar 2018 19:11:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465464 - head/deskutils/nextcloudclient X-SVN-Group: ports-head X-SVN-Commit-Author: mr X-SVN-Commit-Paths: head/deskutils/nextcloudclient X-SVN-Commit-Revision: 465464 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Mar 2018 19:12:00 -0000 Author: mr Date: Sat Mar 24 19:11:59 2018 New Revision: 465464 URL: https://svnweb.freebsd.org/changeset/ports/465464 Log: Add nextcloudclient as of 20180323. It's repocopied from owncloudclient. Added: head/deskutils/nextcloudclient/ - copied from r465445, head/deskutils/owncloudclient/ Modified: head/deskutils/nextcloudclient/Makefile head/deskutils/nextcloudclient/distinfo head/deskutils/nextcloudclient/pkg-descr head/deskutils/nextcloudclient/pkg-plist Modified: head/deskutils/nextcloudclient/Makefile ============================================================================== --- head/deskutils/owncloudclient/Makefile Sat Mar 24 10:19:59 2018 (r465445) +++ head/deskutils/nextcloudclient/Makefile Sat Mar 24 19:11:59 2018 (r465464) @@ -1,14 +1,14 @@ # Created by: Mathieu Arnold # $FreeBSD$ -PORTNAME= owncloudclient -PORTVERSION= 2.4.0 -DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTNAME= nextcloudclient +PORTVERSION= 0.0.0.20180323 +#DISTVERSIONPREFIX= v +#PORTREVISION= 1 CATEGORIES= deskutils -MAINTAINER= yonas@fizk.net -COMMENT= OwnCloud Desktop Syncing Client +MAINTAINER= mr@freebsd.org +COMMENT= NextCloud Desktop Syncing Client LICENSE= GPLv2 @@ -26,14 +26,17 @@ USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_GITHUB= yes -GH_ACCOUNT= owncloud +GH_ACCOUNT= nextcloud GH_PROJECT= client +GH_TAGNAME= 4c40789dcafe5b193e125620b63dcc95e08ffba5 -OPTIONS_DEFINE= DEBUG DOCS +#OPTIONS_DEFINE= DEBUG DOCS +OPTIONS_DEFINE= DEBUG # DOCS doesn't build currently -DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx -DOCS_USE= tex=dvipsk:build,latex:build -DOCS_CMAKE_ON= -DWITH_DOC:BOOL=ON +#DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx \ +# doxygen:devel/doxygen +#DOCS_USE= tex=dvipsk:build,latex:build +#DOCS_CMAKE_ON= -DWITH_DOC:BOOL=ON DEBUG_CMAKE_ON= -DCMAKE_BUILD_TYPE:STRING=Debug Modified: head/deskutils/nextcloudclient/distinfo ============================================================================== --- head/deskutils/owncloudclient/distinfo Sat Mar 24 10:19:59 2018 (r465445) +++ head/deskutils/nextcloudclient/distinfo Sat Mar 24 19:11:59 2018 (r465464) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517213252 -SHA256 (owncloud-client-v2.4.0_GH0.tar.gz) = e4abdd33f24e21f15df53f2e8de90d123f974c519259a8c9d86d22c8e4103b86 -SIZE (owncloud-client-v2.4.0_GH0.tar.gz) = 14732065 +TIMESTAMP = 1521915864 +SHA256 (nextcloud-client-0.0.0.20180323-4c40789dcafe5b193e125620b63dcc95e08ffba5_GH0.tar.gz) = 311028a8dadc9137699255f9b1d619c45f5ce820f2942697285339bfc6c0e836 +SIZE (nextcloud-client-0.0.0.20180323-4c40789dcafe5b193e125620b63dcc95e08ffba5_GH0.tar.gz) = 18378272 Modified: head/deskutils/nextcloudclient/pkg-descr ============================================================================== --- head/deskutils/owncloudclient/pkg-descr Sat Mar 24 10:19:59 2018 (r465445) +++ head/deskutils/nextcloudclient/pkg-descr Sat Mar 24 19:11:59 2018 (r465464) @@ -1,4 +1,4 @@ -The ownCloud Desktop Client is a tool to synchronize files +The NextCloud Desktop Client is a tool to synchronize files from ownCloud Server with your computer. -WWW: https://github.com/owncloud/client +WWW: https://github.com/nextcloud/client Modified: head/deskutils/nextcloudclient/pkg-plist ============================================================================== --- head/deskutils/owncloudclient/pkg-plist Sat Mar 24 10:19:59 2018 (r465445) +++ head/deskutils/nextcloudclient/pkg-plist Sat Mar 24 19:11:59 2018 (r465464) @@ -1,266 +1,119 @@ -bin/owncloud -bin/owncloudcmd -@sample etc/ownCloud/sync-exclude.lst.sample -include/owncloudsync/creds/abstractcredentials.h -include/owncloudsync/creds/httpcredentials.h -include/owncloudsync/mirall/account.h -include/owncloudsync/mirall/configfile.h -include/owncloudsync/mirall/networkjobs.h -include/owncloudsync/mirall/progressdispatcher.h -include/owncloudsync/mirall/syncengine.h -include/owncloudsync/mirall/syncfileitem.h -include/owncloudsync/mirall/syncresult.h -lib/libowncloudsync.so -lib/libowncloudsync.so.0 -lib/libowncloudsync.so.%%VERSION%% -lib/owncloud/libocsync.so -lib/owncloud/libocsync.so.0 -lib/owncloud/libocsync.so.%%VERSION%% -%%PORTDOCS%%man/man1/owncloud.1.gz -%%PORTDOCS%%man/man1/owncloudcmd.1.gz -share/applications/owncloud.desktop -share/caja-python/extensions/syncstate-ownCloud.py -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/.buildinfo -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-1.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-2.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-3.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-4.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-7.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-8.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-9.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client-activity.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client12.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client6.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/folderwizard_local.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/folderwizard_remote.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/icon-error.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/icon-information.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/icon-offline.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/icon-paused.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/icon-syncing.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/icon.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/ignored_files_editor.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/log_output_window.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/mac-share.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/menu.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/ownCloud-remove_existing_connection.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/ownCloud-remove_existing_connection_confirmation_dialog.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/ownCloud-replacement_connection_wizard.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/save_log_file.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/settings_account.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/settings_activity.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/settings_general.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/settings_network.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/share-1.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/share-2.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/testing-checksums.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/advancedusage.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/architecture.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/autoupdate.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/building.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/conffile.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/envvars.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/faq.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/glossary.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/index.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/installing.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/introduction.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/lowdiskspace.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/navigating.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/options.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/owncloudcmd.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/troubleshooting.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/visualtour.rst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/ajax-loader.gif -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/basic.css -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/classic.css -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/comment-bright.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/comment-close.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/comment.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/default.css -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/doctools.js -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/down-pressed.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/down.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/file.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/jquery-3.1.0.js -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/jquery.js -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/minus.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/plus.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/pygments.css -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/searchtools.js -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/sidebar.js -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/underscore-1.3.1.js -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/underscore.js -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/up-pressed.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/up.png -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/websupport.js -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/advancedusage.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/architecture.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/autoupdate.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/building.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/conffile.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/envvars.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/faq.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/genindex.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/glossary.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/installing.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/introduction.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/lowdiskspace.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/navigating.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/objects.inv -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/options.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/owncloudcmd.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/search.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/searchindex.js -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/troubleshooting.html -%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/visualtour.html -%%PORTDOCS%%%%DOCSDIR%%/latex/Makefile -%%PORTDOCS%%%%DOCSDIR%%/latex/client-1.png -%%PORTDOCS%%%%DOCSDIR%%/latex/client-2.png -%%PORTDOCS%%%%DOCSDIR%%/latex/client-3.png -%%PORTDOCS%%%%DOCSDIR%%/latex/client-4.png -%%PORTDOCS%%%%DOCSDIR%%/latex/client-7.png -%%PORTDOCS%%%%DOCSDIR%%/latex/client-8.png -%%PORTDOCS%%%%DOCSDIR%%/latex/client-9.png -%%PORTDOCS%%%%DOCSDIR%%/latex/client-activity.png -%%PORTDOCS%%%%DOCSDIR%%/latex/client12.png -%%PORTDOCS%%%%DOCSDIR%%/latex/client6.png -%%PORTDOCS%%%%DOCSDIR%%/latex/footnotehyper-sphinx.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/icon-error.png -%%PORTDOCS%%%%DOCSDIR%%/latex/icon-information.png -%%PORTDOCS%%%%DOCSDIR%%/latex/icon-offline.png -%%PORTDOCS%%%%DOCSDIR%%/latex/icon-paused.png -%%PORTDOCS%%%%DOCSDIR%%/latex/icon-syncing.png -%%PORTDOCS%%%%DOCSDIR%%/latex/icon.png -%%PORTDOCS%%%%DOCSDIR%%/latex/ignored_files_editor.png -%%PORTDOCS%%%%DOCSDIR%%/latex/latexmkjarc -%%PORTDOCS%%%%DOCSDIR%%/latex/latexmkrc -%%PORTDOCS%%%%DOCSDIR%%/latex/log_output_window.png -%%PORTDOCS%%%%DOCSDIR%%/latex/logo-blue.pdf -%%PORTDOCS%%%%DOCSDIR%%/latex/mac-share.png -%%PORTDOCS%%%%DOCSDIR%%/latex/menu.png -%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloud-remove_existing_connection.png -%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloud-remove_existing_connection_confirmation_dialog.png -%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloud-replacement_connection_wizard.png -%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.aux -%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.fdb_latexmk -%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.fls -%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.idx -%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.ilg -%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.ind -%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.log -%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.out -%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.pdf -%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.tex -%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.toc -%%PORTDOCS%%%%DOCSDIR%%/latex/python.ist -%%PORTDOCS%%%%DOCSDIR%%/latex/save_log_file.png -%%PORTDOCS%%%%DOCSDIR%%/latex/settings_network.png -%%PORTDOCS%%%%DOCSDIR%%/latex/share-1.png -%%PORTDOCS%%%%DOCSDIR%%/latex/share-2.png -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinx.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxhighlight.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxhowto.cls -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxmanual.cls -%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxmulticell.sty -%%PORTDOCS%%%%DOCSDIR%%/latex/testing-checksums.png -share/icons/hicolor/1024x1024/apps/owncloud.png -share/icons/hicolor/128x128/apps/ownCloud_error.png -share/icons/hicolor/128x128/apps/ownCloud_error_shared.png -share/icons/hicolor/128x128/apps/ownCloud_ok.png -share/icons/hicolor/128x128/apps/ownCloud_ok_shared.png -share/icons/hicolor/128x128/apps/ownCloud_sync.png -share/icons/hicolor/128x128/apps/ownCloud_sync_shared.png -share/icons/hicolor/128x128/apps/ownCloud_warn.png -share/icons/hicolor/128x128/apps/ownCloud_warn_shared.png -share/icons/hicolor/128x128/apps/owncloud.png -share/icons/hicolor/16x16/apps/ownCloud_error.png -share/icons/hicolor/16x16/apps/ownCloud_error_shared.png -share/icons/hicolor/16x16/apps/ownCloud_ok.png -share/icons/hicolor/16x16/apps/ownCloud_ok_shared.png -share/icons/hicolor/16x16/apps/ownCloud_sync.png -share/icons/hicolor/16x16/apps/ownCloud_sync_shared.png -share/icons/hicolor/16x16/apps/ownCloud_warn.png -share/icons/hicolor/16x16/apps/ownCloud_warn_shared.png -share/icons/hicolor/16x16/apps/owncloud.png -share/icons/hicolor/22x22/apps/owncloud.png -share/icons/hicolor/256x256/apps/ownCloud_error.png -share/icons/hicolor/256x256/apps/ownCloud_error_shared.png -share/icons/hicolor/256x256/apps/ownCloud_ok.png -share/icons/hicolor/256x256/apps/ownCloud_ok_shared.png -share/icons/hicolor/256x256/apps/ownCloud_sync.png -share/icons/hicolor/256x256/apps/ownCloud_sync_shared.png -share/icons/hicolor/256x256/apps/ownCloud_warn.png -share/icons/hicolor/256x256/apps/ownCloud_warn_shared.png -share/icons/hicolor/256x256/apps/owncloud.png -share/icons/hicolor/32x32/apps/ownCloud_error.png -share/icons/hicolor/32x32/apps/ownCloud_error_shared.png -share/icons/hicolor/32x32/apps/ownCloud_ok.png -share/icons/hicolor/32x32/apps/ownCloud_ok_shared.png -share/icons/hicolor/32x32/apps/ownCloud_sync.png -share/icons/hicolor/32x32/apps/ownCloud_sync_shared.png -share/icons/hicolor/32x32/apps/ownCloud_warn.png -share/icons/hicolor/32x32/apps/ownCloud_warn_shared.png -share/icons/hicolor/32x32/apps/owncloud.png -share/icons/hicolor/48x48/apps/ownCloud_error.png -share/icons/hicolor/48x48/apps/ownCloud_error_shared.png -share/icons/hicolor/48x48/apps/ownCloud_ok.png -share/icons/hicolor/48x48/apps/ownCloud_ok_shared.png -share/icons/hicolor/48x48/apps/ownCloud_sync.png -share/icons/hicolor/48x48/apps/ownCloud_sync_shared.png -share/icons/hicolor/48x48/apps/ownCloud_warn.png -share/icons/hicolor/48x48/apps/ownCloud_warn_shared.png -share/icons/hicolor/48x48/apps/owncloud.png -share/icons/hicolor/512x512/apps/owncloud.png -share/icons/hicolor/64x64/apps/ownCloud_error.png -share/icons/hicolor/64x64/apps/ownCloud_error_shared.png -share/icons/hicolor/64x64/apps/ownCloud_ok.png -share/icons/hicolor/64x64/apps/ownCloud_ok_shared.png -share/icons/hicolor/64x64/apps/ownCloud_sync.png -share/icons/hicolor/64x64/apps/ownCloud_sync_shared.png -share/icons/hicolor/64x64/apps/ownCloud_warn.png -share/icons/hicolor/64x64/apps/ownCloud_warn_shared.png -share/icons/hicolor/64x64/apps/owncloud.png -share/icons/hicolor/72x72/apps/ownCloud_error.png -share/icons/hicolor/72x72/apps/ownCloud_error_shared.png -share/icons/hicolor/72x72/apps/ownCloud_ok.png -share/icons/hicolor/72x72/apps/ownCloud_ok_shared.png -share/icons/hicolor/72x72/apps/ownCloud_sync.png -share/icons/hicolor/72x72/apps/ownCloud_sync_shared.png -share/icons/hicolor/72x72/apps/ownCloud_warn.png -share/icons/hicolor/72x72/apps/ownCloud_warn_shared.png -share/nautilus-python/extensions/syncstate-ownCloud.py -share/nemo-python/extensions/syncstate-ownCloud.py -share/owncloud/i18n/client_TW.qm -share/owncloud/i18n/client_ca.qm -share/owncloud/i18n/client_cs.qm -share/owncloud/i18n/client_de.qm -share/owncloud/i18n/client_el.qm -share/owncloud/i18n/client_en.qm -share/owncloud/i18n/client_es.qm -share/owncloud/i18n/client_es_AR.qm -share/owncloud/i18n/client_et.qm -share/owncloud/i18n/client_eu.qm -share/owncloud/i18n/client_fa.qm -share/owncloud/i18n/client_fi.qm -share/owncloud/i18n/client_fr.qm -share/owncloud/i18n/client_gl.qm -share/owncloud/i18n/client_hu.qm -share/owncloud/i18n/client_it.qm -share/owncloud/i18n/client_ja.qm -share/owncloud/i18n/client_nb_NO.qm -share/owncloud/i18n/client_nl.qm -share/owncloud/i18n/client_pl.qm -share/owncloud/i18n/client_pt.qm -share/owncloud/i18n/client_pt_BR.qm -share/owncloud/i18n/client_ru.qm -share/owncloud/i18n/client_sk.qm -share/owncloud/i18n/client_sl.qm -share/owncloud/i18n/client_sr.qm -share/owncloud/i18n/client_sv.qm -share/owncloud/i18n/client_th.qm -share/owncloud/i18n/client_tr.qm -share/owncloud/i18n/client_uk.qm -share/owncloud/i18n/client_zh_CN.qm -share/owncloud/i18n/client_zh_TW.qm +bin/nextcloud +bin/nextcloudcmd +etc/Nextcloud/sync-exclude.lst.sample +include/nextcloudsync/creds/abstractcredentials.h +include/nextcloudsync/creds/httpcredentials.h +include/nextcloudsync/mirall/account.h +include/nextcloudsync/mirall/configfile.h +include/nextcloudsync/mirall/networkjobs.h +include/nextcloudsync/mirall/progressdispatcher.h +include/nextcloudsync/mirall/syncengine.h +include/nextcloudsync/mirall/syncfileitem.h +include/nextcloudsync/mirall/syncresult.h +lib/libnextcloudsync.so +lib/libnextcloudsync.so.0 +lib/libnextcloudsync.so.2.5.0 +lib/nextcloud/libocsync.so +lib/nextcloud/libocsync.so.0 +lib/nextcloud/libocsync.so.2.5.0 +share/applications/nextcloud.desktop +share/caja-python/extensions/syncstate-Nextcloud.py +share/icons/hicolor/1024x1024/apps/Nextcloud.png +share/icons/hicolor/128x128/apps/Nextcloud.png +share/icons/hicolor/128x128/apps/Nextcloud_error.png +share/icons/hicolor/128x128/apps/Nextcloud_error_shared.png +share/icons/hicolor/128x128/apps/Nextcloud_ok.png +share/icons/hicolor/128x128/apps/Nextcloud_ok_shared.png +share/icons/hicolor/128x128/apps/Nextcloud_sync.png +share/icons/hicolor/128x128/apps/Nextcloud_sync_shared.png +share/icons/hicolor/128x128/apps/Nextcloud_warn.png +share/icons/hicolor/128x128/apps/Nextcloud_warn_shared.png +share/icons/hicolor/16x16/apps/Nextcloud.png +share/icons/hicolor/16x16/apps/Nextcloud_error.png +share/icons/hicolor/16x16/apps/Nextcloud_error_shared.png +share/icons/hicolor/16x16/apps/Nextcloud_ok.png +share/icons/hicolor/16x16/apps/Nextcloud_ok_shared.png +share/icons/hicolor/16x16/apps/Nextcloud_sync.png +share/icons/hicolor/16x16/apps/Nextcloud_sync_shared.png +share/icons/hicolor/16x16/apps/Nextcloud_warn.png +share/icons/hicolor/16x16/apps/Nextcloud_warn_shared.png +share/icons/hicolor/22x22/apps/Nextcloud.png +share/icons/hicolor/256x256/apps/Nextcloud.png +share/icons/hicolor/256x256/apps/Nextcloud_error.png +share/icons/hicolor/256x256/apps/Nextcloud_error_shared.png +share/icons/hicolor/256x256/apps/Nextcloud_ok.png +share/icons/hicolor/256x256/apps/Nextcloud_ok_shared.png +share/icons/hicolor/256x256/apps/Nextcloud_sync.png +share/icons/hicolor/256x256/apps/Nextcloud_sync_shared.png +share/icons/hicolor/256x256/apps/Nextcloud_warn.png +share/icons/hicolor/256x256/apps/Nextcloud_warn_shared.png +share/icons/hicolor/32x32/apps/Nextcloud.png +share/icons/hicolor/32x32/apps/Nextcloud_error.png +share/icons/hicolor/32x32/apps/Nextcloud_error_shared.png +share/icons/hicolor/32x32/apps/Nextcloud_ok.png +share/icons/hicolor/32x32/apps/Nextcloud_ok_shared.png +share/icons/hicolor/32x32/apps/Nextcloud_sync.png +share/icons/hicolor/32x32/apps/Nextcloud_sync_shared.png +share/icons/hicolor/32x32/apps/Nextcloud_warn.png +share/icons/hicolor/32x32/apps/Nextcloud_warn_shared.png +share/icons/hicolor/48x48/apps/Nextcloud.png +share/icons/hicolor/48x48/apps/Nextcloud_error.png +share/icons/hicolor/48x48/apps/Nextcloud_error_shared.png +share/icons/hicolor/48x48/apps/Nextcloud_ok.png +share/icons/hicolor/48x48/apps/Nextcloud_ok_shared.png +share/icons/hicolor/48x48/apps/Nextcloud_sync.png +share/icons/hicolor/48x48/apps/Nextcloud_sync_shared.png +share/icons/hicolor/48x48/apps/Nextcloud_warn.png +share/icons/hicolor/48x48/apps/Nextcloud_warn_shared.png +share/icons/hicolor/512x512/apps/Nextcloud.png +share/icons/hicolor/64x64/apps/Nextcloud.png +share/icons/hicolor/64x64/apps/Nextcloud_error.png +share/icons/hicolor/64x64/apps/Nextcloud_error_shared.png +share/icons/hicolor/64x64/apps/Nextcloud_ok.png +share/icons/hicolor/64x64/apps/Nextcloud_ok_shared.png +share/icons/hicolor/64x64/apps/Nextcloud_sync.png +share/icons/hicolor/64x64/apps/Nextcloud_sync_shared.png +share/icons/hicolor/64x64/apps/Nextcloud_warn.png +share/icons/hicolor/64x64/apps/Nextcloud_warn_shared.png +share/icons/hicolor/72x72/apps/Nextcloud_error.png +share/icons/hicolor/72x72/apps/Nextcloud_error_shared.png +share/icons/hicolor/72x72/apps/Nextcloud_ok.png +share/icons/hicolor/72x72/apps/Nextcloud_ok_shared.png +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/nautilus-python/extensions/syncstate-Nextcloud.py +share/nemo-python/extensions/syncstate-Nextcloud.py +share/nextcloud/i18n/client_TW.qm +share/nextcloud/i18n/client_ca.qm +share/nextcloud/i18n/client_cs.qm +share/nextcloud/i18n/client_de.qm +share/nextcloud/i18n/client_el.qm +share/nextcloud/i18n/client_en.qm +share/nextcloud/i18n/client_es.qm +share/nextcloud/i18n/client_es_AR.qm +share/nextcloud/i18n/client_et.qm +share/nextcloud/i18n/client_eu.qm +share/nextcloud/i18n/client_fa.qm +share/nextcloud/i18n/client_fi.qm +share/nextcloud/i18n/client_fr.qm +share/nextcloud/i18n/client_gl.qm +share/nextcloud/i18n/client_hu.qm +share/nextcloud/i18n/client_it.qm +share/nextcloud/i18n/client_ja.qm +share/nextcloud/i18n/client_nb_NO.qm +share/nextcloud/i18n/client_nl.qm +share/nextcloud/i18n/client_pl.qm +share/nextcloud/i18n/client_pt.qm +share/nextcloud/i18n/client_pt_BR.qm +share/nextcloud/i18n/client_ru.qm +share/nextcloud/i18n/client_sk.qm +share/nextcloud/i18n/client_sl.qm +share/nextcloud/i18n/client_sr.qm +share/nextcloud/i18n/client_sv.qm +share/nextcloud/i18n/client_th.qm +share/nextcloud/i18n/client_tr.qm +share/nextcloud/i18n/client_uk.qm +share/nextcloud/i18n/client_zh_CN.qm +share/nextcloud/i18n/client_zh_TW.qm