commit converseen for openSUSE:Factory
Hello community, here is the log from the commit of package converseen for openSUSE:Factory checked in at 2014-06-30 21:45:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/converseen (Old) and /work/SRC/openSUSE:Factory/.converseen.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "converseen" Changes: -------- --- /work/SRC/openSUSE:Factory/converseen/converseen.changes 2014-06-05 10:50:16.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.converseen.new/converseen.changes 2014-06-30 21:45:41.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Jun 26 15:10:03 UTC 2014 - pgajdos@suse.com + +- fixed build, convert -strip returns false when stripping + incorrect profile + http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25809 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ converseen.spec ++++++ --- /var/tmp/diff_new_pack.f9oOen/_old 2014-06-30 21:45:43.000000000 +0200 +++ /var/tmp/diff_new_pack.f9oOen/_new 2014-06-30 21:45:43.000000000 +0200 @@ -93,11 +93,16 @@ rm -rf \ %{buildroot}%{_datadir}/kde4/ \ %{buildroot}%{_datadir}/pixmaps/%{name}.png +# strip incorrect sRGB profile +# for some reason convert -strip returns false, see +# http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25809 +# => || true +convert res/%{name}.png -strip res/%{name}.png || true for size in 256x256 128x128 96x96 64x64 48x48 32x32 22x22 16x16 ; do install -dm 0755 \ %{buildroot}%{_datadir}/icons/hicolor/${size}/apps/ - convert -strip -resize ${size} res/%{name}.png \ - %{buildroot}%{_datadir}/icons/hicolor/${size}/apps/%{name}.png + convert res/%{name}.png -resize ${size} \ + %{buildroot}%{_datadir}/icons/hicolor/${size}/apps/%{name}.png || true done %find_lang %{name} --with-qt %suse_update_desktop_file %{name} -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de