zenity: update to 3.4.0.
This commit is contained in:
parent
f80146fce4
commit
3c6c6b22f9
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'zenity'
|
# Template file for 'zenity'
|
||||||
pkgname=zenity
|
pkgname=zenity
|
||||||
version=3.2.0
|
version=3.4.0
|
||||||
revision=2
|
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-scrollkeeper"
|
configure_args="--disable-scrollkeeper"
|
||||||
short_desc="Display GNOME dialogs from the command line"
|
short_desc="Display GNOME dialogs from the command line"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=e6a778db3655957770653745a2ecaef08a41a71f4a0a92cb7c5dc8ce0e9902d8
|
checksum=5cf068597c649b5adee60c5948abdf383dbfb16a6c6d57c2ec42ced136730baf
|
||||||
long_desc="
|
long_desc="
|
||||||
This is zenity - a rewrite of gdialog, the GNOME port of dialog
|
This is zenity - a rewrite of gdialog, the GNOME port of dialog
|
||||||
which allows you to display dialog boxes from the command line
|
which allows you to display dialog boxes from the command line
|
||||||
and shell scripts. If you understand, things are just as they
|
and shell scripts. If you understand, things are just as they
|
||||||
are. If you don't understand, things are just as they are."
|
are. If you don't understand, things are just as they are."
|
||||||
|
|
||||||
|
Add_dependency build which
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency build gnome-doc-utils
|
Add_dependency build gnome-doc-utils
|
||||||
|
|
Loading…
Reference in a new issue