- 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
This commit is contained in:
Fabian Vogt 2017-02-12 11:28:53 +00:00 committed by Git OBS Bridge
parent b9187596b4
commit a92bc17591
2 changed files with 11 additions and 0 deletions

View File

@ -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 Tue Feb 7 18:55:13 CET 2017 - fabian@ritter-vogt.de

View File

@ -234,6 +234,10 @@ workspace. Development files.
rm -rfv %{buildroot}%{_kf5_sharedir}/xsessions rm -rfv %{buildroot}%{_kf5_sharedir}/xsessions
rm -rfv %{buildroot}%{_kf5_sharedir}/wayland-sessions rm -rfv %{buildroot}%{_kf5_sharedir}/wayland-sessions
%fdupes %{buildroot}/%{_prefix} %fdupes %{buildroot}/%{_prefix}
# Workaround for boo#1024326, kde#376394
grep "<summary>" %{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 %post -p /sbin/ldconfig