# Contributor: Sören Tempel # Maintainer: Sheila Aman pkgname=wayland-protocols pkgver=1.25 pkgrel=1 pkgdesc="Protocols and protocol extensions complementing the Wayland core protocol" url="https://wayland.freedesktop.org" arch="noarch" license="MIT" depends="" makedepends="wayland-dev meson" subpackages="" provides="$pkgname-dev" source="https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz" case "$CARCH" in ppc64) options="$options !check";; #478 esac build() { meson \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ --buildtype=plain \ . output meson compile ${JOBS:+-j ${JOBS}} -C output } check() { meson test --no-rebuild -v -C output } package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } sha512sums="8269694a0780e4d32f1982ff4cbb50b1ef85f08157b9486bc6d7e489c64665a9d9f959121d0eede7c7b108a604d974b64d74cfdef8b5f14304465309afb0768f wayland-protocols-1.25.tar.xz"