pkgname=kservice pkgver=6.1.0 pkgrel=1 pkgdesc="Advanced plugin and service introspection" 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' 'kconfig' 'kcoreaddons' 'ki18n' 'kdbusaddons') makedepends=('extra-cmake-modules' 'cmake' 'kdoctools' 'docbook-xml' 'docbook-xsl' 'qt6-qttools') source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) sha256sums=(ee2ee7fde2c47955890876f890a0d16792f29b0cc74fd296ccab153d8b5ce781) 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 }