1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
2 # Maintainer: Antonio Rojas <arojas@archlinux.org>
3 # Contributor: Andrea Scarpino <andrea@archlinux.org>
8 pkgdesc='Secure and unified container for user passwords'
10 url='https://community.kde.org/Frameworks'
12 depends=(knotifications kiconthemes kservice gpgme qca-qt5)
13 makedepends=(extra-cmake-modules kdoctools boost doxygen qt5-tools qt5-doc)
14 optdepends=('kwalletmanager: Configuration GUI')
15 provides=(org.freedesktop.secrets)
16 replaces=(kwallet-secrets)
18 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
19 sha256sums=('1495def290d19ca4c5704c93b64edada35bc6d7e11d5519c44538876425b55d8'
21 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
24 cmake -B build -S $pkgname-$pkgver \
31 DESTDIR="$pkgdir" cmake --install build