summaryrefslogtreecommitdiff
path: root/devel/at-spi/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2006-09-15 15:18:55 +0000
committerjmmv <jmmv>2006-09-15 15:18:55 +0000
commit17a114f26ea771f0c817fe5d86b92c7747e6d371 (patch)
tree24c44754824e93e3a3889cf8d2247fe370127fc9 /devel/at-spi/Makefile
parentbb557633c453b28e830c319bdc52e7b245d0ee1a (diff)
downloadpkgsrc-17a114f26ea771f0c817fe5d86b92c7747e6d371.tar.gz
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.
Diffstat (limited to 'devel/at-spi/Makefile')
-rw-r--r--devel/at-spi/Makefile8
1 files changed, 4 insertions, 4 deletions
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"