mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
kwave: ungz another icon
This commit is contained in:
parent
5bc1ee2b2d
commit
b0b4a84a7e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue