1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="Clear the screen by removing groups of colored and shaped tiles"
8 url="https://wiki.gnome.org/Apps/Swell%20Foop"
11 depends=(clutter-gtk librsvg libgnome-games-support libgee)
12 makedepends=(yelp-tools appstream-glib vala git meson)
15 _commit=f89d9cfe7c4b73ae37cf5ed0a6bdc9060365e55d # tags/41.1^0
16 source=("git+https://gitlab.gnome.org/GNOME/swell-foop.git#commit=$_commit")
21 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
29 arch-meson $pkgname build
30 meson compile -C build
34 meson test -C build --print-errorlogs
38 meson install -C build --destdir "$pkgdir"