kldap: add kdoctools as per upstream requires to build documents

This commit is contained in:
Chaoting Liu 2016-10-12 08:54:18 +01:00
parent 6cc0594532
commit 392e5d26c2

View File

@ -9,7 +9,7 @@ arch=('x86_64')
url="https://projects.kde.org/$pkgname"
license=(LGPL)
depends=(kcompletion ki18n libsasl libldap kmbox)
makedepends=(extra-cmake-modules python3)
makedepends=(extra-cmake-modules python3 kdoctools)
options=('debug')
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)