mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
parent
6668518fe3
commit
81b1de9533
1 changed files with 24 additions and 0 deletions
24
srcpkgs/kvantum/template
Normal file
24
srcpkgs/kvantum/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'kvantum'
|
||||||
|
pkgname=kvantum
|
||||||
|
version=0.10.5
|
||||||
|
revision=1
|
||||||
|
build_style=qmake
|
||||||
|
wrksrc=${pkgname^}-${version}
|
||||||
|
build_wrksrc=${pkgname^}
|
||||||
|
hostmakedepends="qt5-tools qt5-qmake"
|
||||||
|
makedepends="qt5-devel qt5-svg-devel qt5-x11extras-devel"
|
||||||
|
short_desc="SVG-based theme engine for Qt4/Qt5, KDE and LXQt"
|
||||||
|
maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="https://github.com/tsujan/Kvantum"
|
||||||
|
distfiles="https://github.com/tsujan/Kvantum/archive/V${version}.tar.gz"
|
||||||
|
checksum=3174dc68331e286a51c0288f5862363258ee2d11b7b10eac65f3bcb0ced6302e
|
||||||
|
|
||||||
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" qt5-host-tools qt5-devel qt5-svg-devel qt5-x11extras-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vdoc doc/Theme-Config.pdf
|
||||||
|
vdoc doc/Theme-Making.pdf
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue