diff --git a/plasma5-workspace.changes b/plasma5-workspace.changes index 03c6b98..5fcec9d 100644 --- a/plasma5-workspace.changes +++ b/plasma5-workspace.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Feb 12 11:26:03 UTC 2017 - fabian@ritter-vogt.de + +- Add workaround for boo#1024326, kde#376394: + * Copy org.kde.plasma.systemtray.appdata.xml to + org.kde.plasma.private.systemtray.appdata.xml to fix missing summary + ------------------------------------------------------------------- Tue Feb 7 18:55:13 CET 2017 - fabian@ritter-vogt.de diff --git a/plasma5-workspace.spec b/plasma5-workspace.spec index ec10ea0..1fd50b7 100644 --- a/plasma5-workspace.spec +++ b/plasma5-workspace.spec @@ -234,6 +234,10 @@ workspace. Development files. rm -rfv %{buildroot}%{_kf5_sharedir}/xsessions rm -rfv %{buildroot}%{_kf5_sharedir}/wayland-sessions %fdupes %{buildroot}/%{_prefix} + # Workaround for boo#1024326, kde#376394 + grep "" %{buildroot}%{_kf5_appstreamdir}/org.kde.plasma.private.systemtray.appdata.xml && exit 1 # Fixed now? + cp %{buildroot}%{_kf5_appstreamdir}/org.kde.plasma.systemtray.appdata.xml %{buildroot}%{_kf5_appstreamdir}/org.kde.plasma.private.systemtray.appdata.xml + sed -i 's/org\.kde\.plasma\.systemtray/kde.plasma.private.systemtray/g' %{buildroot}%{_kf5_appstreamdir}/org.kde.plasma.private.systemtray.appdata.xml %post -p /sbin/ldconfig