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)
14 _commit=3fa0b8a7f734e6adf865cc5df673f6a74809b56d # tags/43.0^0
15 source=("git+https://gitlab.gnome.org/GNOME/gnome-logs.git#commit=$_commit")
20 git describe --tags | sed 's/^gnome-logs-//;s/[^-]*-g/r&/;s/-/+/g'
32 arch-meson $pkgname build "${meson_options[@]}"
33 meson compile -C build
37 meson test -C build --print-errorlogs
41 meson install -C build --destdir "$pkgdir"
44 # vim:set sw=2 sts=-1 et: