From 11c10ab75dd3c6d907d4bdb318bece298160fa3b Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Thu, 25 Aug 2022 11:54:04 +0200 Subject: [PATCH] CSD: re-enable shadows support for Qt5 --- qgnomeplatform.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/qgnomeplatform.spec b/qgnomeplatform.spec index 93e40fb..1cb1f8c 100644 --- a/qgnomeplatform.spec +++ b/qgnomeplatform.spec @@ -1,6 +1,6 @@ Name: qgnomeplatform Version: 0.8.4 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Qt Platform Theme aimed to accommodate Gnome settings License: LGPLv2+ @@ -8,7 +8,7 @@ URL: https://github.com/MartinBriza/QGnomePlatform Source0: https://github.com/MartinBriza/QGnomePlatform/archive/%{version}/QGnomePlatform-%{version}.tar.gz # Upstream patches -Patch0: qgnomeplatform-use-more-updated-window-states-value.patch +# Patch0: qgnomeplatform-use-more-updated-window-states-value.patch BuildRequires: make BuildRequires: pkgconfig(gio-2.0) @@ -77,7 +77,7 @@ modifying them - making them fit into the environment as well as possible. %build %global _vpath_builddir %{_target_platform}-qt5 -%cmake +%cmake -DDECORATION_SHADOWS_SUPPORT=true %cmake_build %global _vpath_builddir %{_target_platform}-qt6 @@ -106,6 +106,9 @@ modifying them - making them fit into the environment as well as possible. %{_qt6_plugindir}/wayland-decoration-client/libqgnomeplatformdecoration.so %changelog +* Thu Aug 25 2022 Jan Grulich - 0.8.4-12 +- CSD: re-enable shadows support for Qt5 + * Fri Jul 22 2022 Fedora Release Engineering - 0.8.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild