2009-04-17 14:53:18 +00:00
|
|
|
# Template build file for 'atk'.
|
2008-10-04 04:29:49 +00:00
|
|
|
pkgname=atk
|
2011-06-14 13:32:18 +00:00
|
|
|
version=2.0.1
|
2011-04-05 07:49:28 +00:00
|
|
|
distfiles="${GNOME_SITE}/atk/2.0/$pkgname-$version.tar.bz2"
|
2008-10-02 06:46:18 +00:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="Set of interfaces for accessibility"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-14 13:32:18 +00:00
|
|
|
homepage="http://www.gtk.org/"
|
|
|
|
license="LGPL-2.1"
|
|
|
|
checksum=3d81c7d70fc66e5b129567a7706b6f8ff5db18281a818b29d4dd5bcefa3d4a17
|
2008-10-02 06:46:18 +00:00
|
|
|
long_desc="
|
|
|
|
The ATK library provides a set of interfaces for accessibility.
|
|
|
|
By supporting the ATK interfaces, an application or toolkit can
|
|
|
|
be used with such tools as screen readers, magnifiers,
|
|
|
|
and alternative input devices.
|
|
|
|
|
|
|
|
Atk provides a core set of interfaces which are common to all
|
2009-04-17 14:53:18 +00:00
|
|
|
widgets and \"additional\" interfaces that are appropriate to certain
|
2008-10-02 06:46:18 +00:00
|
|
|
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."
|
2008-10-20 16:00:55 +00:00
|
|
|
|
2011-03-02 19:36:07 +00:00
|
|
|
subpackages="atk-devel"
|
2009-12-24 15:04:45 +00:00
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run glib
|
2010-10-24 15:32:06 +00:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build glib-devel
|
|
|
|
Add_dependency build gobject-introspection
|