mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
zenity: update to 3.44.3.
This commit is contained in:
parent
15c8fa1f0d
commit
6f8735619f
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'zenity'
|
||||
pkgname=zenity
|
||||
version=3.44.1
|
||||
version=3.44.3
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Dwebkitgtk=$(vopt_if webkit true false)"
|
||||
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"
|
||||
|
@ -12,7 +12,7 @@ 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
|
||||
checksum=86f8c8c51f2bbfc729d4e863a135122de400cbfb3fa43b64b4438790de778c7b
|
||||
|
||||
build_options="webkit"
|
||||
build_options_default="webkit"
|
||||
|
|
Loading…
Add table
Reference in a new issue