From 3e4228c0178689b418ba7418afdfb7b122133063623de2158a7c96a143232b22 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 10 Sep 2016 13:43:40 +0000 Subject: [PATCH] Accepting request 426199 from home:wolfi323:branches:KDE:Extra - Do not install the BreezeDark and BreezeHighContrast color schemes, they are already included in breeze5-style (kde#368093) OBS-URL: https://build.opensuse.org/request/show/426199 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/krita?expand=0&rev=24 --- krita.changes | 6 ++++++ krita.spec | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/krita.changes b/krita.changes index bf14276..48004c2 100644 --- a/krita.changes +++ b/krita.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 9 20:34:58 UTC 2016 - wbauer@tmo.at + +- Do not install the BreezeDark and BreezeHighContrast color + schemes, they are already included in breeze5-style (kde#368093) + ------------------------------------------------------------------- Thu Sep 8 14:08:14 UTC 2016 - wbauer@tmo.at diff --git a/krita.spec b/krita.spec index 3932d24..f83210a 100644 --- a/krita.spec +++ b/krita.spec @@ -132,6 +132,12 @@ do rm %{buildroot}%{_kf5_libdir}/libkrita${i}.so done +# remove color schemes that are already included in breeze5 (kde#368093) +for i in BreezeDark BreezeHighContrast +do + rm %{buildroot}/%{_kf5_sharedir}/color-schemes/${i}.colors +done + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig