# Contributor: Bart Ribbers # Maintainer: Rasmus Thomsen pkgname=gnome-chess pkgver=43.1 pkgrel=0 arch="all" url="https://wiki.gnome.org/Apps/Chess" pkgdesc="Play the classic two-player boardgame of chess" license="GPL-3.0-or-later" makedepends=" desktop-file-utils gtk4.0-dev itstool libadwaita-dev librsvg-dev meson vala " source="https://download.gnome.org/sources/gnome-chess/${pkgver%.*}/gnome-chess-$pkgver.tar.xz" subpackages="$pkgname-doc $pkgname-lang" build() { abuild-meson . output meson compile ${JOBS:+-j ${JOBS}} -C output } check() { meson test --no-rebuild --print-errorlogs -C output } package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } sha512sums=" d42fb3f960030813d2551c2f0dac46068f30992934e9f8779a097a1ca43a7711b64c0f499eff3ecd698325f5e2458f03c0a9b6cd4c333ad4ca9dba83faa833c5 gnome-chess-43.1.tar.xz "