summaryrefslogtreecommitdiff
path: root/devel/at-spi
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-09-15 15:18:55 +0000
committerjmmv <jmmv@pkgsrc.org>2006-09-15 15:18:55 +0000
commit6f3f45c9fdac893475972d5141945f126abdd410 (patch)
tree24c44754824e93e3a3889cf8d2247fe370127fc9 /devel/at-spi
parentfef44b3aa42aca8570e75a77c16ef87cb3a08e2c (diff)
downloadpkgsrc-6f3f45c9fdac893475972d5141945f126abdd410.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')
-rw-r--r--devel/at-spi/Makefile8
-rw-r--r--devel/at-spi/PLIST172
-rw-r--r--devel/at-spi/distinfo8
3 files changed, 124 insertions, 64 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"
diff --git a/devel/at-spi/PLIST b/devel/at-spi/PLIST
index cd9dd5c5605..9eda8b557c8 100644
--- a/devel/at-spi/PLIST
+++ b/devel/at-spi/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2006/04/17 07:07:15 jlam Exp $
+@comment $NetBSD: PLIST,v 1.15 2006/09/15 15:18:55 jmmv Exp $
include/at-spi-1.0/cspi/spi-impl.h
include/at-spi-1.0/cspi/spi-listener.h
include/at-spi-1.0/cspi/spi-roletypes.h
@@ -11,6 +11,7 @@ include/at-spi-1.0/libspi/application.h
include/at-spi-1.0/libspi/base.h
include/at-spi-1.0/libspi/component.h
include/at-spi-1.0/libspi/devicelistener.h
+include/at-spi-1.0/libspi/document.h
include/at-spi-1.0/libspi/editabletext.h
include/at-spi-1.0/libspi/eventlistener.h
include/at-spi-1.0/libspi/hyperlink.h
@@ -53,6 +54,8 @@ share/doc/${PKGNAME}/reference/html/Accessibility__Component_8idl-source.html
share/doc/${PKGNAME}/reference/html/Accessibility__Component_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__Desktop_8idl-source.html
share/doc/${PKGNAME}/reference/html/Accessibility__Desktop_8idl.html
+share/doc/${PKGNAME}/reference/html/Accessibility__Document_8idl-source.html
+share/doc/${PKGNAME}/reference/html/Accessibility__Document_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__EditableText_8idl-source.html
share/doc/${PKGNAME}/reference/html/Accessibility__EditableText_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__Event_8idl-source.html
@@ -86,36 +89,78 @@ share/doc/${PKGNAME}/reference/html/Accessibility__Text_8idl.html
share/doc/${PKGNAME}/reference/html/Accessibility__Value_8idl-source.html
share/doc/${PKGNAME}/reference/html/Accessibility__Value_8idl.html
share/doc/${PKGNAME}/reference/html/annotated.html
+share/doc/${PKGNAME}/reference/html/classAccessibility_1_1Accessible.html
+share/doc/${PKGNAME}/reference/html/classAccessibility_1_1Accessible.png
+share/doc/${PKGNAME}/reference/html/classAccessibility_1_1Action.html
+share/doc/${PKGNAME}/reference/html/classAccessibility_1_1Application.html
+share/doc/${PKGNAME}/reference/html/classAccessibility_1_1Application.png
+share/doc/${PKGNAME}/reference/html/classAccessibility_1_1Component.html
+share/doc/${PKGNAME}/reference/html/classAccessibility_1_1Desktop.html
+share/doc/${PKGNAME}/reference/html/classAccessibility_1_1Desktop.png
+share/doc/${PKGNAME}/reference/html/classAccessibility_1_1DeviceEventListener.html
+share/doc/${PKGNAME}/reference/html/classAccessibility_1_1Document.html
+share/doc/${PKGNAME}/reference/html/classAccessibility_1_1EditableText.html
+share/doc/${PKGNAME}/reference/html/classAccessibility_1_1EditableText.png
+share/doc/${PKGNAME}/reference/html/classAccessibility_1_1EventListener.html
+share/doc/${PKGNAME}/reference/html/classAccessibility_1_1EventListener.png
+share/doc/${PKGNAME}/reference/html/classAccessibility_1_1Hyperlink.html
+share/doc/${PKGNAME}/reference/html/classAccessibility_1_1Hypertext.html
+share/doc/${PKGNAME}/reference/html/classAccessibility_1_1Image.html
+share/doc/${PKGNAME}/reference/html/classAccessibility_1_1LoginHelper.html
+share/doc/${PKGNAME}/reference/html/classAccessibility_1_1Registry.html
+share/doc/${PKGNAME}/reference/html/classAccessibility_1_1Registry.png
+share/doc/${PKGNAME}/reference/html/dir_000000.html
+share/doc/${PKGNAME}/reference/html/dirs.html
share/doc/${PKGNAME}/reference/html/doxygen.css
share/doc/${PKGNAME}/reference/html/doxygen.png
-share/doc/${PKGNAME}/reference/html/exceptionAccessibility_1_1StreamableContent_1_1IOError.html
-share/doc/${PKGNAME}/reference/html/exceptionAccessibility_1_1StreamableContent_1_1NoPermission.html
-share/doc/${PKGNAME}/reference/html/exceptionAccessibility_1_1StreamableContent_1_1NotSupported.html
+share/doc/${PKGNAME}/reference/html/exceptionAccessibility_1_1ContentStream_1_1IOError.html
+share/doc/${PKGNAME}/reference/html/exceptionAccessibility_1_1ContentStream_1_1NoPermission.html
+share/doc/${PKGNAME}/reference/html/exceptionAccessibility_1_1ContentStream_1_1NotSupported.html
share/doc/${PKGNAME}/reference/html/files.html
share/doc/${PKGNAME}/reference/html/functions.html
+share/doc/${PKGNAME}/reference/html/functions_0x63.html
+share/doc/${PKGNAME}/reference/html/functions_0x64.html
+share/doc/${PKGNAME}/reference/html/functions_0x65.html
+share/doc/${PKGNAME}/reference/html/functions_0x67.html
+share/doc/${PKGNAME}/reference/html/functions_0x68.html
+share/doc/${PKGNAME}/reference/html/functions_0x69.html
+share/doc/${PKGNAME}/reference/html/functions_0x6b.html
+share/doc/${PKGNAME}/reference/html/functions_0x6c.html
+share/doc/${PKGNAME}/reference/html/functions_0x6d.html
+share/doc/${PKGNAME}/reference/html/functions_0x6e.html
+share/doc/${PKGNAME}/reference/html/functions_0x70.html
+share/doc/${PKGNAME}/reference/html/functions_0x72.html
+share/doc/${PKGNAME}/reference/html/functions_0x73.html
+share/doc/${PKGNAME}/reference/html/functions_0x74.html
+share/doc/${PKGNAME}/reference/html/functions_0x75.html
+share/doc/${PKGNAME}/reference/html/functions_0x76.html
+share/doc/${PKGNAME}/reference/html/functions_0x77.html
+share/doc/${PKGNAME}/reference/html/functions_0x78.html
+share/doc/${PKGNAME}/reference/html/functions_0x79.html
+share/doc/${PKGNAME}/reference/html/functions_enum.html
+share/doc/${PKGNAME}/reference/html/functions_eval.html
+share/doc/${PKGNAME}/reference/html/functions_func.html
+share/doc/${PKGNAME}/reference/html/functions_type.html
+share/doc/${PKGNAME}/reference/html/functions_vars.html
+share/doc/${PKGNAME}/reference/html/globals.html
+share/doc/${PKGNAME}/reference/html/globals_0x62.html
+share/doc/${PKGNAME}/reference/html/globals_0x63.html
+share/doc/${PKGNAME}/reference/html/globals_0x64.html
+share/doc/${PKGNAME}/reference/html/globals_0x65.html
+share/doc/${PKGNAME}/reference/html/globals_0x6b.html
+share/doc/${PKGNAME}/reference/html/globals_0x6c.html
+share/doc/${PKGNAME}/reference/html/globals_0x6d.html
+share/doc/${PKGNAME}/reference/html/globals_0x72.html
+share/doc/${PKGNAME}/reference/html/globals_0x73.html
+share/doc/${PKGNAME}/reference/html/globals_0x74.html
+share/doc/${PKGNAME}/reference/html/globals_enum.html
+share/doc/${PKGNAME}/reference/html/globals_eval.html
+share/doc/${PKGNAME}/reference/html/globals_type.html
share/doc/${PKGNAME}/reference/html/hierarchy.html
share/doc/${PKGNAME}/reference/html/index.html
-share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Accessible.html
-share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Accessible.png
-share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Action.html
-share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Application.html
-share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Application.png
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1CommandListener.html
-share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Component.html
-share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Desktop.html
-share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Desktop.png
+share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1ContentStream.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1DeviceEventController.html
-share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1DeviceEventListener.html
-share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1EditableText.html
-share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1EditableText.png
-share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1EventListener.html
-share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1EventListener.png
-share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Hyperlink.html
-share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Hypertext.html
-share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Image.html
-share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1LoginHelper.html
-share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Registry.html
-share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Registry.png
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Relation.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Selection.html
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Selector.html
@@ -127,6 +172,19 @@ share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Text.png
share/doc/${PKGNAME}/reference/html/interfaceAccessibility_1_1Value.html
share/doc/${PKGNAME}/reference/html/namespaceAccessibility.html
share/doc/${PKGNAME}/reference/html/namespacemembers.html
+share/doc/${PKGNAME}/reference/html/namespacemembers_0x62.html
+share/doc/${PKGNAME}/reference/html/namespacemembers_0x63.html
+share/doc/${PKGNAME}/reference/html/namespacemembers_0x64.html
+share/doc/${PKGNAME}/reference/html/namespacemembers_0x65.html
+share/doc/${PKGNAME}/reference/html/namespacemembers_0x6b.html
+share/doc/${PKGNAME}/reference/html/namespacemembers_0x6c.html
+share/doc/${PKGNAME}/reference/html/namespacemembers_0x6d.html
+share/doc/${PKGNAME}/reference/html/namespacemembers_0x72.html
+share/doc/${PKGNAME}/reference/html/namespacemembers_0x73.html
+share/doc/${PKGNAME}/reference/html/namespacemembers_0x74.html
+share/doc/${PKGNAME}/reference/html/namespacemembers_enum.html
+share/doc/${PKGNAME}/reference/html/namespacemembers_eval.html
+share/doc/${PKGNAME}/reference/html/namespacemembers_type.html
share/doc/${PKGNAME}/reference/html/namespaces.html
share/doc/${PKGNAME}/reference/html/structAccessibility_1_1BoundingBox.html
share/doc/${PKGNAME}/reference/html/structAccessibility_1_1Command.html
@@ -137,43 +195,46 @@ share/doc/${PKGNAME}/reference/html/structAccessibility_1_1EventListenerMode.htm
share/doc/${PKGNAME}/reference/html/structAccessibility_1_1KeyDefinition.html
share/doc/${PKGNAME}/reference/html/structAccessibility_1_1LoginHelper_1_1WindowInfo.html
share/doc/${PKGNAME}/reference/html/structAccessibility_1_1Text_1_1Range.html
-share/doc/at-spi-cspi/at-spi-cspi-Accessible-Objects.html
-share/doc/at-spi-cspi/at-spi-cspi-AccessibleAction-Interface.html
-share/doc/at-spi-cspi/at-spi-cspi-AccessibleApplication-API.html
-share/doc/at-spi-cspi/at-spi-cspi-AccessibleComponent-Interface.html
-share/doc/at-spi-cspi/at-spi-cspi-AccessibleEditableText-Interface.html
-share/doc/at-spi-cspi/at-spi-cspi-AccessibleHyperlink-Interface.html
-share/doc/at-spi-cspi/at-spi-cspi-AccessibleHypertext-Interface.html
-share/doc/at-spi-cspi/at-spi-cspi-AccessibleImage-Interface.html
-share/doc/at-spi-cspi/at-spi-cspi-AccessibleRelations-and-RelationSets.html
-share/doc/at-spi-cspi/at-spi-cspi-AccessibleSelection-Interface.html
-share/doc/at-spi-cspi/at-spi-cspi-AccessibleTable-Interface.html
-share/doc/at-spi-cspi/at-spi-cspi-AccessibleText-Interface.html
-share/doc/at-spi-cspi/at-spi-cspi-AccessibleValue-Interface.html
-share/doc/at-spi-cspi/at-spi-cspi-Event-Listener-Support.html
-share/doc/at-spi-cspi/at-spi-cspi-Registry-queries.html
-share/doc/at-spi-cspi/at-spi-cspi-SPI-main-loop-and-initialization.html
-share/doc/at-spi-cspi/at-spi-cspi-State-and-StateSets.html
-share/doc/at-spi-cspi/at-spi-cspi.devhelp
-share/doc/at-spi-cspi/at-spi-cspi.devhelp2
-share/doc/at-spi-cspi/ch05.html
-share/doc/at-spi-cspi/home.png
-share/doc/at-spi-cspi/index.html
-share/doc/at-spi-cspi/index.sgml
-share/doc/at-spi-cspi/left.png
-share/doc/at-spi-cspi/right.png
-share/doc/at-spi-cspi/spi-accessible.html
-share/doc/at-spi-cspi/spi-application.html
-share/doc/at-spi-cspi/spi-component.html
-share/doc/at-spi-cspi/spi-main.html
-share/doc/at-spi-cspi/style.css
-share/doc/at-spi-cspi/up.png
+share/gtk-doc/html/at-spi-cspi/at-spi-cspi-Accessible-Objects.html
+share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleAction-Interface.html
+share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleApplication-API.html
+share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleComponent-Interface.html
+share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleDocument-Interface.html
+share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleEditableText-Interface.html
+share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleHyperlink-Interface.html
+share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleHypertext-Interface.html
+share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleImage-Interface.html
+share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleRelations-and-RelationSets.html
+share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleSelection-Interface.html
+share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleStreamableContent-Interface.html
+share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleTable-Interface.html
+share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleText-Interface.html
+share/gtk-doc/html/at-spi-cspi/at-spi-cspi-AccessibleValue-Interface.html
+share/gtk-doc/html/at-spi-cspi/at-spi-cspi-Event-Listener-Support.html
+share/gtk-doc/html/at-spi-cspi/at-spi-cspi-Registry-queries.html
+share/gtk-doc/html/at-spi-cspi/at-spi-cspi-SPI-main-loop-and-initialization.html
+share/gtk-doc/html/at-spi-cspi/at-spi-cspi-State-and-StateSets.html
+share/gtk-doc/html/at-spi-cspi/at-spi-cspi.devhelp
+share/gtk-doc/html/at-spi-cspi/at-spi-cspi.devhelp2
+share/gtk-doc/html/at-spi-cspi/ch05.html
+share/gtk-doc/html/at-spi-cspi/home.png
+share/gtk-doc/html/at-spi-cspi/index.html
+share/gtk-doc/html/at-spi-cspi/index.sgml
+share/gtk-doc/html/at-spi-cspi/left.png
+share/gtk-doc/html/at-spi-cspi/right.png
+share/gtk-doc/html/at-spi-cspi/spi-accessible.html
+share/gtk-doc/html/at-spi-cspi/spi-application.html
+share/gtk-doc/html/at-spi-cspi/spi-component.html
+share/gtk-doc/html/at-spi-cspi/spi-main.html
+share/gtk-doc/html/at-spi-cspi/style.css
+share/gtk-doc/html/at-spi-cspi/up.png
share/idl/at-spi-1.0/Accessibility.idl
share/idl/at-spi-1.0/Accessibility_Accessible.idl
share/idl/at-spi-1.0/Accessibility_Action.idl
share/idl/at-spi-1.0/Accessibility_Application.idl
share/idl/at-spi-1.0/Accessibility_Component.idl
share/idl/at-spi-1.0/Accessibility_Desktop.idl
+share/idl/at-spi-1.0/Accessibility_Document.idl
share/idl/at-spi-1.0/Accessibility_EditableText.idl
share/idl/at-spi-1.0/Accessibility_Event.idl
share/idl/at-spi-1.0/Accessibility_Hyperlink.idl
@@ -232,7 +293,6 @@ share/locale/nb/LC_MESSAGES/at-spi.mo
share/locale/ne/LC_MESSAGES/at-spi.mo
share/locale/nl/LC_MESSAGES/at-spi.mo
share/locale/nn/LC_MESSAGES/at-spi.mo
-share/locale/no/LC_MESSAGES/at-spi.mo
share/locale/or/LC_MESSAGES/at-spi.mo
share/locale/pa/LC_MESSAGES/at-spi.mo
share/locale/pl/LC_MESSAGES/at-spi.mo
@@ -259,7 +319,7 @@ share/locale/zh_HK/LC_MESSAGES/at-spi.mo
share/locale/zh_TW/LC_MESSAGES/at-spi.mo
@dirrm share/idl/at-spi-1.0
@comment in ORBit2: @dirrm share/idl
-@dirrm share/doc/at-spi-cspi
+@dirrm share/gtk-doc/html/at-spi-cspi
@dirrm share/doc/${PKGNAME}/reference/html
@dirrm share/doc/${PKGNAME}/reference
@dirrm share/doc/${PKGNAME}
diff --git a/devel/at-spi/distinfo b/devel/at-spi/distinfo
index 9a24e1accfe..41a88e33334 100644
--- a/devel/at-spi/distinfo
+++ b/devel/at-spi/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2006/04/06 16:49:55 drochner Exp $
+$NetBSD: distinfo,v 1.18 2006/09/15 15:18:55 jmmv Exp $
-SHA1 (at-spi-1.7.7.tar.bz2) = 40cc22cce54da252734a9ab52aa707669696a6ae
-RMD160 (at-spi-1.7.7.tar.bz2) = e19c1d3f7696832add2c3bc2a2f965acf5d019f6
-Size (at-spi-1.7.7.tar.bz2) = 696704 bytes
+SHA1 (at-spi-1.7.11.tar.bz2) = ae0db88c91541686ea760bedeb6bf7479da2bce4
+RMD160 (at-spi-1.7.11.tar.bz2) = 52b3db7994fb455208e39bb034b615975d1513bd
+Size (at-spi-1.7.11.tar.bz2) = 757361 bytes