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