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
This commit is contained in:
Hrvoje Senjan 2016-09-10 13:43:40 +00:00 committed by Git OBS Bridge
parent 3906c65e65
commit 3e4228c017
2 changed files with 12 additions and 0 deletions

View File

@ -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 Thu Sep 8 14:08:14 UTC 2016 - wbauer@tmo.at

View File

@ -132,6 +132,12 @@ do
rm %{buildroot}%{_kf5_libdir}/libkrita${i}.so rm %{buildroot}%{_kf5_libdir}/libkrita${i}.so
done 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 %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig