1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
3 pkgname=gnome-font-viewer
6 pkgdesc="A font viewer utility for GNOME"
7 url="https://gitlab.gnome.org/GNOME/gnome-font-viewer"
10 depends=(gtk3 gnome-desktop libhandy)
11 makedepends=(git meson)
13 _commit=6723c64b9aef44b6c6e36e6a1c66f3d587e649ce # tags/41.0^0
14 source=("git+https://gitlab.gnome.org/GNOME/gnome-font-viewer.git#commit=$_commit")
19 git describe --tags | sed 's/-/+/g'
23 arch-meson $pkgname build
24 meson compile -C build
28 meson test -C build --print-errorlogs
32 meson install -C build --destdir "$pkgdir"