1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
2 # Maintainer: Antonio Rojas <arojas@archlinux.org>
3 # Contributor: Andrea Scarpino <andrea@archlinux.org>
8 pkgdesc='Spelling framework for Qt5'
10 url='https://community.kde.org/Frameworks'
13 makedepends=(extra-cmake-modules qt5-declarative qt5-tools qt5-doc hunspell aspell hspell libvoikko doxygen)
14 optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking via aspell'
15 'hspell: spell checking for Hebrew' 'libvoikko: Finnish support via Voikko'
16 'qt5-declarative: QML bindings')
18 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
19 sha256sums=('93382f20684064ab93803e02af303373b27786d871adeeb7da1e62c762c13e4f'
21 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
24 cmake -B build -S $pkgname-$pkgver \
31 DESTDIR="$pkgdir" cmake --install build