f40
Mukundan Ragavan 3 years ago
parent f53390ec92
commit eddfcc1658

@ -4,7 +4,7 @@
Name: nextcloud-client Name: nextcloud-client
Version: 3.2.2 Version: 3.2.2
Release: 1%{?dist} Release: 2%{?dist}
Summary: The Nextcloud Client Summary: The Nextcloud Client
# -libs are LGPLv2+, rest GPLv2 # -libs are LGPLv2+, rest GPLv2
@ -238,6 +238,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/nextcloud.
%endif %endif
%changelog %changelog
* Mon Jun 14 2021 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 3.2.2-2
- Fix patch
* Sat Jun 05 2021 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 3.2.2-1 * Sat Jun 05 2021 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 3.2.2-1
- Update to 3.2.2 - Update to 3.2.2

@ -1,7 +1,6 @@
diff -urNr desktop-3.2.2-orig/src/gui/main.cpp desktop-3.2.2/src/gui/main.cpp --- desktop-3.2.2-orig/src/gui/main.cpp 2021-06-14 20:40:51.378471413 -0400
--- desktop-3.2.2-orig/src/gui/main.cpp 2021-04-28 09:38:14.000000000 +0200 +++ desktop-3.2.2/src/gui/main.cpp 2021-06-14 20:42:21.630180229 -0400
+++ desktop-3.2.2/src/gui/main.cpp 2021-05-01 16:09:04.898807958 +0200 @@ -49,8 +49,26 @@
@@ -49,8 +49,25 @@
.arg(Theme::instance()->appNameGUI())); .arg(Theme::instance()->appNameGUI()));
} }
@ -20,9 +19,11 @@ diff -urNr desktop-3.2.2-orig/src/gui/main.cpp desktop-3.2.2/src/gui/main.cpp
+ +
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
+ #ifdef Q_OS_LINUX +
+ wayland_hacks(); +#ifdef Q_OS_LINUX
+ #endif +wayland_hacks();
+#endif
+
Q_INIT_RESOURCE(resources); Q_INIT_RESOURCE(resources);
Q_INIT_RESOURCE(theme); Q_INIT_RESOURCE(theme);

Loading…
Cancel
Save