zenity: update to 3.8.0.
This commit is contained in:
parent
e5781f55f6
commit
2a8534a156
1 changed files with 8 additions and 6 deletions
|
@ -1,14 +1,16 @@
|
|||
# Template file for 'zenity'
|
||||
pkgname=zenity
|
||||
version=3.6.0
|
||||
revision=2
|
||||
version=3.8.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"
|
||||
hostmakedepends="which pkg-config intltool itstool gnome-doc-utils"
|
||||
makedepends="gtk+3-devel>=3.8 libnotify-devel webkitgtk-devel"
|
||||
short_desc="Display GNOME dialogs from the command line"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||
checksum=5de4ebbb6888ad4928fa9eebcd42dbe5bb282bee9dd7dd21475d9eaa854c74be
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
||||
checksum=94fbf0b71592f26dce0e2c49b82b4401139c8434084ad24c2c6a61ace1e6563f
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue