21 lines
806 B
Bash
21 lines
806 B
Bash
# Template file for 'zenity'
|
|
pkgname=zenity
|
|
version=3.44.3
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="$(vopt_bool webkit webkitgtk)"
|
|
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=86f8c8c51f2bbfc729d4e863a135122de400cbfb3fa43b64b4438790de778c7b
|
|
|
|
build_options="webkit"
|
|
build_options_default="webkit"
|
|
|
|
desc_option_webkit="Enable support for webkit"
|