1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
2 # Maintainer: Antonio Rojas <arojas@archlinux.org>
3 # Contributor: Andrea Scarpino <andrea@archlinux.org>
8 pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
10 url='https://www.kde.org'
13 makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc wayland-protocols plasma-wayland-protocols)
15 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
16 sha256sums=('3efdfa6539fb0c053092ef5f178d0ea776a93a35754eefb1be348dcbd46403a8'
18 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
22 cmake -B build -S $pkgname-$pkgver \
23 -DCMAKE_INSTALL_LIBEXECDIR=lib \
30 DESTDIR="$pkgdir" cmake --install build