mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
zenity: update to 3.43.0.
This commit is contained in:
parent
b590edee46
commit
899a991013
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'zenity'
|
# Template file for 'zenity'
|
||||||
pkgname=zenity
|
pkgname=zenity
|
||||||
version=3.42.1
|
version=3.43.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dwebkitgtk=$(vopt_if webkit true false)"
|
configure_args="-Dwebkitgtk=$(vopt_if webkit true false)"
|
||||||
hostmakedepends="gettext itstool perl pkg-config"
|
hostmakedepends="gettext itstool perl pkg-config"
|
||||||
makedepends="gtk+3-devel libglib-devel libnotify-devel $(vopt_if webkit webkit2gtk-devel)"
|
makedepends="gtk+3-devel libglib-devel libnotify-devel $(vopt_if webkit libwebkit2gtk41-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/master/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/zenity/-/raw/master/NEWS"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/zenity/${version%.*}/zenity-${version}.tar.xz"
|
||||||
checksum=a08e0c8e626615ee2c23ff74628eba6f8b486875dd54371ca7e2d7605b72a87c
|
checksum=b0d7ca1e0c1868fa18f05c210260d8a7be1f08ee13b7f5cfdbab9b61fa16f833
|
||||||
|
|
||||||
build_options="webkit"
|
build_options="webkit"
|
||||||
build_options_default="webkit"
|
build_options_default="webkit"
|
||||||
|
|
Loading…
Add table
Reference in a new issue