1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="A log viewer for the systemd journal"
7 url="https://wiki.gnome.org/Apps/Logs"
10 depends=(systemd gtk4 libadwaita gsettings-desktop-schemas)
11 makedepends=(appstream-glib git meson yelp-tools)
13 _commit=3fa0b8a7f734e6adf865cc5df673f6a74809b56d # tags/43.0^0
14 source=("git+https://gitlab.gnome.org/GNOME/gnome-logs.git#commit=$_commit")
19 git describe --tags | sed 's/^gnome-logs-//;s/[^-]*-g/r&/;s/-/+/g'
31 arch-meson $pkgname build "${meson_options[@]}"
32 meson compile -C build
36 meson test -C build --print-errorlogs
40 meson install -C build --destdir "$pkgdir"
43 # vim:set sw=2 sts=-1 et: