# Contributor: Bart Ribbers # Maintainer: Rasmus Thomsen pkgname=gnome-chess pkgver=41.1 pkgrel=0 arch="all !s390x !mips !mips64 !riscv64" # limited by librsvg -> rust url="https://wiki.gnome.org/Apps/Chess" pkgdesc="Play the classic two-player boardgame of chess" license="GPL-3.0-or-later" makedepends="meson ninja itstool vala gtk4.0-dev librsvg-dev" checkdepends="desktop-file-utils" 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 -v -C output } package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } sha512sums=" 71d9b51599699c24d505eb4f120d99509c5e69c00d6aba1768029f9adf8ba70be6e40d001928f141a92852fb318d9f9b2ecb01b6bcbfecaf1408b89792b25224 gnome-chess-41.1.tar.xz "