mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
zenity: update to 4.0.1
This commit is contained in:
parent
84b961b7a4
commit
11288e1b10
1 changed files with 7 additions and 6 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'zenity'
|
# Template file for 'zenity'
|
||||||
pkgname=zenity
|
pkgname=zenity
|
||||||
version=3.44.3
|
version=4.0.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="$(vopt_bool webkit webkitgtk)"
|
configure_args="-Dwebkitgtk=$(vopt_if webkit true false)"
|
||||||
hostmakedepends="gettext itstool perl pkg-config gtk-update-icon-cache"
|
hostmakedepends="gettext glib-devel gtk-update-icon-cache help2man itstool
|
||||||
makedepends="gtk+3-devel libglib-devel libnotify-devel $(vopt_if webkit libwebkit2gtk41-devel)"
|
pkg-config"
|
||||||
|
makedepends="$(vopt_if webkit libwebkitgtk60-devel) libadwaita-devel"
|
||||||
short_desc="Display GNOME dialogs from the command line"
|
short_desc="Display GNOME dialogs from the command line"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="LGPL-2.0-or-later"
|
license="LGPL-2.0-or-later"
|
||||||
homepage="https://help.gnome.org/users/zenity/"
|
homepage="https://help.gnome.org/users/zenity/"
|
||||||
changelog="https://gitlab.gnome.org/GNOME/zenity/-/raw/zenity-3-44/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/zenity/-/raw/master/NEWS"
|
||||||
distfiles="${GNOME_SITE}/zenity/${version%.*}/zenity-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/zenity/${version%.*}/zenity-${version}.tar.xz"
|
||||||
checksum=86f8c8c51f2bbfc729d4e863a135122de400cbfb3fa43b64b4438790de778c7b
|
checksum=0c2f537813b10f728470d9d05d6c95713db2512f9c95096e1e85b1a6739605e6
|
||||||
|
|
||||||
build_options="webkit"
|
build_options="webkit"
|
||||||
build_options_default="webkit"
|
build_options_default="webkit"
|
||||||
|
|
Loading…
Add table
Reference in a new issue