|
|
|
@ -1,5 +1,3 @@
|
|
|
|
|
%undefine __cmake_in_source_build
|
|
|
|
|
|
|
|
|
|
Name: plasma-integration
|
|
|
|
|
Summary: Qt Platform Theme integration plugin for Plasma
|
|
|
|
|
Version: 5.21.90
|
|
|
|
@ -7,7 +5,7 @@ Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
# KDE e.V. may determine that future LGPL versions are accepted
|
|
|
|
|
License: LGPLv2 or LGPLv3
|
|
|
|
|
URL: https://cgit.kde.org/%{name}.git
|
|
|
|
|
URL: https://invent.kde.org/plasma/%{name}
|
|
|
|
|
|
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
|
%if %{revision} >= 50
|
|
|
|
@ -65,7 +63,8 @@ sed -i.breeze_version \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{cmake_kf5}
|
|
|
|
|
%cmake_kf5
|
|
|
|
|
|
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -81,6 +80,7 @@ sed -i.breeze_version \
|
|
|
|
|
%{_kf5_qtplugindir}/platformthemes/KDEPlasmaPlatformTheme.so
|
|
|
|
|
%{_kf5_datadir}/kconf_update/fonts_*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri May 14 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.21.90-1
|
|
|
|
|
- 5.21.90
|
|
|
|
|