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"
24 'pysolfc-cardsets: PySol card sets'
25 'pysolfc: PySol card sets'
30 # https://gitlab.gnome.org/GNOME/aisleriot/-/commit/ca27295085473111564b6674059351a0b6f170c1
33 _commit=e47d8f4e0957e09384c8f1f17a06a660dd94e42f # tags/3.22.28^0
34 source=("git+https://gitlab.gnome.org/GNOME/aisleriot.git#commit=$_commit")
39 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
48 # https://gitlab.gnome.org/GNOME/aisleriot/-/commit/ca27295085473111564b6674059351a0b6f170c1
53 -D theme_pysol_path=/usr/share/PySolFC
56 arch-meson $pkgname build "${meson_options[@]}"
57 meson compile -C build
61 meson test -C build --print-errorlogs
65 meson install -C build --destdir "$pkgdir"
68 # vim:set sw=2 sts=-1 et: