zenity: update to 3.6.0.
This commit is contained in:
parent
cda60417a0
commit
20ad6630c8
|
@ -1,17 +1,16 @@
|
|||
# Template file for 'zenity'
|
||||
pkgname=zenity
|
||||
version=3.4.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-scrollkeeper"
|
||||
makedepends="which pkg-config intltool gnome-doc-utils gtk+3-devel libnotify-devel webkit-gtk3-devel"
|
||||
version=3.6.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="which pkg-config intltool itstool gnome-doc-utils
|
||||
gtk+3-devel>=3.6.0_2 libnotify-devel webkit-gtk3-devel"
|
||||
short_desc="Display GNOME dialogs from the command line"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=5cf068597c649b5adee60c5948abdf383dbfb16a6c6d57c2ec42ced136730baf
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||
checksum=5de4ebbb6888ad4928fa9eebcd42dbe5bb282bee9dd7dd21475d9eaa854c74be
|
||||
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
|
||||
and shell scripts. If you understand, things are just as they
|
||||
are. If you don't understand, things are just as they are."
|
||||
|
||||
|
|
|
@ -6,6 +6,5 @@ libgobject-2.0.so.0
|
|||
libglib-2.0.so.0
|
||||
libX11.so.6
|
||||
libnotify.so.4
|
||||
libwebkitgtk-3.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
|
|
Loading…
Reference in New Issue