View | Details | Raw Unified | Return to bug 190894
Collapse All | Expand All

(-)deskutils/mirall/Makefile (-22 / +25 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/deskutils/mirall/Makefile 355660 2014-05-28 23:29:33Z mat $
2
# $FreeBSD: head/deskutils/mirall/Makefile 355660 2014-05-28 23:29:33Z mat $
3
3
4
PORTNAME=	mirall
4
PORTNAME=	mirall
5
PORTVERSION=	1.5.3
5
PORTVERSION=	1.6.0
6
PORTREVISION=	1
7
CATEGORIES=	deskutils
6
CATEGORIES=	deskutils
8
MASTER_SITES=	http://download.owncloud.com/desktop/stable/
7
MASTER_SITES=	http://download.owncloud.com/desktop/stable/
9
8
Lines 12-48 Link Here
12
11
13
LICENSE=	GPLv2
12
LICENSE=	GPLv2
14
13
15
LIB_DEPENDS=	libocsync.so:${PORTSDIR}/net/owncloud-csync \
14
LIB_DEPENDS=	libinotify.so:${PORTSDIR}/devel/libinotify \
16
		libinotify.so:${PORTSDIR}/devel/libinotify \
15
		libqtkeychain.so:${PORTSDIR}/security/qtkeychain \
17
		libqtkeychain.so:${PORTSDIR}/security/qtkeychain
16
		libneon.so:${PORTSDIR}/www/neon29
18
17
19
USES=		cmake:outsource pkgconfig gmake compiler:c++11-lang tar:bzip2
18
USES=		cmake:outsource compiler:c++11-lang gmake pkgconfig tar:bzip2
20
USE_QT4=	corelib dbus gui linguist moc network qmake qtestlib rcc uic webkit xml
19
USE_QT4=	corelib dbus gui network qtestlib webkit xml \
21
CMAKE_ENV=	CSYNC_DIR=${LOCALBASE} INOTIFY_LIB=${LOCALBASE}/lib
20
		linguist_build moc_build qmake_build rcc_build uic_build
22
CMAKE_ARGS=	-DCSYNC_INCLUDE_PATH:STRING=${LOCALBASE}/include/ocsync/
21
CMAKE_ENV=	INOTIFY_LIB="${LOCALBASE}/lib"
22
CMAKE_ARGS=	-DCMAKE_INSTALL_MANDIR:STRING=${MANPREFIX}/man/
23
USE_SQLITE=	3
23
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
24
INSTALLS_ICONS=	yes
25
INSTALLS_ICONS=	yes
25
26
26
ALL_TARGET=	all
27
CONFLICTS=	owncloud-csync-[0-9]*
27
28
28
OPTIONS_DEFINE=	DOCS
29
OPTIONS_DEFINE=	DOCS
29
30
30
DOCS_BUILD_DEPENDS=	sphinx-build:${PORTSDIR}/textproc/py-sphinx
31
DOCS_BUILD_DEPENDS=	sphinx-build:${PORTSDIR}/textproc/py-sphinx
31
DOCS_USE=	TEX=latex:build
32
DOCS_USE=		TEX=latex:build
32
DOCS_CMAKE_ON=	WITH_DOC=true
33
DOCS_CMAKE_ON=		WITH_DOC=true
33
DOCS_ALL_TARGET=	doc-html doc-pdf
34
DOCS_ALL_TARGET=	all doc-html doc-pdf
35
36
post-patch:
37
	@${REINPLACE_CMD} -e \
38
		's|.lst |.lst.sample |' ${WRKSRC}/CMakeLists.txt
34
39
35
PLIST_SUB+=	VERSION=${PORTVERSION}
40
post-build:
41
	@(cd ${WRKSRC} && ${CP} -f sync-exclude.lst sync-exclude.lst.sample)
36
42
37
.include <bsd.port.options.mk>
38
39
.if ${PORT_OPTIONS:MDOCS}
40
post-install:
43
post-install:
41
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
44
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
45
	(cd ${INSTALL_WRKSRC}/doc/latex && ${INSTALL_DATA} *.pdf \
46
		${STAGEDIR}${DOCSDIR})
42
	@${MKDIR} ${STAGEDIR}${DOCSDIR}/html
47
	@${MKDIR} ${STAGEDIR}${DOCSDIR}/html
43
	${INSTALL_DATA} ${INSTALL_WRKSRC}/doc/latex/ownCloudClientManual.pdf ${STAGEDIR}${DOCSDIR}
48
	@(cd ${INSTALL_WRKSRC}/doc/html/unthemed && ${COPYTREE_SHARE} . \
44
	(cd ${INSTALL_WRKSRC}/doc/html/unthemed && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/html)
49
		${STAGEDIR}${DOCSDIR}/html)
45
	${MV} ${STAGEDIR}${PREFIX}/etc/ownCloud/sync-exclude.lst ${STAGEDIR}${PREFIX}/etc/ownCloud/sync-exclude.lst.sample
46
.endif
47
50
48
.include <bsd.port.mk>
51
.include <bsd.port.mk>
(-)deskutils/mirall/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (mirall-1.5.3.tar.bz2) = a50f235eba7a24915e583c3c5bb68ccd86171296151a9520f5a375842b3ced8e
1
SHA256 (mirall-1.6.0.tar.bz2) = 12b5da4b5598db3ef5d4d26e464de3534f3a6b8a864719949d82c77cfc353ab5
2
SIZE (mirall-1.5.3.tar.bz2) = 7841424
2
SIZE (mirall-1.6.0.tar.bz2) = 7868930
(-)deskutils/mirall/files/patch-src__CMakeLists.txt (-4 / +4 lines)
Lines 1-9 Link Here
1
--- ./src/CMakeLists.txt.orig	2014-03-10 12:22:06.000000000 +0100
1
--- src/CMakeLists.txt.orig
2
+++ ./src/CMakeLists.txt	2014-03-18 17:12:29.000000000 +0100
2
+++ src/CMakeLists.txt
3
@@ -136,6 +136,7 @@
3
@@ -131,6 +131,7 @@
4
 
4
 IF( NOT WIN32 AND NOT APPLE )
5
 IF( NOT WIN32 AND NOT APPLE )
5
     set(libsync_SRCS ${libsync_SRCS} mirall/folderwatcher_linux.cpp)
6
     set(libsync_SRCS ${libsync_SRCS} mirall/folderwatcher_linux.cpp)
6
     set(libsync_HEADERS ${libsync_HEADERS} mirall/folderwatcher_linux.h)
7
+    link_directories($ENV{INOTIFY_LIB})
7
+    link_directories($ENV{INOTIFY_LIB})
8
 ENDIF()
8
 ENDIF()
9
 IF( WIN32 )
9
 IF( WIN32 )
(-)deskutils/mirall/files/patch-src__mirall__application.cpp (-11 lines)
Lines 1-11 Link Here
1
--- ./src/mirall/application.cpp.orig	2014-03-25 17:13:11.000000000 +0100
2
+++ ./src/mirall/application.cpp	2014-03-25 17:13:36.000000000 +0100
3
@@ -64,7 +64,7 @@
4
 
5
 QString applicationTrPath()
6
 {
7
-#ifdef Q_OS_LINUX
8
+#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
9
     return QString::fromLatin1(DATADIR"/"APPLICATION_EXECUTABLE"/i18n/");
10
 #endif
11
 #ifdef Q_OS_MAC
(-)deskutils/mirall/files/patch-src__mirall__filesystem.cpp (+10 lines)
Line 0 Link Here
1
--- src/mirall/filesystem.cpp.orig
2
+++ src/mirall/filesystem.cpp
3
@@ -12,6 +12,7 @@
4
  */
5
 
6
 #include "filesystem.h"
7
+#include <sys/time.h>
8
 #include <QFile>
9
 #include <QDebug>
10
 
(-)deskutils/mirall/files/patch-src__mirall__folderwatcher.cpp (-11 lines)
Lines 1-11 Link Here
1
--- ./src/mirall/folderwatcher.cpp.orig	2014-03-10 12:22:06.000000000 +0100
2
+++ ./src/mirall/folderwatcher.cpp	2014-03-24 14:18:20.000000000 +0100
3
@@ -29,7 +29,7 @@
4
 #include "mirall/folderwatcher_win.h"
5
 #elif defined(Q_OS_MAC)
6
 #include "mirall/folderwatcher_mac.h"
7
-#elif defined(Q_OS_LINUX)
8
+#elif defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
9
 #include "mirall/folderwatcher_linux.h"
10
 #endif
11
 
(-)deskutils/mirall/files/patch-src__mirall__generalsettings.cpp (+23 lines)
Line 0 Link Here
1
--- src/mirall/generalsettings.cpp.orig
2
+++ src/mirall/generalsettings.cpp
3
@@ -76,6 +76,7 @@
4
 
5
 void GeneralSettings::slotUpdateInfo()
6
 {
7
+#if 0
8
     if (OCUpdater *updater = dynamic_cast<OCUpdater*>(Updater::instance()))
9
     {
10
         connect(updater, SIGNAL(downloadStateChanged()), SLOT(slotUpdateInfo()), Qt::UniqueConnection);
11
@@ -84,9 +85,12 @@
12
         _ui->updateStateLabel->setText(updater->statusString());
13
         _ui->restartButton->setVisible(updater->downloadState() == OCUpdater::DownloadComplete);
14
     } else {
15
+#endif
16
         // can't have those infos from sparkle currently
17
         _ui->updatesGroupBox->setVisible(false);
18
+#if 0
19
     }
20
+#endif
21
 }
22
 
23
 void GeneralSettings::saveMiscSettings()
(-)deskutils/mirall/files/patch-src__mirall__mirallconfigfile.cpp (+25 lines)
Line 0 Link Here
1
--- src/mirall/mirallconfigfile.cpp.orig
2
+++ src/mirall/mirallconfigfile.cpp
3
@@ -359,11 +359,22 @@
4
     QString con( connection );
5
     if( connection.isEmpty() ) con = defaultConnection();
6
 
7
+#if 0
8
     QVariant fallback = getValue(QLatin1String(skipUpdateCheckC), con, false);
9
+#else
10
+    QVariant fallback = getValue(QLatin1String(skipUpdateCheckC), con, true);
11
+#endif
12
     fallback = getValue(QLatin1String(skipUpdateCheckC), QString(), fallback);
13
 
14
     QVariant value = getPolicySetting(QLatin1String(skipUpdateCheckC), fallback);
15
+#if 0
16
     return value.toBool();
17
+#else
18
+    if ( !value.toBool() )
19
+        qDebug() << "FreeBSD package disabled the UpdateCheck mechanism.";
20
+
21
+    return true;
22
+#endif
23
 }
24
 
25
 void MirallConfigFile::setSkipUpdateCheck( bool skip, const QString& connection )
(-)deskutils/mirall/pkg-descr (-2 / +2 lines)
Lines 1-4 Link Here
1
Mirall is a tool to synchronize files from ownCloud Server with your computer.
1
Mirall is a tool to synchronize files from ownCloud Server with your
2
It uses OCSync as its syncing backend.
2
computer. It uses OCSync as its syncing backend.
3
3
4
WWW: https://github.com/owncloud/mirall
4
WWW: https://github.com/owncloud/mirall
(-)deskutils/mirall/pkg-plist (-14 / +119 lines)
Lines 1-22 Link Here
1
bin/owncloud
1
bin/owncloud
2
bin/owncloudcmd
2
bin/owncloudcmd
3
@sample etc/ownCloud/sync-exclude.lst.sample
3
@sample etc/ownCloud/sync-exclude.lst.sample
4
include/httpbf.h
4
include/owncloudsync/creds/abstractcredentials.h
5
include/owncloudsync/creds/abstractcredentials.h
5
include/owncloudsync/creds/httpcredentials.h
6
include/owncloudsync/creds/httpcredentials.h
6
include/owncloudsync/mirall/account.h
7
include/owncloudsync/mirall/account.h
7
include/owncloudsync/mirall/csyncthread.h
8
include/owncloudsync/mirall/folder.h
8
include/owncloudsync/mirall/folder.h
9
include/owncloudsync/mirall/folderman.h
9
include/owncloudsync/mirall/folderman.h
10
include/owncloudsync/mirall/folderwatcher.h
10
include/owncloudsync/mirall/folderwatcher.h
11
include/owncloudsync/mirall/mirallconfigfile.h
11
include/owncloudsync/mirall/mirallconfigfile.h
12
include/owncloudsync/mirall/networkjobs.h
12
include/owncloudsync/mirall/networkjobs.h
13
include/owncloudsync/mirall/progressdispatcher.h
13
include/owncloudsync/mirall/progressdispatcher.h
14
include/owncloudsync/mirall/syncengine.h
14
include/owncloudsync/mirall/syncfileitem.h
15
include/owncloudsync/mirall/syncfileitem.h
15
include/owncloudsync/mirall/syncjournaldb.h
16
include/owncloudsync/mirall/syncjournaldb.h
16
include/owncloudsync/mirall/syncresult.h
17
include/owncloudsync/mirall/syncresult.h
18
lib/libhttpbf.a
17
lib/libowncloudsync.so
19
lib/libowncloudsync.so
18
lib/libowncloudsync.so.0
20
lib/libowncloudsync.so.0
19
lib/libowncloudsync.so.%%VERSION%%
21
lib/libowncloudsync.so.1.6.0
22
lib/owncloud/libocsync.so
23
lib/owncloud/libocsync.so.0
24
lib/owncloud/libocsync.so.0.2.1
20
share/applications/owncloud.desktop
25
share/applications/owncloud.desktop
21
%%PORTDOCS%%%%DOCSDIR%%/html/.buildinfo
26
%%PORTDOCS%%%%DOCSDIR%%/html/.buildinfo
22
%%PORTDOCS%%%%DOCSDIR%%/html/_images/folderwizard_local.png
27
%%PORTDOCS%%%%DOCSDIR%%/html/_images/folderwizard_local.png
Lines 38-49 Link Here
38
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/autoupdate.txt
43
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/autoupdate.txt
39
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/building.txt
44
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/building.txt
40
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/conffile.txt
45
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/conffile.txt
46
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/faq.txt
41
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/glossary.txt
47
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/glossary.txt
42
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/index.txt
48
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/index.txt
43
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/introduction.txt
49
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/introduction.txt
44
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/options.txt
50
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/options.txt
45
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/owncloud.1.txt
51
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/owncloud.1.txt
46
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/owncloudcmd.1.txt
52
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/owncloudcmd.1.txt
53
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/owncloudcmd.txt
47
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/troubleshooting.txt
54
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/troubleshooting.txt
48
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/visualtour.txt
55
%%PORTDOCS%%%%DOCSDIR%%/html/_sources/visualtour.txt
49
%%PORTDOCS%%%%DOCSDIR%%/html/_static/ajax-loader.gif
56
%%PORTDOCS%%%%DOCSDIR%%/html/_static/ajax-loader.gif
Lines 72-77 Link Here
72
%%PORTDOCS%%%%DOCSDIR%%/html/autoupdate.html
79
%%PORTDOCS%%%%DOCSDIR%%/html/autoupdate.html
73
%%PORTDOCS%%%%DOCSDIR%%/html/building.html
80
%%PORTDOCS%%%%DOCSDIR%%/html/building.html
74
%%PORTDOCS%%%%DOCSDIR%%/html/conffile.html
81
%%PORTDOCS%%%%DOCSDIR%%/html/conffile.html
82
%%PORTDOCS%%%%DOCSDIR%%/html/faq.html
75
%%PORTDOCS%%%%DOCSDIR%%/html/genindex.html
83
%%PORTDOCS%%%%DOCSDIR%%/html/genindex.html
76
%%PORTDOCS%%%%DOCSDIR%%/html/glossary.html
84
%%PORTDOCS%%%%DOCSDIR%%/html/glossary.html
77
%%PORTDOCS%%%%DOCSDIR%%/html/index.html
85
%%PORTDOCS%%%%DOCSDIR%%/html/index.html
Lines 80-89 Link Here
80
%%PORTDOCS%%%%DOCSDIR%%/html/options.html
88
%%PORTDOCS%%%%DOCSDIR%%/html/options.html
81
%%PORTDOCS%%%%DOCSDIR%%/html/owncloud.1.html
89
%%PORTDOCS%%%%DOCSDIR%%/html/owncloud.1.html
82
%%PORTDOCS%%%%DOCSDIR%%/html/owncloudcmd.1.html
90
%%PORTDOCS%%%%DOCSDIR%%/html/owncloudcmd.1.html
91
%%PORTDOCS%%%%DOCSDIR%%/html/owncloudcmd.html
83
%%PORTDOCS%%%%DOCSDIR%%/html/search.html
92
%%PORTDOCS%%%%DOCSDIR%%/html/search.html
84
%%PORTDOCS%%%%DOCSDIR%%/html/searchindex.js
93
%%PORTDOCS%%%%DOCSDIR%%/html/searchindex.js
85
%%PORTDOCS%%%%DOCSDIR%%/html/troubleshooting.html
94
%%PORTDOCS%%%%DOCSDIR%%/html/troubleshooting.html
95
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/.buildinfo
96
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/folderwizard_local.png
97
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/folderwizard_remote.png
98
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/icon.png
99
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/ignored_files_editor.png
100
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/menu.png
101
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/settings_account.png
102
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/settings_activity.png
103
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/settings_general.png
104
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/settings_network.png
105
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/wizard_overview.png
106
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/wizard_targetfolder.png
107
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/wizard_url.png
108
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_images/wizard_user.png
109
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/accountsetup.txt
110
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/advancedusage.txt
111
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/architecture.txt
112
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/autoupdate.txt
113
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/building.txt
114
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/conffile.txt
115
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/faq.txt
116
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/glossary.txt
117
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/index.txt
118
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/introduction.txt
119
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/options.txt
120
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/owncloud.1.txt
121
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/owncloudcmd.1.txt
122
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/owncloudcmd.txt
123
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/troubleshooting.txt
124
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_sources/visualtour.txt
125
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/ajax-loader.gif
126
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/basic.css
127
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/comment-bright.png
128
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/comment-close.png
129
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/comment.png
130
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/default.css
131
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/doctools.js
132
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/down-pressed.png
133
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/down.png
134
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/file.png
135
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/jquery.js
136
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/minus.png
137
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/plus.png
138
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/pygments.css
139
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/searchtools.js
140
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/sidebar.js
141
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/underscore.js
142
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/up-pressed.png
143
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/up.png
144
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/_static/websupport.js
145
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/accountsetup.html
146
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/advancedusage.html
147
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/architecture.html
148
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/autoupdate.html
149
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/building.html
150
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/conffile.html
151
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/faq.html
152
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/genindex.html
153
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/glossary.html
154
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/index.html
155
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/introduction.html
156
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/objects.inv
157
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/options.html
158
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/owncloud.1.html
159
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/owncloudcmd.1.html
160
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/owncloudcmd.html
161
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/search.html
162
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/searchindex.js
163
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/troubleshooting.html
164
%%PORTDOCS%%%%DOCSDIR%%/html/unthemed/visualtour.html
86
%%PORTDOCS%%%%DOCSDIR%%/html/visualtour.html
165
%%PORTDOCS%%%%DOCSDIR%%/html/visualtour.html
166
%%PORTDOCS%%%%DOCSDIR%%/latex/Makefile
167
%%PORTDOCS%%%%DOCSDIR%%/latex/fncychap.sty
168
%%PORTDOCS%%%%DOCSDIR%%/latex/folderwizard_local.png
169
%%PORTDOCS%%%%DOCSDIR%%/latex/folderwizard_remote.png
170
%%PORTDOCS%%%%DOCSDIR%%/latex/icon.png
171
%%PORTDOCS%%%%DOCSDIR%%/latex/ignored_files_editor.png
172
%%PORTDOCS%%%%DOCSDIR%%/latex/logo-blue.pdf
173
%%PORTDOCS%%%%DOCSDIR%%/latex/menu.png
174
%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.aux
175
%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.idx
176
%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.ilg
177
%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.ind
178
%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.log
179
%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.out
180
%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.pdf
181
%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.tex
182
%%PORTDOCS%%%%DOCSDIR%%/latex/ownCloudClientManual.toc
183
%%PORTDOCS%%%%DOCSDIR%%/latex/python.ist
184
%%PORTDOCS%%%%DOCSDIR%%/latex/settings_account.png
185
%%PORTDOCS%%%%DOCSDIR%%/latex/settings_activity.png
186
%%PORTDOCS%%%%DOCSDIR%%/latex/settings_general.png
187
%%PORTDOCS%%%%DOCSDIR%%/latex/settings_network.png
188
%%PORTDOCS%%%%DOCSDIR%%/latex/sphinx.sty
189
%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxhowto.cls
190
%%PORTDOCS%%%%DOCSDIR%%/latex/sphinxmanual.cls
191
%%PORTDOCS%%%%DOCSDIR%%/latex/tabulary.sty
192
%%PORTDOCS%%%%DOCSDIR%%/latex/wizard_overview.png
193
%%PORTDOCS%%%%DOCSDIR%%/latex/wizard_targetfolder.png
194
%%PORTDOCS%%%%DOCSDIR%%/latex/wizard_url.png
195
%%PORTDOCS%%%%DOCSDIR%%/latex/wizard_user.png
196
%%PORTDOCS%%%%DOCSDIR%%/logo-blue.pdf
87
%%PORTDOCS%%%%DOCSDIR%%/ownCloudClientManual.pdf
197
%%PORTDOCS%%%%DOCSDIR%%/ownCloudClientManual.pdf
88
share/icons/hicolor/128x128/apps/owncloud.png
198
share/icons/hicolor/128x128/apps/owncloud.png
89
share/icons/hicolor/22x22/apps/owncloud.png
199
share/icons/hicolor/22x22/apps/owncloud.png
Lines 116-143 Link Here
116
share/owncloud/i18n/mirall_sl.qm
226
share/owncloud/i18n/mirall_sl.qm
117
share/owncloud/i18n/mirall_sv.qm
227
share/owncloud/i18n/mirall_sv.qm
118
share/owncloud/i18n/mirall_th.qm
228
share/owncloud/i18n/mirall_th.qm
229
share/owncloud/i18n/mirall_tr.qm
119
share/owncloud/i18n/mirall_uk.qm
230
share/owncloud/i18n/mirall_uk.qm
120
share/owncloud/i18n/mirall_zh_CN.qm
231
share/owncloud/i18n/mirall_zh_CN.qm
121
share/owncloud/i18n/mirall_zh_TW.qm
232
share/owncloud/i18n/mirall_zh_TW.qm
122
@dirrm share/owncloud/i18n
233
@dirrm share/owncloud/i18n
123
@dirrm share/owncloud
234
@dirrm share/owncloud
124
@dirrmtry share/icons/hicolor/64x64/apps
235
%%PORTDOCS%%@dirrm %%DOCSDIR%%/latex
125
@dirrmtry share/icons/hicolor/64x64
236
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/unthemed/_static
126
@dirrmtry share/icons/hicolor/48x48/apps
237
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/unthemed/_sources
127
@dirrmtry share/icons/hicolor/48x48
238
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/unthemed/_images
128
@dirrmtry share/icons/hicolor/32x32/apps
239
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/unthemed
129
@dirrmtry share/icons/hicolor/32x32
130
@dirrmtry share/icons/hicolor/22x22/apps
131
@dirrmtry share/icons/hicolor/22x22
132
@dirrmtry share/icons/hicolor/128x128/apps
133
@dirrmtry share/icons/hicolor/128x128
134
@dirrmtry share/icons/hicolor
135
@dirrmtry share/icons
136
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/_static
240
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/_static
137
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/_sources
241
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/_sources
138
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/_images
242
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/_images
139
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
243
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
140
%%PORTDOCS%%@dirrm %%DOCSDIR%%
244
%%PORTDOCS%%@dirrm %%DOCSDIR%%
245
@dirrmtry lib/owncloud
141
@dirrmtry include/owncloudsync/mirall
246
@dirrmtry include/owncloudsync/mirall
142
@dirrmtry include/owncloudsync/creds
247
@dirrmtry include/owncloudsync/creds
143
@dirrmtry include/owncloudsync
248
@dirrmtry include/owncloudsync

Return to bug 190894