diff --git a/srcpkgs/kwave/template b/srcpkgs/kwave/template index b311292ff90..bc052e6d887 100644 --- a/srcpkgs/kwave/template +++ b/srcpkgs/kwave/template @@ -1,7 +1,7 @@ # Template file for 'kwave' pkgname=kwave version=23.08.4 -revision=2 +revision=3 build_style=cmake hostmakedepends="extra-cmake-modules gettext kconfig kcoreaddons kdoctools librsvg-utils pkg-config python3 qt5-host-tools qt5-qmake" @@ -31,7 +31,7 @@ post_patch() { post_install() { # svgz files are not loading as icons, svg files works - for f in "${DESTDIR}"/usr/share/icons/hicolor/scalable/actions/*.svgz; do + for f in "${DESTDIR}"/usr/share/icons/hicolor/scalable/{actions,apps}/*.svgz; do mv "$f" "${f%z}.gz" gzip -d "${f%z}.gz" done