From f202f97565b0aa16256f4344abfadc22db5c29f736301ecdc9c02b4a548c58d5 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 11 May 2017 08:31:52 +0000 Subject: [PATCH] - Copy the original icon file and not a symlink into the package (boo#1024320) OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-sdk?expand=0&rev=111 --- plasma5-sdk.changes | 6 ++++++ plasma5-sdk.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/plasma5-sdk.changes b/plasma5-sdk.changes index a2d9263..8a8b41b 100644 --- a/plasma5-sdk.changes +++ b/plasma5-sdk.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 11 08:31:03 UTC 2017 - fabian@ritter-vogt.de + +- Copy the original icon file and not a symlink into the package + (boo#1024320) + ------------------------------------------------------------------- Tue Apr 25 18:58:05 CEST 2017 - lbeltrame@kde.org diff --git a/plasma5-sdk.spec b/plasma5-sdk.spec index b2cc931..e2812d5 100644 --- a/plasma5-sdk.spec +++ b/plasma5-sdk.spec @@ -112,7 +112,7 @@ test Plasma data engines without writing a Plasma applet. sed -i 's/^Icon=.*$/Icon=tools-wizard/g' %{buildroot}%{_kf5_applicationsdir}/plasmate.desktop mkdir -p %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/ - cp -a %{_kf5_iconsdir}/breeze/apps/48/cuttlefish.svg %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/ + cp -a %{_kf5_iconsdir}/breeze-dark/apps/48/cuttlefish.svg %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/ cp -a %{_kf5_iconsdir}/breeze/actions/24/tools-wizard.svg %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/ %if %{with lang}