mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
kwave: fix icons
This commit is contained in:
parent
61636d563a
commit
2e991832d3
1 changed files with 9 additions and 1 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=1
|
revision=2
|
||||||
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"
|
||||||
|
@ -28,3 +28,11 @@ post_patch() {
|
||||||
-e '/${KDOCTOOLS_MEINPROC_EXECUTABLE}/d' \
|
-e '/${KDOCTOOLS_MEINPROC_EXECUTABLE}/d' \
|
||||||
-e 's/${MEINPROC_EXECUTABLE}/meinproc5/'
|
-e 's/${MEINPROC_EXECUTABLE}/meinproc5/'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
# svgz files are not loading as icons, svg files works
|
||||||
|
for f in "${DESTDIR}"/usr/share/icons/hicolor/scalable/actions/*.svgz; do
|
||||||
|
mv "$f" "${f%z}.gz"
|
||||||
|
gzip -d "${f%z}.gz"
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue