remove service for flatpak build fix

epel9
Onuralp SEZER 4 years ago
parent 96a5967b8f
commit 3989a088ab

@ -2,7 +2,7 @@
Name: kf5-%{framework}
Version: 5.80.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: KDE Frameworks 5 Tier 3 integration module for global shortcuts
License: LGPLv2+
@ -71,6 +71,10 @@ developing applications that use %{name}.
%install
%cmake_install
%if 0%{?flatpak}
rm %{buildroot}%{_prefix}/lib/systemd/user/plasma-kglobalaccel.service
%endif
%find_lang_kf5 kglobalaccel5_qt
@ -82,7 +86,9 @@ developing applications that use %{name}.
%{_kf5_bindir}/kglobalaccel5
%{_kf5_datadir}/kservices5/kglobalaccel5.desktop
%{_datadir}/dbus-1/services/org.kde.kglobalaccel.service
%if %{flatpak} == 0
%{_userunitdir}/plasma-kglobalaccel.service
%endif
%ldconfig_scriptlets libs
@ -101,6 +107,9 @@ developing applications that use %{name}.
%changelog
* Sat Apr 03 2021 Onuralp SEZER <thunderbirdtr@fedoraproject.org> - 5.80.0-3
- remove service for flatpak build fix
* Fri Mar 26 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.80.0-2
- pull in upstream uid fix

Loading…
Cancel
Save