https://bugzilla.rpmfusion.org/show_bug.cgi?id=3539
--- Comment #7 from MartinKG <mgansser(a)alice.de> 2015-02-10 14:41:51 CET ---
better to use this patch:
# Fix gzipped-svg-icon
(
cd %{buildroot}%{_datadir}/icons/hicolor/scalable/actions
for i in *.svgz;
do
zcat "$i" > $(basename "$i" ".svgz").svg && rm
-f "$i"
done
cd %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
zcat kwave.svgz > kwave.svgz.sv && rm -f kwave.svgz
)
--
Configure bugmail:
https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.