Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zenity: update to 3.44.2. #47702

Merged
merged 1 commit into from
Dec 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/zenity/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down