1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="A collection of patience games written in guile scheme"
7 url="https://wiki.gnome.org/Apps/Aisleriot"
10 depends=(guile gtk3 librsvg libcanberra dconf)
11 makedepends=(git meson yelp-tools appstream-glib)
12 optdepends=('pysolfc: PySol card sets'
13 'pysolfc-cardsets: PySol card sets')
14 _commit=c8470e3f19798f11810275818a05f6a2a6e28f0c # tags/3.22.14^0
15 source=("git+https://gitlab.gnome.org/GNOME/aisleriot.git#commit=$_commit")
20 git describe --tags | sed 's/-/+/g'
28 arch-meson $pkgname build \
31 -D theme_pysol_path=/usr/share/PySolFC
32 meson compile -C build
36 meson test -C build --print-errorlogs
40 DESTDIR="$pkgdir" meson install -C build