kwave: ungz another icon

This commit is contained in:
classabbyamp 2024-02-03 22:34:57 -08:00
parent 5bc1ee2b2d
commit b0b4a84a7e
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -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