new version of patch1 OBS-URL: https://build.opensuse.org/request/show/828582 OBS-URL: https://build.opensuse.org/package/show/network/nextcloud-desktop?expand=0&rev=18
29 lines
1.3 KiB
Diff
29 lines
1.3 KiB
Diff
diff -burNE desktop-3.0.0.orig/doc/conf.py desktop-3.0.0/doc/conf.py
|
|
--- desktop-3.0.0.orig/doc/conf.py 2020-08-21 22:36:32.434056247 +0200
|
|
+++ desktop-3.0.0/doc/conf.py 2020-08-21 22:36:57.345005233 +0200
|
|
@@ -124,7 +124,7 @@
|
|
|
|
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
|
# using the given strftime format.
|
|
-html_last_updated_fmt = '%b %d, %Y'
|
|
+#html_last_updated_fmt = '%b %d, %Y'
|
|
|
|
# If true, SmartyPants will be used to convert quotes and dashes to
|
|
# typographically correct entities.
|
|
diff -burNE desktop-3.0.0.orig/src/libsync/theme.cpp desktop-3.0.0/src/libsync/theme.cpp
|
|
--- desktop-3.0.0.orig/src/libsync/theme.cpp 2020-08-21 22:36:34.789956849 +0200
|
|
+++ desktop-3.0.0/src/libsync/theme.cpp 2020-08-21 22:36:57.349005064 +0200
|
|
@@ -338,11 +338,9 @@
|
|
const QString gitSha1(QLatin1String(GIT_SHA1));
|
|
devString = QCoreApplication::translate("nextcloudTheme::about()",
|
|
"<p><small>Built from Git revision <a href=\"%1\">%2</a>"
|
|
- " on %3, %4 using Qt %5, %6</small></p>")
|
|
+ " using Qt %3, %4</small></p>")
|
|
.arg(githubPrefix + gitSha1)
|
|
.arg(gitSha1.left(6))
|
|
- .arg(__DATE__)
|
|
- .arg(__TIME__)
|
|
.arg(qVersion())
|
|
.arg(QSslSocket::sslLibraryVersionString());
|
|
#endif
|