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"
20 optdepends=('perl: gdialog wrapper')
21 _commit=5cb56e3e87dcbb1fb423ecee436a62bde483b611 # tags/3.44.1^0
22 source=("git+https://gitlab.gnome.org/GNOME/zenity.git#commit=$_commit")
27 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
39 arch-meson zenity build "${meson_options[@]}"
40 meson compile -C build
44 meson test -C build --print-errorlogs
48 meson install -C build --destdir "$pkgdir"
51 # vim:set sw=2 sts=-1 et: