1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
2 # Maintainer: Antonio Rojas <arojas@archlinux.org>
3 # Contributor: Andrea Scarpino <andrea@archlinux.org>
8 pkgdesc='Provide a collection of methods to manipulate strings using various encodings'
10 url='https://community.kde.org/Frameworks'
13 makedepends=(extra-cmake-modules qt5-tools qt5-doc clang python-pyqt5 gperf doxygen sip4)
14 optdepends=('python-pyqt5: for the Python bindings')
16 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
17 sha256sums=('d16b6c87b2daf27f1845d61307666b0f451658322ac2ed469966d7560af917e9'
19 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
22 cmake -B build -S $pkgname-$pkgver \
29 DESTDIR="$pkgdir" cmake --install build