zenity: update to 3.41.0.

This commit is contained in:
Enno Boland 2021-12-10 19:28:42 +01:00
parent 0b01d50666
commit 81201088a5
No known key found for this signature in database
GPG key ID: 5A7B9F1D0DFEB55D

View file

@ -1,9 +1,9 @@
# Template file for 'zenity'
pkgname=zenity
version=3.32.0
version=3.41.0
revision=1
build_style=gnu-configure
configure_args="$(vopt_enable webkit webkitgtk)"
build_style=meson
configure_args="-Dwebkitgtk=$(vopt_if webkit true false)"
hostmakedepends="gettext itstool perl pkg-config"
makedepends="gtk+3-devel libglib-devel libnotify-devel $(vopt_if webkit webkit2gtk-devel)"
short_desc="Display GNOME dialogs from the command line"
@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.0-or-later"
homepage="https://help.gnome.org/users/zenity/"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=e786e733569c97372c3ef1776e71be7e7599ebe87e11e8ad67dcc2e63a82cd95
checksum=19b676c3510e22badfcc3204062d432ba537402f5e0ae26128c0d90c954037e1
build_options="webkit"
build_options_default="webkit"