update to v3.6.0

f40
Mukundan Ragavan 2 years ago
parent 5b2788f7a9
commit ee9766a601

1
.gitignore vendored

@ -4,3 +4,4 @@
/desktop-3.5.2.tar.gz /desktop-3.5.2.tar.gz
/desktop-3.5.3.tar.gz /desktop-3.5.3.tar.gz
/desktop-3.5.4.tar.gz /desktop-3.5.4.tar.gz
/desktop-3.6.0.tar.gz

@ -4,7 +4,7 @@
%endif %endif
Name: nextcloud-client Name: nextcloud-client
Version: 3.5.4 Version: 3.6.0
Release: %autorelease Release: %autorelease
Summary: The Nextcloud Client Summary: The Nextcloud Client

@ -1 +1 @@
SHA512 (desktop-3.5.4.tar.gz) = 7b8afe19acad7f7ca96184b0f925e0eb324605a11bc468ef5662e5a879cada16483b9185e12336471ca2a9debf2e00671d8245bdbae2f7be01af756b57225bae SHA512 (desktop-3.6.0.tar.gz) = efaca6669b2da039b20026cbdc9cf4d3f1023b3c33e03c0ef6f2d0e1f1c20fd65fab80155356ec27562f93e450915a32bc2af96c4ac3b47355ec738bcd71ff61

@ -1,7 +1,6 @@
diff -ruN desktop-3.4.1-orig/src/gui/main.cpp desktop-3.4.1/src/gui/main.cpp --- desktop-3.6.0-orig/src/gui/main.cpp 2022-09-14 20:07:40.359852434 -0500
--- desktop-3.4.1-orig/src/gui/main.cpp 2021-12-17 07:52:51.000000000 -0800 +++ desktop-3.6.0/src/gui/main.cpp 2022-09-14 20:07:20.869331548 -0500
+++ desktop-3.4.1/src/gui/main.cpp 2022-01-15 14:02:39.460156432 -0800 @@ -56,8 +56,27 @@
@@ -56,8 +56,24 @@
.arg(Theme::instance()->appNameGUI())); .arg(Theme::instance()->appNameGUI()));
} }
@ -17,12 +16,15 @@ diff -ruN desktop-3.4.1-orig/src/gui/main.cpp desktop-3.4.1/src/gui/main.cpp
+ } + }
+} +}
+#endif +#endif
+
+ +
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
+
+#ifdef Q_OS_LIUX +#ifdef Q_OS_LIUX
+ wayland_hacks(); + wayland_hacks();
+#endif +#endif
#ifdef Q_OS_WIN +
SetDllDirectory(L""); qputenv("QTWEBENGINE_CHROMIUM_FLAGS", "--disable-gpu --no-sandbox");
#endif QCoreApplication::setAttribute(Qt::AA_UseOpenGLES);
Loading…
Cancel
Save