- No longer generate org.kde.plasma.private.systemtray.appdata.xml manually,

bug fixed in kpackage meanwhile

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-workspace?expand=0&rev=308
This commit is contained in:
Fabian Vogt 2017-04-16 11:18:10 +00:00 committed by Git OBS Bridge
parent 7797a32878
commit 6117b81942
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Apr 16 11:17:50 UTC 2017 - fabian@ritter-vogt.de
- No longer generate org.kde.plasma.private.systemtray.appdata.xml manually,
bug fixed in kpackage meanwhile
-------------------------------------------------------------------
Thu Apr 13 18:13:46 UTC 2017 - fabian@ritter-vogt.de

View File

@ -237,10 +237,6 @@ 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 "<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