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"
13 depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify
14 parted systemd libhandy)
15 makedepends=(git meson docbook-xsl)
17 _commit=5f6488fc9660de73048d247da4fd0eecdd0a21a6 # tags/42.0^0
18 source=("git+https://gitlab.gnome.org/GNOME/gnome-disk-utility.git#commit=$_commit")
23 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
27 arch-meson $pkgname build
28 meson compile -C build
32 meson test -C build --print-errorlogs
36 meson install -C build --destdir "$pkgdir"