Disable decoration shadow support

This commit is contained in:
Jan Grulich 2021-09-07 15:33:12 +02:00
parent c3f01dc6b7
commit 519673ce93

View File

@ -3,7 +3,7 @@
Summary: Qt5 - Wayland platform support and QtCompositor module Summary: Qt5 - Wayland platform support and QtCompositor module
Name: qt5-%{qt_module} Name: qt5-%{qt_module}
Version: 5.15.2 Version: 5.15.2
Release: 9%{?dist} Release: 10%{?dist}
License: LGPLv3 License: LGPLv3
Url: http://www.qt.io Url: http://www.qt.io
@ -36,7 +36,8 @@ Patch18: 0018-Fix-compilation.patch
Patch19: 0019-client-Allow-QWaylandInputContext-to-accept-composed.patch Patch19: 0019-client-Allow-QWaylandInputContext-to-accept-composed.patch
Patch51: qtwayland-fix-issue-with-repeated-window-size-changes.patch Patch51: qtwayland-fix-issue-with-repeated-window-size-changes.patch
Patch52: qtwayland-decoration-support-backports-from-qt6.patch # Disable for now, there is a Qt bug making this broken
# Patch52: qtwayland-decoration-support-backports-from-qt6.patch
# Upstreamable patches # Upstreamable patches
@ -147,6 +148,9 @@ popd
%changelog %changelog
* Tue Sep 07 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-10
- Disable decoration shadow support
* Mon Aug 30 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-9 * Mon Aug 30 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-9
- Client: include decoration fixes and improvements from Qt6 - Client: include decoration fixes and improvements from Qt6