# Template file for 'yad'
pkgname=yad
version=14.2
revision=1
build_style=gnu-configure
configure_args="--enable-icon-browser"
hostmakedepends="automake gettext-devel glib-devel pkg-config"
makedepends="gtk+3-devel libwebkit2gtk41-devel gtksourceview-devel gspell-devel"
short_desc="Yet Another Dialog - create/interact with GTK+ dialog boxes"
maintainer="Benjamin Slade <slade@lambda-y.net>"
license="GPL-3.0-or-later"
homepage="https://github.com/v1cont/yad"
changelog="https://raw.githubusercontent.com/v1cont/yad/master/NEWS"
distfiles="https://github.com/v1cont/yad/releases/download/v${version}/yad-${version}.tar.xz"
checksum=5cab399af8d9a10b76d477f848180d00addba38f4f1272a05b153a393bba3038

pre_configure() {
	autoreconf -ivf
}
