- Add workaround for kde#382275, removing one of the installed
appdata files which libzypp does not like (boo#1038368) OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-sdk?expand=0&rev=124
This commit is contained in:
parent
982462ef24
commit
69c9c7fd24
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 12 14:29:24 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Add workaround for kde#382275, removing one of the installed
|
||||
appdata files which libzypp does not like (boo#1038368)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 27 17:50:50 CEST 2017 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -115,6 +115,10 @@ test Plasma data engines without writing a Plasma applet.
|
||||
cp -L %{_kf5_iconsdir}/breeze/apps/48/cuttlefish.svg %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/
|
||||
cp -L %{_kf5_iconsdir}/breeze/actions/24/tools-wizard.svg %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/
|
||||
|
||||
# Workaround for kde#382275, "The following applications are going to be removed: Cuttlefish".
|
||||
# The package contains two appdata files with the same Name, which libzypp can't handle (boo#1038368)
|
||||
rm %{buildroot}%{_kf5_appstreamdir}/org.kde.plasma.cuttlefish.appdata.xml
|
||||
|
||||
%if %{with lang}
|
||||
%find_lang cuttlefish %{name}.lang
|
||||
#%%find_lang kdevpackagemanagerview %{name}.lang
|
||||
|
Loading…
x
Reference in New Issue
Block a user