24 lines
829 B
Text
24 lines
829 B
Text
# Template file for 'zenity'
|
|
pkgname=zenity
|
|
version=3.8.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
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>"
|
|
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
|
|
and shell scripts. If you understand, things are just as they
|
|
are. If you don't understand, things are just as they are."
|
|
|
|
zenity_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|