|
|
|
@ -1,6 +1,9 @@
|
|
|
|
|
|
|
|
|
|
%global kf5_version 5.42.0
|
|
|
|
|
|
|
|
|
|
# FIXME Remove once updated to 5.19.3
|
|
|
|
|
%global plasma_version 5.19.2
|
|
|
|
|
|
|
|
|
|
Name: powerdevil
|
|
|
|
|
Version: 5.19.2.1
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
@ -17,7 +20,7 @@ URL: https://cgit.kde.org/%{name}.git
|
|
|
|
|
%global majmin_ver %(echo %{version} | cut -d. -f1,2)
|
|
|
|
|
%global stable stable
|
|
|
|
|
%endif
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/plasma/%{plasma_version}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
## upstream patches
|
|
|
|
|
|
|
|
|
@ -25,7 +28,7 @@ Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.
|
|
|
|
|
%global __provides_exclude_from ^(%{_kf5_qtplugindir}/.*\\.so)$
|
|
|
|
|
|
|
|
|
|
# plasma deps
|
|
|
|
|
BuildRequires: plasma-workspace-devel >= %{version}
|
|
|
|
|
BuildRequires: plasma-workspace-devel >= %{plasma_version}
|
|
|
|
|
Requires: libkworkspace5%{?_isa} >= %{version}
|
|
|
|
|
|
|
|
|
|
# kf5
|
|
|
|
|