1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="Display graphical dialog boxes from shell scripts"
8 url="https://gitlab.gnome.org/GNOME/zenity"
11 depends=(webkit2gtk-4.1 libnotify)
12 makedepends=(yelp-tools meson git)
14 _commit=01e6d92f23f49414ba8ec4c5b3daf49222c1e31d # tags/3.43.0^0
15 source=("git+https://gitlab.gnome.org/GNOME/zenity.git#commit=$_commit")
20 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
28 arch-meson zenity build \
31 meson compile -C build
35 meson test -C build --print-errorlogs
39 meson install -C build --destdir "$pkgdir"