# Contributor: Sören Tempel # Contributor: Valery Kartel # Maintainer: Peter Shkenev pkgname=wayland-protocols pkgver=1.32 pkgrel=2 pkgdesc="Protocols and protocol extensions complementing the Wayland core protocol" url="https://wayland.freedesktop.org" arch="noarch" license="MIT" provides="$pkgname-dev=$pkgver-r$pkgrel" makedepends="meson wayland-dev" source="https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/$pkgver/downloads/wayland-protocols-$pkgver.tar.xz" case "$CARCH" in ppc64le) # xdg_toplevel_interface: symbol not found in a test options="$options !check" ;; esac build() { abuild-meson . output meson compile -C output } check() { meson test --no-rebuild --print-errorlogs -C output } package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } sha512sums=" 90bbd52daf342b98823ddeed04e349ae242d2eaf925ab8d603cceb36c980c83b5681bb890961e0d49584cb5c2e60a33abf8821770c6ab87956383630bd5b7966 wayland-protocols-1.32.tar.xz "