pkgname=frameworkintegration pkgver=6.1.0 pkgrel=1 pkgdesc="Framework providing components to allow applications to integrate with a KDE Workspace" 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' 'kcolorscheme' 'kconfig' 'ki18n' 'kiconthemes' 'knewstuff' 'knotifications' 'kwidgetsaddons') makedepends=('extra-cmake-modules' 'cmake') source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) sha256sums=(47bb38a778b94405bd9e251be774ba910c2b85cd6a4512ba1f6e9b6f879144e8) 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 }