Workaround a broken DBus service file generated by CMake

epel9
Dan Vrátil 10 years ago
parent c69c493c3b
commit 8dffcac05b

@ -1,6 +1,6 @@
Name: plasma-desktop
Version: 5.2.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Plasma Desktop shell
License: GPLv2+ and (GPLv2 or GPLv3)
@ -100,6 +100,9 @@ Summary: Documentation and user manuals for %{name}
%build
# Workaround broken path in Dbus service file (until fixed upstream)
sed -i "s/@CMAKE_INSTALL_PREFIX@\///" kcms/kfontinst/dbus/org.kde.fontinst.service.cmake
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} ..
@ -194,6 +197,9 @@ fi
%changelog
* Tue Jan 27 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.0-3
- Workaround broken DBus service file generated by CMake
* Tue Jan 27 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.0-2
- Requires: breeze, systemsettings, kwin (for full Plasma experience)

Loading…
Cancel
Save