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=ecf0e38fa5ae5adb4c0f166d10f7ab40067dc155 # tags/41.0^0
15 source=("git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.git#commit=$_commit")
20 git describe --tags | sed '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"