atk: updated {build,run}_depends and checksum.

--HG--
extra : convert_revision : c6378dc3a2ac7572eda046b85fa063eaedb9e3af
This commit is contained in:
Juan RP 2008-10-20 18:00:55 +02:00
parent 150fd8340b
commit daef272db2
1 changed files with 4 additions and 2 deletions

View File

@ -4,11 +4,10 @@ version=1.24.0
distfiles="
http://ftp.gnome.org/pub/GNOME/sources/atk/1.24/$pkgname-$version@.tar.bz2"
build_style=gnu_configure
make_cmd="$XBPS_MASTERDIR/bin/gmake"
pkgconfig_override="atk.pc"
short_desc="Set of interfaces for accessibility"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=63ce673732286f001f908316f06b8eb08c256943
checksum=03a0b66efb6d69754ca18c133ca4d489dd8675bf366c03f58cc7b39f55a45d56
long_desc="
The ATK library provides a set of interfaces for accessibility.
By supporting the ATK interfaces, an application or toolkit can
@ -20,3 +19,6 @@ long_desc="
classes of widgets and whose existence can be queried at run time.
It also provides interfaces which an application can use to provide
additional accessibility information to assistive technology tools."
build_depends="glib-2.18.0"
run_depends="$build_depends"