# Maintainer: Felix Yan # Maintainer: Antonio Rojas # Contributor: Andrea Scarpino # ALARM: Kevin Mihelich # - explicitly link v5/v6 with libatomic pkgname=kwin pkgver=5.21.1 pkgrel=2 pkgdesc='An easy to use, but flexible, composited Window Manager' arch=(x86_64) url='https://kde.org/plasma-desktop/' license=(LGPL) depends=(kscreenlocker xcb-util-cursor plasma-framework kcmutils kwayland-server breeze qt5-script pipewire libqaccessibilityclient lcms2) makedepends=(extra-cmake-modules qt5-tools kdoctools krunner) optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland') groups=(plasma) source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig} kdebug-433145.patch::"https://invent.kde.org/plasma/kwin/commit/c2b2127f.patch") install=$pkgname.install sha256sums=('5a044450ffdc1610a73d5db3f3f50d2513de930f4be5c167da703cc7d23abc0c' 'SKIP' '0b48b38734ab4e7223449f24504fd4e0352b8bf5c7c47e4423a806cecb260256') validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin prepare() { patch -d $pkgname-$pkgver -p1 < kdebug-433145.patch # Fix drm-gpu crashes } build() { [[ $CARCH == "arm" || $CARCH == "armv6h" ]] && echo "target_link_libraries(kwin atomic)" >> ${pkgname}-${pkgver}/CMakeLists.txt cmake -B build -S $pkgname-$pkgver \ -DCMAKE_INSTALL_LIBEXECDIR=lib \ -DBUILD_TESTING=OFF cmake --build build } package() { DESTDIR="$pkgdir" cmake --install build }