From 17a114f26ea771f0c817fe5d86b92c7747e6d371 Mon Sep 17 00:00:00 2001 From: jmmv Date: Fri, 15 Sep 2006 15:18:55 +0000 Subject: Update to 1.7.11: What's new in at-spi-1.7.11: * Docs fixes. * Fixed getAttributes APIs. * Export Hyperlink interface for AtkHyperlinkImpl peers. * Aggregate Document interface. What's new in at-spi-1.7.10: * New method Selection::deselectChild. RFE #326535. What's new in at-spi-1.7.9: * I18n uses po/LINGUAS now. * Table enhancement: new method Table::getRowColumnExtentsAtIndex RFE #326536. Assistance from Ariel Rios. * Text enhancement: Text::getAttributeRun, Text::getDefaultAttributeSet RFE #326540. Assistance from Ariel Rios. * New interface, Document. RFE #326520. * New roles, LINK, REDUNDANT_OBJECT, INPUT_METHOD_WINDOW, FORM. * Meaningful implementation and bridges for StreamableContent. RFE #326532. * Added STATE_VISITED, and relations DESCRIBED_BY, DESCRIPTION_FOR, and PARENT_WINDOW_OF. --- devel/at-spi/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'devel/at-spi/Makefile') diff --git a/devel/at-spi/Makefile b/devel/at-spi/Makefile index b14420e0de7..3c3ff77cdcb 100644 --- a/devel/at-spi/Makefile +++ b/devel/at-spi/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2006/07/05 05:37:40 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2006/09/15 15:18:55 jmmv Exp $ # -DISTNAME= at-spi-1.7.7 -PKGREVISION= 1 +DISTNAME= at-spi-1.7.11 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi/1.7/} EXTRACT_SUFX= .tar.bz2 @@ -17,11 +16,12 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-gtk-doc -CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc PKGCONFIG_OVERRIDE+= cspi-1.0.pc.in PKGCONFIG_OVERRIDE+= libspi-1.0.pc.in +BUILDLINK_API_DEPENDS.atk+= atk>=1.12.0 + .include "../../devel/atk/buildlink3.mk" .include "../../devel/gail/buildlink3.mk" .include "../../devel/libbonobo/buildlink3.mk" -- cgit v1.2.3