diff --git a/deskutils/mirall/Makefile b/deskutils/mirall/Makefile index c9f295bb0f8c..c8092ea0b82a 100644 --- a/deskutils/mirall/Makefile +++ b/deskutils/mirall/Makefile @@ -1,56 +1,45 @@ # Created by: Mathieu Arnold # $FreeBSD$ PORTNAME= mirall -PORTVERSION= 1.6.3 -PORTREVISION= 1 +PORTVERSION= 1.7.1 CATEGORIES= deskutils MASTER_SITES= http://download.owncloud.com/desktop/stable/ MAINTAINER= ports@FreeBSD.org -COMMENT= The ownCloud Desktop Syncing Client +COMMENT= Qt based sync client for OwnCloud LICENSE= GPLv2 LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify \ libqtkeychain.so:${PORTSDIR}/security/qtkeychain \ libneon.so:${PORTSDIR}/www/neon -USES= cmake:outsource compiler:c++11-lang gmake pkgconfig tar:bzip2 +USES= cmake:outsource compiler:c++11-lib gmake pkgconfig tar:bzip2 USE_QT4= corelib dbus gui network qtestlib webkit xml \ linguist_build moc_build qmake_build rcc_build uic_build \ sql-sqlite3_run USE_SQLITE= 3 -CMAKE_ENV= INOTIFY_LIB="${LOCALBASE}/lib" -CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR:STRING=${MANPREFIX}/man/ \ - -DBUILD_WITH_QT4:BOOL=ON +CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=ON \ + -DCMAKE_INSTALL_MANDIR:STRING=man \ + -DWITH_STACK_PROTECTOR:BOOL=OFF USE_LDCONFIG= yes INSTALLS_ICONS= yes -OPTIONS_DEFINE= DOCS +CFLAGS+= -I${WRKSRC}/csync/src/httpbf/src -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -DOCS_BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx -DOCS_USE= TEX=dvipsk:build,latex:build -DOCS_CMAKE_ON= WITH_DOC=true -DOCS_ALL_TARGET= all doc-html doc-pdf +OPTIONS_DEFINE= DOCS -.include +DOCS_BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx +DOCS_USE= tex=dvipsk:build,latex:build +DOCS_CMAKE_ON= -DWITH_DOC:BOOL=ON post-patch: @${REINPLACE_CMD} -e \ 's|.lst |.lst.sample |' ${WRKSRC}/CMakeLists.txt -post-build: +pre-configure: @(cd ${WRKSRC} && ${CP} -f sync-exclude.lst sync-exclude.lst.sample) -post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${INSTALL_WRKSRC}/doc/latex && ${INSTALL_DATA} *.pdf \ - ${STAGEDIR}${DOCSDIR}) - @${MKDIR} ${STAGEDIR}${DOCSDIR}/html - @(cd ${INSTALL_WRKSRC}/doc/html/unthemed && ${COPYTREE_SHARE} . \ - ${STAGEDIR}${DOCSDIR}/html) -.endif - .include diff --git a/deskutils/mirall/distinfo b/deskutils/mirall/distinfo index ef65862220f8..278300365de3 100644 --- a/deskutils/mirall/distinfo +++ b/deskutils/mirall/distinfo @@ -1,2 +1,2 @@ -SHA256 (mirall-1.6.3.tar.bz2) = 89e4488881a53956cdedab21d05eb61b2c00bb31a20286b72836e39a3126204b -SIZE (mirall-1.6.3.tar.bz2) = 8635406 +SHA256 (mirall-1.7.1.tar.bz2) = ce1bc5784eb42d3f510c6d012d0ad86eefbab99f54f4e8653f546d2c4fda2f59 +SIZE (mirall-1.7.1.tar.bz2) = 12668153 diff --git a/deskutils/mirall/files/patch-src__CMakeLists.txt b/deskutils/mirall/files/patch-src__CMakeLists.txt deleted file mode 100644 index f3c955f0ed4b..000000000000 --- a/deskutils/mirall/files/patch-src__CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ ---- src/CMakeLists.txt.orig -+++ src/CMakeLists.txt -@@ -131,6 +131,7 @@ - - IF( NOT WIN32 AND NOT APPLE ) - set(libsync_SRCS ${libsync_SRCS} mirall/folderwatcher_linux.cpp) -+ link_directories($ENV{INOTIFY_LIB}) - ENDIF() - IF( WIN32 ) - set(libsync_SRCS ${libsync_SRCS} mirall/folderwatcher_win.cpp) diff --git a/deskutils/mirall/files/patch-src__mirall__accountsettings.cpp b/deskutils/mirall/files/patch-src__mirall__accountsettings.cpp new file mode 100644 index 000000000000..500f3caae05c --- /dev/null +++ b/deskutils/mirall/files/patch-src__mirall__accountsettings.cpp @@ -0,0 +1,12 @@ +--- src/mirall/accountsettings.cpp.orig ++++ src/mirall/accountsettings.cpp +@@ -29,7 +29,8 @@ + #include "selectivesyncdialog.h" + #include "creds/abstractcredentials.h" + +-#include ++#include ++#include + + #include + #include diff --git a/deskutils/mirall/files/patch-src__mirall__filesystem.cpp b/deskutils/mirall/files/patch-src__mirall__filesystem.cpp deleted file mode 100644 index f5d446f3b15c..000000000000 --- a/deskutils/mirall/files/patch-src__mirall__filesystem.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/mirall/filesystem.cpp.orig -+++ src/mirall/filesystem.cpp -@@ -12,6 +12,7 @@ - */ - - #include "filesystem.h" -+#include - #include - #include - diff --git a/deskutils/mirall/files/patch-src__mirall__owncloudgui.cpp b/deskutils/mirall/files/patch-src__mirall__owncloudgui.cpp new file mode 100644 index 000000000000..0f40bd16836a --- /dev/null +++ b/deskutils/mirall/files/patch-src__mirall__owncloudgui.cpp @@ -0,0 +1,11 @@ +--- src/mirall/owncloudgui.cpp.orig ++++ src/mirall/owncloudgui.cpp +@@ -31,6 +31,8 @@ + #include "openfilemanager.h" + #include "creds/abstractcredentials.h" + ++#include ++ + #include + #include + #include diff --git a/deskutils/mirall/pkg-plist b/deskutils/mirall/pkg-plist index d3fe342754d9..d34bac68e859 100644 --- a/deskutils/mirall/pkg-plist +++ b/deskutils/mirall/pkg-plist @@ -1,268 +1,247 @@ bin/owncloud bin/owncloudcmd @sample etc/ownCloud/sync-exclude.lst.sample include/httpbf.h include/owncloudsync/creds/abstractcredentials.h include/owncloudsync/creds/httpcredentials.h include/owncloudsync/mirall/account.h -include/owncloudsync/mirall/folder.h -include/owncloudsync/mirall/folderman.h -include/owncloudsync/mirall/folderwatcher.h include/owncloudsync/mirall/mirallconfigfile.h include/owncloudsync/mirall/networkjobs.h include/owncloudsync/mirall/progressdispatcher.h include/owncloudsync/mirall/syncengine.h include/owncloudsync/mirall/syncfileitem.h include/owncloudsync/mirall/syncjournaldb.h include/owncloudsync/mirall/syncresult.h lib/libhttpbf.a lib/libowncloudsync.so lib/libowncloudsync.so.0 -lib/libowncloudsync.so.1.6.3 +lib/libowncloudsync.so.1.7.1 lib/owncloud/libocsync.so lib/owncloud/libocsync.so.0 lib/owncloud/libocsync.so.0.2.1 +%%PORTDOCS%%man/man1/owncloud.1.gz +%%PORTDOCS%%man/man1/owncloudcmd.1.gz share/applications/owncloud.desktop -%%PORTDOCS%%%%DOCSDIR%%/html/.buildinfo -%%PORTDOCS%%%%DOCSDIR%%/html/_images/client_setup_wizard_components.png -%%PORTDOCS%%%%DOCSDIR%%/html/_images/client_setup_wizard_install_finish.png -%%PORTDOCS%%%%DOCSDIR%%/html/_images/client_setup_wizard_install_progress.png -%%PORTDOCS%%%%DOCSDIR%%/html/_images/client_setup_wizard_location.png -%%PORTDOCS%%%%DOCSDIR%%/html/_images/client_setup_wizard_main.png -%%PORTDOCS%%%%DOCSDIR%%/html/_images/folderwizard_local.png -%%PORTDOCS%%%%DOCSDIR%%/html/_images/folderwizard_remote.png -%%PORTDOCS%%%%DOCSDIR%%/html/_images/icon.png -%%PORTDOCS%%%%DOCSDIR%%/html/_images/ignored_files_editor.png -%%PORTDOCS%%%%DOCSDIR%%/html/_images/log_output_window.png -%%PORTDOCS%%%%DOCSDIR%%/html/_images/menu.png -%%PORTDOCS%%%%DOCSDIR%%/html/_images/oc_client_download_options.png -%%PORTDOCS%%%%DOCSDIR%%/html/_images/oc_client_windows_download.png -%%PORTDOCS%%%%DOCSDIR%%/html/_images/oc_website.png -%%PORTDOCS%%%%DOCSDIR%%/html/_images/save_log_file.png -%%PORTDOCS%%%%DOCSDIR%%/html/_images/security_warning_windows.png -%%PORTDOCS%%%%DOCSDIR%%/html/_images/settings_account.png -%%PORTDOCS%%%%DOCSDIR%%/html/_images/settings_activity.png -%%PORTDOCS%%%%DOCSDIR%%/html/_images/settings_general.png -%%PORTDOCS%%%%DOCSDIR%%/html/_images/settings_network.png -%%PORTDOCS%%%%DOCSDIR%%/html/_images/wizard_overview.png -%%PORTDOCS%%%%DOCSDIR%%/html/_images/wizard_url.png -%%PORTDOCS%%%%DOCSDIR%%/html/_images/wizard_user.png -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/accountsetup.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/advancedusage.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/architecture.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/autoupdate.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/building.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/conffile.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/faq.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/glossary.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/index.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/installing-linux.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/installing-macosx.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/installing-windows.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/installing.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/introduction.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/navigating.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/options.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/owncloud.1.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/owncloudcmd.1.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/owncloudcmd.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/troubleshooting.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_sources/visualtour.txt -%%PORTDOCS%%%%DOCSDIR%%/html/_static/ajax-loader.gif -%%PORTDOCS%%%%DOCSDIR%%/html/_static/basic.css -%%PORTDOCS%%%%DOCSDIR%%/html/_static/comment-bright.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/comment-close.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/comment.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/default.css -%%PORTDOCS%%%%DOCSDIR%%/html/_static/doctools.js -%%PORTDOCS%%%%DOCSDIR%%/html/_static/down-pressed.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/down.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/file.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/jquery.js -%%PORTDOCS%%%%DOCSDIR%%/html/_static/minus.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/plus.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/pygments.css -%%PORTDOCS%%%%DOCSDIR%%/html/_static/searchtools.js -%%PORTDOCS%%%%DOCSDIR%%/html/_static/sidebar.js -%%PORTDOCS%%%%DOCSDIR%%/html/_static/underscore.js -%%PORTDOCS%%%%DOCSDIR%%/html/_static/up-pressed.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/up.png -%%PORTDOCS%%%%DOCSDIR%%/html/_static/websupport.js -%%PORTDOCS%%%%DOCSDIR%%/html/accountsetup.html -%%PORTDOCS%%%%DOCSDIR%%/html/advancedusage.html -%%PORTDOCS%%%%DOCSDIR%%/html/architecture.html -%%PORTDOCS%%%%DOCSDIR%%/html/autoupdate.html -%%PORTDOCS%%%%DOCSDIR%%/html/building.html -%%PORTDOCS%%%%DOCSDIR%%/html/conffile.html -%%PORTDOCS%%%%DOCSDIR%%/html/faq.html -%%PORTDOCS%%%%DOCSDIR%%/html/genindex.html -%%PORTDOCS%%%%DOCSDIR%%/html/glossary.html -%%PORTDOCS%%%%DOCSDIR%%/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/installing-linux.html -%%PORTDOCS%%%%DOCSDIR%%/html/installing-macosx.html -%%PORTDOCS%%%%DOCSDIR%%/html/installing-windows.html -%%PORTDOCS%%%%DOCSDIR%%/html/installing.html -%%PORTDOCS%%%%DOCSDIR%%/html/introduction.html -%%PORTDOCS%%%%DOCSDIR%%/html/navigating.html -%%PORTDOCS%%%%DOCSDIR%%/html/objects.inv -%%PORTDOCS%%%%DOCSDIR%%/html/options.html -%%PORTDOCS%%%%DOCSDIR%%/html/owncloud.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/owncloudcmd.1.html -%%PORTDOCS%%%%DOCSDIR%%/html/owncloudcmd.html -%%PORTDOCS%%%%DOCSDIR%%/html/search.html -%%PORTDOCS%%%%DOCSDIR%%/html/searchindex.js -%%PORTDOCS%%%%DOCSDIR%%/html/troubleshooting.html %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/.buildinfo %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client_setup_wizard_components.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client_setup_wizard_install_finish.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client_setup_wizard_install_progress.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client_setup_wizard_location.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/client_setup_wizard_main.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/menu.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/oc_client_download_options.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/oc_client_windows_download.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/oc_website.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/save_log_file.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/security_warning_windows.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/wizard_overview.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/wizard_url.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/wizard_user.png %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/accountsetup.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/advancedusage.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/architecture.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/autoupdate.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/building.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/conffile.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/faq.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/glossary.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/index.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/installing-linux.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/installing-macosx.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/installing-windows.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/installing.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/introduction.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/navigating.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/options.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/owncloud.1.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/owncloudcmd.1.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/owncloudcmd.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/troubleshooting.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/visualtour.txt %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/ajax-loader.gif %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/basic.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.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.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/accountsetup.html %%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/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-linux.html %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/installing-macosx.html %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/installing-windows.html %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/installing.html %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/introduction.html %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/navigating.html %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/objects.inv %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/options.html %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/owncloud.1.html %%PORTDOCS%%%%DOCSDIR%%/html/unthemed/owncloudcmd.1.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%%/html/visualtour.html %%PORTDOCS%%%%DOCSDIR%%/latex/Makefile %%PORTDOCS%%%%DOCSDIR%%/latex/fncychap.sty +%%PORTDOCS%%%%DOCSDIR%%/latex/folderwizard_local.png %%PORTDOCS%%%%DOCSDIR%%/latex/folderwizard_remote.png +%%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/log_output_window.png %%PORTDOCS%%%%DOCSDIR%%/latex/logo-blue.pdf %%PORTDOCS%%%%DOCSDIR%%/latex/menu.png %%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.aux %%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_account.png +%%PORTDOCS%%%%DOCSDIR%%/latex/settings_activity.png +%%PORTDOCS%%%%DOCSDIR%%/latex/settings_general.png +%%PORTDOCS%%%%DOCSDIR%%/latex/settings_network.png %%PORTDOCS%%%%DOCSDIR%%/latex/sphinx.sty %%PORTDOCS%%%%DOCSDIR%%/latex/sphinxhowto.cls %%PORTDOCS%%%%DOCSDIR%%/latex/sphinxmanual.cls %%PORTDOCS%%%%DOCSDIR%%/latex/tabulary.sty %%PORTDOCS%%%%DOCSDIR%%/latex/wizard_overview.png %%PORTDOCS%%%%DOCSDIR%%/latex/wizard_url.png %%PORTDOCS%%%%DOCSDIR%%/latex/wizard_user.png -%%PORTDOCS%%%%DOCSDIR%%/logo-blue.pdf -%%PORTDOCS%%%%DOCSDIR%%/ownCloudClientManual.pdf +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/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/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/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.py share/owncloud/i18n/mirall_TW.qm share/owncloud/i18n/mirall_ca.qm share/owncloud/i18n/mirall_cs.qm share/owncloud/i18n/mirall_de.qm share/owncloud/i18n/mirall_el.qm share/owncloud/i18n/mirall_en.qm share/owncloud/i18n/mirall_es.qm share/owncloud/i18n/mirall_es_AR.qm share/owncloud/i18n/mirall_et.qm share/owncloud/i18n/mirall_eu.qm share/owncloud/i18n/mirall_fa.qm share/owncloud/i18n/mirall_fi.qm share/owncloud/i18n/mirall_fr.qm share/owncloud/i18n/mirall_gl.qm share/owncloud/i18n/mirall_hu.qm share/owncloud/i18n/mirall_it.qm share/owncloud/i18n/mirall_ja.qm share/owncloud/i18n/mirall_nl.qm share/owncloud/i18n/mirall_pl.qm share/owncloud/i18n/mirall_pt.qm share/owncloud/i18n/mirall_pt_BR.qm share/owncloud/i18n/mirall_ru.qm share/owncloud/i18n/mirall_sk.qm share/owncloud/i18n/mirall_sl.qm share/owncloud/i18n/mirall_sv.qm share/owncloud/i18n/mirall_th.qm share/owncloud/i18n/mirall_tr.qm share/owncloud/i18n/mirall_uk.qm share/owncloud/i18n/mirall_zh_CN.qm share/owncloud/i18n/mirall_zh_TW.qm