2010-11-27 15:36:04 +00:00
|
|
|
# Template build file for 'atkmm'.
|
|
|
|
pkgname=atkmm
|
2011-10-26 16:23:48 +00:00
|
|
|
version=2.22.6
|
|
|
|
distfiles="${GNOME_SITE}/atkmm/2.22/$pkgname-$version.tar.xz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-07-02 14:07:31 +00:00
|
|
|
configure_args="--disable-documentation"
|
2011-11-14 17:12:47 +00:00
|
|
|
revision=1
|
2010-11-27 15:36:04 +00:00
|
|
|
short_desc="Set of interfaces for accessibility (C++ bindings)"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-09-01 06:28:39 +00:00
|
|
|
homepage="http://gtkmm.sourceforge.net/"
|
|
|
|
license="LGPL-2.1"
|
2011-10-26 16:23:48 +00:00
|
|
|
checksum=0a74295106b9e3ae552b169eb4e098b8b825c4115045b9d5134a6c79a238aeb6
|
2010-11-27 15:36:04 +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
|
2011-07-13 23:21:02 +00:00
|
|
|
widgets and additional interfaces that are appropriate to certain
|
2010-11-27 15:36:04 +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.
|
|
|
|
|
|
|
|
This package provides the C++ bindings for the ATK library."
|
|
|
|
|
|
|
|
subpackages="atkmm-devel"
|
|
|
|
replaces="gtkmm<2.22"
|
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build atk-devel
|
|
|
|
Add_dependency build glibmm-devel
|
|
|
|
Add_dependency build libsigc++-devel
|