pkgsrc/devel/at-spi2-atk/Makefile
wiz 0c95bb6b27 Update to 2.12.1:
What's new in at-spi2-atk 2.12.1:

* Clean up socket files and directories on exit (BGO#684076).

What's new in at-spi2-atk 2.11.92:

* Bump minimum libdbus version needed, since we use a function
  introduced in 1.5.

What's new in at-spi2-atk 2.11.91:

* Improve compatibility with at-spi2-registryd <= 2.10.

* Collection: Fix an infinite loop when encountering a NULL parent

What's new in at-spi2-atk 2.11.90:

* Add AtspitableCell, tracking the new atk interface

What's new in at-spi2-atk 2.11.5:

* Allow sending of properties with events upon request (BGO#708695).

What's new in at-spi2-atk 2.11.3:

 * Fix atspi_text_get_bounded_ranges

* document: add support to current page and page count (BGO#719508).

What's new in at-spi2-atk 2.11.2:

* Add new roles and states to track atk (BGO#710464, BGO#712608, BGO#712609).

What's new in at-spi2-atk 2.11.1:

* Fix Contains method for components (BGO#710730).
2014-08-06 10:55:07 +00:00

28 lines
989 B
Makefile

# $NetBSD: Makefile,v 1.13 2014/08/06 10:55:07 wiz Exp $
DISTNAME= at-spi2-atk-2.12.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi2-atk/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= prlw1@cam.ac.uk
HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/accessibility/atk/at-spi/at-spi_on_d-bus
COMMENT= Assistive Technology Service Provider Interface A11y Toolkit
LICENSE= gnu-lgpl-v2
USE_LIBTOOL= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= atk-bridge-2.0.pc.in
BUILDLINK_API_DEPENDS.atk+= atk>=2.9.4
.include "../../devel/atk/buildlink3.mk"
BUILDLINK_API_DEPENDS.at-spi2-core+= at-spi2-core>=2.11.2
.include "../../devel/at-spi2-core/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.32.0
.include "../../devel/glib2/buildlink3.mk"
BUILDLINK_API_DEPENDS.dbus+= dbus>=1.5
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"