1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
4 pkgname=gnome-system-monitor
7 pkgdesc="View current processes and monitor system state"
8 url="https://wiki.gnome.org/Apps/SystemMonitor"
11 depends=(libgtop gtkmm3 librsvg systemd libhandy polkit)
12 makedepends=(meson yelp-tools git appstream-glib)
14 _commit=c12390a98881add02d6457e4f84a32ca811685ec # tags/42.0^0
15 source=("git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.git#commit=$_commit")
20 git describe --tags | sed 's/[^-]*-g/r&/;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"