21 lines
817 B
Bash
21 lines
817 B
Bash
# Template file for 'zenity'
|
|
pkgname=zenity
|
|
version=3.44.1
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dwebkitgtk=$(vopt_if webkit true false)"
|
|
hostmakedepends="gettext itstool perl pkg-config gtk-update-icon-cache"
|
|
makedepends="gtk+3-devel libglib-devel libnotify-devel $(vopt_if webkit libwebkit2gtk41-devel)"
|
|
short_desc="Display GNOME dialogs from the command line"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="LGPL-2.0-or-later"
|
|
homepage="https://help.gnome.org/users/zenity/"
|
|
changelog="https://gitlab.gnome.org/GNOME/zenity/-/raw/zenity-3-44/NEWS"
|
|
distfiles="${GNOME_SITE}/zenity/${version%.*}/zenity-${version}.tar.xz"
|
|
checksum=d65400aec965411f4c0b3d8e0e0dac54be55d807a29279697537da2dfee93eaa
|
|
|
|
build_options="webkit"
|
|
build_options_default="webkit"
|
|
|
|
desc_option_webkit="Enable support for webkit"
|