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 libnotify)
12 makedepends=(yelp-tools meson git)
14 _commit=5aa43ab26e2f2ff5be16daabe15995799ffbaba2 # tags/3.42.1^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"