1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="Fit falling blocks together (Tetris-like game for GNOME)"
8 url="https://wiki.gnome.org/Apps/Quadrapassel"
11 depends=(clutter-gtk gsound librsvg libmanette)
12 makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
14 _commit=51adfcf8097fc17f7df44e228ac715272d07b60e # tags/40.2^0
15 source=("git+https://gitlab.gnome.org/GNOME/quadrapassel.git#commit=$_commit")
20 git describe --tags | sed 's/^v//;s/-/+/g'
28 arch-meson $pkgname build
29 meson compile -C build
33 meson test -C build --print-errorlogs
37 meson install -C build --destdir "$pkgdir"