1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="Slide blocks to solve the puzzle"
8 url="https://wiki.gnome.org/Apps/Klotski"
11 depends=(gtk3 librsvg libgnome-games-support)
12 makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
14 _commit=32d1c953fa49a6b0281b00ea449020027f3f2659 # tags/3.38.2^0
15 source=("git+https://gitlab.gnome.org/GNOME/gnome-klotski.git#commit=$_commit")
20 git describe --tags | sed 's/-/+/g'
28 arch-meson $pkgname build
29 meson compile -C build
33 meson test -C build --print-errorlogs
37 DESTDIR="$pkgdir" meson install -C build