Avoid "iCCP: Not recognized known sRGB profile that has been edited" warning

This commit is contained in:
Miro Hrončok 2014-06-30 14:10:52 +02:00
parent 51e3e002fd
commit 3bb92bd787

View File

@ -118,6 +118,11 @@ cp %{name}-4.png 16x16/apps/%{name}.png
rm %{name}-*.png
cd -
# To avoid "iCCP: Not recognized known sRGB profile that has been edited"
cd var
find . -type f -name "*.png" -exec convert {} -strip {} \;
cd -
%install
cd xs
./Build install destdir=%{buildroot} create_packlist=0