From 6f5877a4a3f6ad562c118d97a818096112d82ca3 Mon Sep 17 00:00:00 2001 From: Marie Loise Nolden Date: Fri, 1 Mar 2024 10:56:05 +0000 Subject: [PATCH] use BuildRequires: cmake(QAccessibilityClient) for Qt5 version for 0.6.0 of qaccessibilityclient in the qt5 build, use the cmake macro for the right library --- kwin.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kwin.spec b/kwin.spec index d45d037..dd9b3e5 100644 --- a/kwin.spec +++ b/kwin.spec @@ -17,7 +17,7 @@ Name: kwin Version: 5.27.10 -Release: 3%{?dist} +Release: 4%{?dist} Summary: KDE Window manager # all sources are effectively GPLv2+, except for: @@ -46,7 +46,7 @@ BuildRequires: kf5-rpm-macros BuildRequires: systemd-rpm-macros # Qt -BuildRequires: qaccessibilityclient-devel +BuildRequires: cmake(QAccessibilityClient) BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtbase-static # KWinQpaPlugin (and others?) @@ -364,6 +364,9 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||: %changelog +* Fri Mar 1 2024 Marie Loise Nolden - 5.27.10-4 +- use BuildRequires: cmake(QAccessibilityClient) for Qt5 version + * Mon Feb 12 2024 Alessandro Astone - 5.27.10-3 - Add xwayland pkgconfig build dependency to use listenfd