void-packages/srcpkgs/kvantum/template
2021-10-15 01:05:57 -03:00

23 lines
761 B
Bash

# Template file for 'kvantum'
pkgname=kvantum
version=0.20.2
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=863b7d1d656525464aeb59911f8d78ceb35507a85c5f4c4bdb2ea5c024bc2142
post_install() {
vdoc doc/Theme-Config.pdf
vdoc doc/Theme-Making.pdf
}