grantlee5: add qt5-declarative dep

without it, some parts are not build and kmail and akregator seize to function
This commit is contained in:
John Zimmermann 2020-01-16 19:14:04 +01:00
parent f7276dea09
commit 5806d34751

View file

@ -1,10 +1,10 @@
# Template file for 'grantlee5'
pkgname=grantlee5
version=5.2.0
revision=1
revision=2
wrksrc=${pkgname%5}-${version}
build_style=cmake
makedepends="qt5-script-devel qt5-tools-devel"
makedepends="qt5-script-devel qt5-tools-devel qt5-declarative-devel"
short_desc="Qt5 string template engine based on the Django template system"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"