2010-11-27 15:36:04 +00:00
|
|
|
# Template build file for 'atkmm'.
|
|
|
|
pkgname=atkmm
|
|
|
|
version=2.22.1
|
2010-12-18 16:31:30 +00:00
|
|
|
revision=1
|
2010-11-27 15:36:04 +00:00
|
|
|
distfiles="${GNOME_SITE}/atkmm/2.22/$pkgname-$version.tar.bz2"
|
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="Set of interfaces for accessibility (C++ bindings)"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-12-18 16:27:56 +00:00
|
|
|
checksum=29d6da44d96cdd72f2fff659cfff28ad05ddc21f44d82d42b0ad641341dded42
|
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
|
|
|
|
widgets and \"additional\" interfaces that are appropriate to certain
|
|
|
|
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 run libgcc
|
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run libstdc++
|
|
|
|
Add_dependency run libsigc++
|
|
|
|
Add_dependency run glib
|
|
|
|
Add_dependency run atk
|
|
|
|
Add_dependency run glibmm
|
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build atk-devel
|
|
|
|
Add_dependency build glibmm-devel
|
|
|
|
Add_dependency build glib-devel
|
|
|
|
Add_dependency build libsigc++-devel
|