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 options=(!debug) # https://bugs.archlinux.org/task/74486
15 _commit=730f7feb480e1b69cce0a7b333c998db6cf9b4c5 # tags/3.22.23^0
16 source=("git+https://gitlab.gnome.org/GNOME/aisleriot.git#commit=$_commit")
21 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
29 arch-meson $pkgname build \
32 -D theme_pysol_path=/usr/share/PySolFC
33 meson compile -C build
37 meson test -C build --print-errorlogs
41 meson install -C build --destdir "$pkgdir"