pkgname=plasma-wayland-protocols pkgver=1.12.0 pkgrel=1 pkgdesc="Plasma Specific Protocols for Wayland" arch=('x86_64') url="https://kde.org/plasma-desktop" license=('LGPL') makedepends=('extra-cmake-modules' 'cmake' 'qt6-qtbase') source=(https://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.xz) sha256sums=(1483bfd279cb913c83579b5d71c58f9958764f9ba4303b3647e1007cb70d4f9e) build() { cd ${pkgname}-${pkgver} cmake -DCMAKE_INSTALL_PREFIX=/usr -Bbuild cmake --build flarebird-build } package() { cd ${pkgname}-${pkgver} DESTDIR=${pkgdir} cmake --install flarebird-build }