zenity: update to 2.32.0.
This commit is contained in:
parent
710822e110
commit
acc7e15bf2
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'zenity'
|
||||
pkgname=zenity
|
||||
version=2.30.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.30/$pkgname-$version.tar.bz2"
|
||||
version=2.32.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.32/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--localstatedir=/var --disable-scrollkeeper"
|
||||
short_desc="Display GNOME dialogs from the command line"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=d42a9be6f77eb018fb8c5967094db86604271f342dd15b6e6101338d82f923ff
|
||||
checksum=91751676a01942ec445786225e5ccc1c4ba0ed30d33b8b177e1cdb014b4e3aef
|
||||
long_desc="
|
||||
This is zenity - a rewrite of gdialog, the GNOME port of dialog
|
||||
which allows you to display dialog boxes from the command line
|
||||
|
@ -22,6 +22,8 @@ Add_dependency run pango
|
|||
Add_dependency run cairo
|
||||
Add_dependency run freetype
|
||||
Add_dependency run fontconfig
|
||||
Add_dependency run libpng
|
||||
Add_dependency run gdk-pixbuf
|
||||
Add_dependency run gtk+
|
||||
Add_dependency run libX11
|
||||
Add_dependency run libnotify
|
||||
|
|
Loading…
Reference in New Issue