pkgname=kwindowsystem pkgver=6.1.0 pkgrel=1 pkgdesc="Access to the windowing system" 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' 'libxcb' 'libxfixes' 'qt6-qtbase' 'qt6-qtwayland' 'wayland' 'xcb-util-keysyms') makedepends=('cmake' 'extra-cmake-modules' 'plasma-wayland-protocols' 'wayland-protocols' 'qt6-qtdeclarative' 'qt6-qttools') source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) sha256sums=(8c07543883aaa38b01508f06b4439559d890770006f8e9f6e8e769c5d4226595) 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 }