[Bug 3539] Review Request: kwave - Sound Editor for KDE

RPM Fusion Bugzilla noreply at rpmfusion.org
Tue Feb 10 14:41:51 CET 2015


https://bugzilla.rpmfusion.org/show_bug.cgi?id=3539

--- Comment #7 from MartinKG <mgansser at 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.


More information about the rpmfusion-developers mailing list