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'
|
# Template file for 'kwave'
|
||||||
pkgname=kwave
|
pkgname=kwave
|
||||||
version=23.08.4
|
version=23.08.4
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="extra-cmake-modules gettext kconfig kcoreaddons kdoctools
|
hostmakedepends="extra-cmake-modules gettext kconfig kcoreaddons kdoctools
|
||||||
librsvg-utils pkg-config python3 qt5-host-tools qt5-qmake"
|
librsvg-utils pkg-config python3 qt5-host-tools qt5-qmake"
|
||||||
|
@ -31,7 +31,7 @@ post_patch() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# svgz files are not loading as icons, svg files works
|
# 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"
|
mv "$f" "${f%z}.gz"
|
||||||
gzip -d "${f%z}.gz"
|
gzip -d "${f%z}.gz"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue