🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031
pkgname: kwayland
pkgver: '6.7.4'
pkgrel: '1'
pkgdesc: 'Qt-style Client and Server library wrapper for the Wayland libraries'
url: 'https://www.kde.org/plasma-desktop/'
arch: x86_64
license:
- 'LGPL-2.0-or-later'
depends: []
makedepends:
- wayland
- 'qt6-base'
- 'qt6-tools'
- 'qt6-wayland'
- 'extra-cmake-modules'
- 'plasma-wayland-protocols'
- 'wayland-protocols'
source:
- 'https://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cmake -B build -S kwayland-6.7.4 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
cmake --build build
package: |
DESTDIR="${PKGDIR}" cmake --install build