SHA256
1
0
forked from pool/breeze

Accepting request 1152910 from KDE:Frameworks5

- Make sure to pick kdecoration < 6

OBS-URL: https://build.opensuse.org/request/show/1152910
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breeze?expand=0&rev=165
This commit is contained in:
Ana Guerrero 2024-03-11 14:27:34 +00:00 committed by Git OBS Bridge
commit bcb37be18b
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 28 11:34:55 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Make sure to pick kdecoration < 6
-------------------------------------------------------------------
Wed Dec 6 11:45:56 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package breeze
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -45,7 +45,7 @@ BuildRequires: kf5-filesystem
BuildRequires: pkgconfig
# Needed for Plasma/LookAndFeel service type declaration (kde#367923)
BuildRequires: plasma-framework
BuildRequires: cmake(KDecoration2) >= %{_plasma5_version}
BuildRequires: (cmake(KDecoration2) >= %{_plasma5_version} with cmake(KDecoration2) < 6)
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5FrameworkIntegration)