mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
zenity: update to 3.30.0.
This commit is contained in:
parent
accf1a9b05
commit
94d8969704
1 changed files with 7 additions and 11 deletions
|
@ -1,17 +1,13 @@
|
|||
# Template file for 'zenity'
|
||||
pkgname=zenity
|
||||
version=3.28.1
|
||||
version=3.30.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="gnome-doc-utils intltool itstool pkg-config"
|
||||
makedepends="libnotify-devel webkit2gtk-devel"
|
||||
hostmakedepends="gettext-devel itstool perl pkg-config"
|
||||
makedepends="gtk+3-devel libglib-devel libnotify-devel webkit2gtk-devel"
|
||||
short_desc="Display GNOME dialogs from the command line"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||
license="LGPL-2.0-or-later"
|
||||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=db179354721fb4e2d5c418e0dc41f09c831a6b2dd440e33f7743dfc266de8a6b
|
||||
|
||||
pre_configure() {
|
||||
sed -i '/-I$(includedir)/d' -i src/Makefile.in
|
||||
}
|
||||
homepage="https://help.gnome.org/users/zenity/"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=995ef696616492c40be6da99919851d41faed6643a97c9d24743b46bc8b537f2
|
||||
|
|
Loading…
Add table
Reference in a new issue