Plasma 5.22.2.1. The .1 needed overwriting of _plasma5_bugfix for now

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze?expand=0&rev=341
This commit is contained in:
Wolfgang Bauer
2021-06-23 12:39:54 +00:00
committed by Git OBS Bridge
parent a709639c87
commit 51bfed5cb9
6 changed files with 27 additions and 18 deletions

View File

@@ -17,20 +17,20 @@
# Full Plasma 5 version (e.g. 5.8.95)
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
%{!?_plasma5_bugfix: %define _plasma5_bugfix 5.22.2}
# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF)
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: breeze
Version: 5.22.1
Version: 5.22.2.1
Release: 0
Summary: Plasma Desktop artwork, styles and assets
License: GPL-2.0-or-later
Group: System/GUI/KDE
URL: http://www.kde.org
Source: https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
Source: https://download.kde.org/stable/plasma/5.22.2/breeze-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz.sig
Source1: https://download.kde.org/stable/plasma/5.22.2/breeze-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: cmake >= 3.16