22 lines
732 B
Bash
22 lines
732 B
Bash
# Template file for 'kvantum'
|
|
pkgname=kvantum
|
|
version=1.0.5
|
|
revision=1
|
|
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=2284017dbe5b4b4b5f657215525ca1d1e30d702b28102067d4aa2ec1e764c6a6
|
|
|
|
post_install() {
|
|
vdoc doc/Theme-Config.pdf
|
|
vdoc doc/Theme-Making.pdf
|
|
}
|