1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
2 # Contributor: Andrea Scarpino <andrea@archlinux.org>
4 pkgname=kdesignerplugin
7 pkgdesc='Integration of Frameworks widgets in Qt Designer/Creator'
9 url='https://community.kde.org/Frameworks'
11 depends=(kconfig kcoreaddons)
12 makedepends=(extra-cmake-modules qt5-tools kdoctools)
14 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz{,.sig})
15 sha256sums=('e7482e698c2b2d8550ab8fb54b30f72ec363ff92e082f20a856e02b337d4aa66'
17 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
20 cmake -B build -S $pkgname-$pkgver \
26 DESTDIR="$pkgdir" cmake --install build