void-packages/srcpkgs/kvantum/template
2021-08-08 18:05:03 -03:00

22 lines
761 B
Bash

# Template file for 'kvantum'
pkgname=kvantum
version=0.20.1
revision=1
wrksrc="Kvantum-${version}"
build_wrksrc=Kvantum
build_style=qmake
hostmakedepends="qt5-tools qt5-qmake qt5-host-tools"
makedepends="qt5-devel qt5-svg-devel qt5-x11extras-devel
kwindowsystem-devel"
short_desc="SVG-based theme engine for Qt4/Qt5, KDE and LXQt"
maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
license="GPL-3.0-or-later"
homepage="https://github.com/tsujan/Kvantum"
changelog="https://raw.githubusercontent.com/tsujan/Kvantum/master/Kvantum/ChangeLog"
distfiles="https://github.com/tsujan/Kvantum/archive/V${version}.tar.gz"
checksum=907d35451f683734b529c492fa867c792bee228a6a40cc6bc821034ab1989539
post_install() {
vdoc doc/Theme-Config.pdf
vdoc doc/Theme-Making.pdf
}