From a92bc175914eb3014f4f632aa0468f9ffe1e72fcb0aa064b6714354046acfb25 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Sun, 12 Feb 2017 11:28:53 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-workspace?expand=0&rev=293 --- plasma5-workspace.changes | 7 +++++++ plasma5-workspace.spec | 4 ++++ 2 files changed, 11 insertions(+) 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