1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
3 # Contributor: Silvio Knizek (killermoehre)
5 pkgname=gnome-disk-utility
8 pkgdesc="Disk Management Utility for GNOME"
9 url="https://gitlab.gnome.org/GNOME/gnome-disk-utility"
30 _commit=68c13081e29973b31ee37245626b1755b8cd53a6 # tags/44.0^0
31 source=("git+https://gitlab.gnome.org/GNOME/gnome-disk-utility.git#commit=$_commit")
36 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
40 arch-meson $pkgname build
41 meson compile -C build
45 meson test -C build --print-errorlogs
49 meson install -C build --destdir "$pkgdir"
52 # vim:set sw=2 sts=-1 et: