pkgname=kguiaddons pkgver=6.1.0 pkgrel=1 pkgdesc="Addons to QtGui" arch=('x86_64') url="https://community.kde.org/Frameworks" license=('LGPL-2.0-only' 'LGPL-3.0-only') groups=('kf6') depends=('gcc-libs' 'glibc' 'libx11' 'qt6-qtbase' 'qt6-qtwayland' 'wayland') makedepends=('extra-cmake-modules' 'plasma-wayland-protocols' 'cmake' 'qt6-qttools') source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) sha256sums=(08d88452ae4bcdc073891499d9b414129cdc5982bd3bad88726dbef28ee5ac53) 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 }