pkgname=kpeople pkgver=6.1.0 pkgrel=1 pkgdesc="A library that provides access to all contacts and the people who hold them" arch=('x86_64') url="https://community.kde.org/Frameworks" license=('LGPL-2.0-only' 'LGPL-3.0-only') groups=('kf6') depends=('gcc-libs' 'glibc' 'qt6-qtbase' 'kcontacts' 'kcoreaddons' 'ki18n' 'kitemviews' 'kwidgetsaddons') makedepends=('extra-cmake-modules' 'cmake' 'qt6-qtdeclarative' 'qt6-qttools') source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) sha256sums=(a5fa2e2e67b1a9ad65ec95a95201af28e20dc462e9d31007034ad4da578e1d62) build() { cd ${pkgname}-${pkgver} cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBEXECDIR=libexec \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_TESTING=OFF \ -Wno-dev -Bbuild cmake --build flarebird-build } package() { cd ${pkgname}-${pkgver} DESTDIR=${pkgdir} cmake --install flarebird-build }