diff --git a/x11/gnome/at-spi/Makefile b/x11/gnome/at-spi/Makefile new file mode 100644 index 00000000000..09878a73b54 --- /dev/null +++ b/x11/gnome/at-spi/Makefile @@ -0,0 +1,38 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2007/11/18 13:36:32 jasper Exp $ + +COMMENT= GNOME accessibility interface + +GNOME_PROJECT= at-spi +GNOME_VERSION= 1.20.1 +SHARED_LIBS += spi 0.0 # .10.11 +SHARED_LIBS += loginhelper 0.0 # .0.0 +SHARED_LIBS += cspi 0.0 # .10.11 + +HOMEPAGE= http://developer.gnome.org/projects/gap/ + +# LGPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \ + Xcursor Xdamage Xdmcp Xevie Xext Xfixes Xi Xinerama \ + Xrandr Xrender Xtst atk-1.0 c cairo expat fontconfig \ + freetype glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0 \ + m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre png pthread z + +MODULES= devel/gettext \ + lang/python \ + x11/gnome + +LIB_DEPENDS= bonobo-2.>=1,bonobo-activation.>=5::x11/gnome/libbonobo \ + gdk_pixbuf-2.0,gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2 + +USE_X11= Yes +CONFIGURE_ARGS+= --enable-xevie +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" \ + PYTHON=${MODPY_BIN} + +.include diff --git a/x11/gnome/at-spi/distinfo b/x11/gnome/at-spi/distinfo new file mode 100644 index 00000000000..215f420f964 --- /dev/null +++ b/x11/gnome/at-spi/distinfo @@ -0,0 +1,5 @@ +MD5 (gnome/at-spi-1.20.1.tar.bz2) = ncTOlsF0Us0oXQBtA1dOkw== +RMD160 (gnome/at-spi-1.20.1.tar.bz2) = teo1u9pp3kYOwbhGpGKgg+/5+f4= +SHA1 (gnome/at-spi-1.20.1.tar.bz2) = WtHs+MKZ3PyC7Ezz20xv1YdGdrw= +SHA256 (gnome/at-spi-1.20.1.tar.bz2) = 1ZKDMzmjR9bkszlGtxe3u+YfdzDXFBEs2ZcVxaOjcU4= +SIZE (gnome/at-spi-1.20.1.tar.bz2) = 842254 diff --git a/x11/gnome/at-spi/patches/patch-Makefile_in b/x11/gnome/at-spi/patches/patch-Makefile_in new file mode 100644 index 00000000000..df556fded5d --- /dev/null +++ b/x11/gnome/at-spi/patches/patch-Makefile_in @@ -0,0 +1,12 @@ +$OpenBSD: patch-Makefile_in,v 1.1.1.1 2007/11/18 13:36:32 jasper Exp $ +--- Makefile.in.orig Sat Oct 27 16:32:10 2007 ++++ Makefile.in Sat Oct 27 16:32:23 2007 +@@ -286,7 +286,7 @@ sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-SUBDIRS = docs idl libspi login-helper registryd atk-bridge cspi pyatspi test po ++SUBDIRS = docs idl libspi login-helper registryd atk-bridge cspi pyatspi po + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = libspi-1.0.pc cspi-1.0.pc libloginhelper-1.0.pc + DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc diff --git a/x11/gnome/at-spi/patches/patch-configure b/x11/gnome/at-spi/patches/patch-configure new file mode 100644 index 00000000000..ab573ff10a5 --- /dev/null +++ b/x11/gnome/at-spi/patches/patch-configure @@ -0,0 +1,78 @@ +$OpenBSD: patch-configure,v 1.1.1.1 2007/11/18 13:36:32 jasper Exp $ +--- configure.orig Mon Oct 15 15:16:44 2007 ++++ configure Sat Oct 27 16:32:40 2007 +@@ -24510,13 +24510,11 @@ if test -n "$PKG_CONFIG"; then + libbonobo-2.0 >= 1.107.0 + atk >= 1.17.0 + gtk+-2.0 >= 2.10.0 +- gail >= 1.9.0 + \"") >&5 + ($PKG_CONFIG --exists --print-errors " + libbonobo-2.0 >= 1.107.0 + atk >= 1.17.0 + gtk+-2.0 >= 2.10.0 +- gail >= 1.9.0 + ") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 +@@ -24525,7 +24523,6 @@ if test -n "$PKG_CONFIG"; then + libbonobo-2.0 >= 1.107.0 + atk >= 1.17.0 + gtk+-2.0 >= 2.10.0 +- gail >= 1.9.0 + " 2>/dev/null` + else + pkg_failed=yes +@@ -24543,13 +24540,11 @@ if test -n "$PKG_CONFIG"; then + libbonobo-2.0 >= 1.107.0 + atk >= 1.17.0 + gtk+-2.0 >= 2.10.0 +- gail >= 1.9.0 + \"") >&5 + ($PKG_CONFIG --exists --print-errors " + libbonobo-2.0 >= 1.107.0 + atk >= 1.17.0 + gtk+-2.0 >= 2.10.0 +- gail >= 1.9.0 + ") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 +@@ -24558,7 +24553,6 @@ if test -n "$PKG_CONFIG"; then + libbonobo-2.0 >= 1.107.0 + atk >= 1.17.0 + gtk+-2.0 >= 2.10.0 +- gail >= 1.9.0 + " 2>/dev/null` + else + pkg_failed=yes +@@ -24582,14 +24576,12 @@ fi + libbonobo-2.0 >= 1.107.0 + atk >= 1.17.0 + gtk+-2.0 >= 2.10.0 +- gail >= 1.9.0 + "` + else + TESTS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " + libbonobo-2.0 >= 1.107.0 + atk >= 1.17.0 + gtk+-2.0 >= 2.10.0 +- gail >= 1.9.0 + "` + fi + # Put the nasty error message in config.log where it belongs +@@ -24599,7 +24591,6 @@ fi + libbonobo-2.0 >= 1.107.0 + atk >= 1.17.0 + gtk+-2.0 >= 2.10.0 +- gail >= 1.9.0 + ) were not met: + + $TESTS_PKG_ERRORS +@@ -24615,7 +24606,6 @@ echo "$as_me: error: Package requirements ( + libbonobo-2.0 >= 1.107.0 + atk >= 1.17.0 + gtk+-2.0 >= 2.10.0 +- gail >= 1.9.0 + ) were not met: + + $TESTS_PKG_ERRORS diff --git a/x11/gnome/at-spi/pkg/DESCR b/x11/gnome/at-spi/pkg/DESCR new file mode 100644 index 00000000000..5d6dd25d686 --- /dev/null +++ b/x11/gnome/at-spi/pkg/DESCR @@ -0,0 +1,2 @@ +This is the Early Access Release of the Gnome Accessibility Project's +Assistive Technology Service Provider Interface. diff --git a/x11/gnome/at-spi/pkg/PFRAG.shared b/x11/gnome/at-spi/pkg/PFRAG.shared new file mode 100644 index 00000000000..ababc8701b1 --- /dev/null +++ b/x11/gnome/at-spi/pkg/PFRAG.shared @@ -0,0 +1,7 @@ +@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2007/11/18 13:36:32 jasper Exp $ +lib/gtk-2.0/modules/libatk-bridge.so +@lib lib/libcspi.so.${LIBcspi_VERSION} +@lib lib/libloginhelper.so.${LIBloginhelper_VERSION} +@lib lib/libspi.so.${LIBspi_VERSION} +lib/orbit-2.0/Accessibility_LoginHelper_module.so +lib/orbit-2.0/Accessibility_module.so diff --git a/x11/gnome/at-spi/pkg/PLIST b/x11/gnome/at-spi/pkg/PLIST new file mode 100644 index 00000000000..d788caf7e1f --- /dev/null +++ b/x11/gnome/at-spi/pkg/PLIST @@ -0,0 +1,420 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2007/11/18 13:36:32 jasper Exp $ +%%SHARED%% +include/at-spi-1.0/ +include/at-spi-1.0/cspi/ +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 +include/at-spi-1.0/cspi/spi-statetypes.h +include/at-spi-1.0/cspi/spi.h +include/at-spi-1.0/libspi/ +include/at-spi-1.0/libspi/Accessibility.h +include/at-spi-1.0/libspi/accessible.h +include/at-spi-1.0/libspi/action.h +include/at-spi-1.0/libspi/application.h +include/at-spi-1.0/libspi/base.h +include/at-spi-1.0/libspi/collection.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 +include/at-spi-1.0/libspi/hypertext.h +include/at-spi-1.0/libspi/image.h +include/at-spi-1.0/libspi/keymasks.h +include/at-spi-1.0/libspi/keystrokelistener.h +include/at-spi-1.0/libspi/libspi.h +include/at-spi-1.0/libspi/listener.h +include/at-spi-1.0/libspi/matchrule.h +include/at-spi-1.0/libspi/relation.h +include/at-spi-1.0/libspi/remoteobject.h +include/at-spi-1.0/libspi/selection.h +include/at-spi-1.0/libspi/stateset.h +include/at-spi-1.0/libspi/streamablecontent.h +include/at-spi-1.0/libspi/table.h +include/at-spi-1.0/libspi/text.h +include/at-spi-1.0/libspi/value.h +include/at-spi-1.0/login-helper/ +include/at-spi-1.0/login-helper/Accessibility_LoginHelper.h +include/at-spi-1.0/login-helper/login-helper.h +lib/bonobo/ +lib/bonobo/servers/ +lib/bonobo/servers/Accessibility_Registry.server +lib/gtk-2.0/ +lib/gtk-2.0/modules/ +lib/gtk-2.0/modules/libatk-bridge.a +lib/gtk-2.0/modules/libatk-bridge.la +lib/libcspi.a +lib/libcspi.la +lib/libloginhelper.a +lib/libloginhelper.la +lib/libspi.a +lib/libspi.la +lib/orbit-2.0/ +lib/orbit-2.0/Accessibility_LoginHelper_module.a +lib/orbit-2.0/Accessibility_LoginHelper_module.la +lib/orbit-2.0/Accessibility_module.a +lib/orbit-2.0/Accessibility_module.la +lib/pkgconfig/ +lib/pkgconfig/cspi-1.0.pc +lib/pkgconfig/libloginhelper-1.0.pc +lib/pkgconfig/libspi-1.0.pc +lib/python${MODPY_VERSION}/site-packages/pyatspi/ +lib/python${MODPY_VERSION}/site-packages/pyatspi/__init__.py +lib/python${MODPY_VERSION}/site-packages/pyatspi/__init__.pyc +lib/python${MODPY_VERSION}/site-packages/pyatspi/__init__.pyo +lib/python${MODPY_VERSION}/site-packages/pyatspi/accessible.py +lib/python${MODPY_VERSION}/site-packages/pyatspi/accessible.pyc +lib/python${MODPY_VERSION}/site-packages/pyatspi/accessible.pyo +lib/python${MODPY_VERSION}/site-packages/pyatspi/constants.py +lib/python${MODPY_VERSION}/site-packages/pyatspi/constants.pyc +lib/python${MODPY_VERSION}/site-packages/pyatspi/constants.pyo +lib/python${MODPY_VERSION}/site-packages/pyatspi/event.py +lib/python${MODPY_VERSION}/site-packages/pyatspi/event.pyc +lib/python${MODPY_VERSION}/site-packages/pyatspi/event.pyo +lib/python${MODPY_VERSION}/site-packages/pyatspi/registry.py +lib/python${MODPY_VERSION}/site-packages/pyatspi/registry.pyc +lib/python${MODPY_VERSION}/site-packages/pyatspi/registry.pyo +lib/python${MODPY_VERSION}/site-packages/pyatspi/utils.py +lib/python${MODPY_VERSION}/site-packages/pyatspi/utils.pyc +lib/python${MODPY_VERSION}/site-packages/pyatspi/utils.pyo +libexec/at-spi-registryd +share/doc/at-spi-1.20.1/ +share/doc/at-spi-1.20.1/reference/ +share/doc/at-spi-1.20.1/reference/html/ +share/doc/at-spi-1.20.1/reference/html/Accessibility_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility_8idl.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Accessible_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Accessible_8idl.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Action_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Action_8idl.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Application_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Application_8idl.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Collection_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Collection_8idl.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Component_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Component_8idl.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Desktop_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Desktop_8idl.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Document_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Document_8idl.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__EditableText_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__EditableText_8idl.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Event_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Event_8idl.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Hyperlink_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Hyperlink_8idl.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Hypertext_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Hypertext_8idl.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Image_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Image_8idl.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__LoginHelper_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__LoginHelper_8idl.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Registry_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Registry_8idl.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Relation_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Relation_8idl.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Role_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Role_8idl.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Selection_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Selection_8idl.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Selector_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Selector_8idl.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__State_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__State_8idl.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__StreamableContent_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__StreamableContent_8idl.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Table_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Table_8idl.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Text_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Text_8idl.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Value_8idl-source.html +share/doc/at-spi-1.20.1/reference/html/Accessibility__Value_8idl.html +share/doc/at-spi-1.20.1/reference/html/annotated.html +share/doc/at-spi-1.20.1/reference/html/dir_1921d1e21393553b2653f8c7c21bdc73.html +share/doc/at-spi-1.20.1/reference/html/dirs.html +share/doc/at-spi-1.20.1/reference/html/doxygen.css +share/doc/at-spi-1.20.1/reference/html/doxygen.png +share/doc/at-spi-1.20.1/reference/html/exceptionAccessibility_1_1ContentStream_1_1IOError.html +share/doc/at-spi-1.20.1/reference/html/exceptionAccessibility_1_1ContentStream_1_1NoPermission.html +share/doc/at-spi-1.20.1/reference/html/exceptionAccessibility_1_1ContentStream_1_1NotSupported.html +share/doc/at-spi-1.20.1/reference/html/files.html +share/doc/at-spi-1.20.1/reference/html/functions.html +share/doc/at-spi-1.20.1/reference/html/functions_0x63.html +share/doc/at-spi-1.20.1/reference/html/functions_0x64.html +share/doc/at-spi-1.20.1/reference/html/functions_0x65.html +share/doc/at-spi-1.20.1/reference/html/functions_0x66.html +share/doc/at-spi-1.20.1/reference/html/functions_0x67.html +share/doc/at-spi-1.20.1/reference/html/functions_0x68.html +share/doc/at-spi-1.20.1/reference/html/functions_0x69.html +share/doc/at-spi-1.20.1/reference/html/functions_0x6b.html +share/doc/at-spi-1.20.1/reference/html/functions_0x6c.html +share/doc/at-spi-1.20.1/reference/html/functions_0x6d.html +share/doc/at-spi-1.20.1/reference/html/functions_0x6e.html +share/doc/at-spi-1.20.1/reference/html/functions_0x70.html +share/doc/at-spi-1.20.1/reference/html/functions_0x72.html +share/doc/at-spi-1.20.1/reference/html/functions_0x73.html +share/doc/at-spi-1.20.1/reference/html/functions_0x74.html +share/doc/at-spi-1.20.1/reference/html/functions_0x75.html +share/doc/at-spi-1.20.1/reference/html/functions_0x76.html +share/doc/at-spi-1.20.1/reference/html/functions_0x77.html +share/doc/at-spi-1.20.1/reference/html/functions_0x78.html +share/doc/at-spi-1.20.1/reference/html/functions_0x79.html +share/doc/at-spi-1.20.1/reference/html/functions_enum.html +share/doc/at-spi-1.20.1/reference/html/functions_eval.html +share/doc/at-spi-1.20.1/reference/html/functions_func.html +share/doc/at-spi-1.20.1/reference/html/functions_type.html +share/doc/at-spi-1.20.1/reference/html/functions_vars.html +share/doc/at-spi-1.20.1/reference/html/hierarchy.html +share/doc/at-spi-1.20.1/reference/html/index.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1Accessible.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1Accessible.png +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1Action.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1Application.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1Application.png +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1Collection.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1CommandListener.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1Component.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1ContentStream.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1Desktop.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1Desktop.png +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1DeviceEventController.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1DeviceEventListener.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1Document.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1EditableText.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1EditableText.png +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1EventListener.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1EventListener.png +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1Hyperlink.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1Hypertext.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1Image.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1LoginHelper.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1MatchRule.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1Registry.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1Registry.png +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1Relation.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1Selection.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1Selector.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1StateSet.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1StreamableContent.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1Table.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1Text.html +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1Text.png +share/doc/at-spi-1.20.1/reference/html/interfaceAccessibility_1_1Value.html +share/doc/at-spi-1.20.1/reference/html/namespaceAccessibility.html +share/doc/at-spi-1.20.1/reference/html/namespacemembers.html +share/doc/at-spi-1.20.1/reference/html/namespacemembers_0x62.html +share/doc/at-spi-1.20.1/reference/html/namespacemembers_0x63.html +share/doc/at-spi-1.20.1/reference/html/namespacemembers_0x64.html +share/doc/at-spi-1.20.1/reference/html/namespacemembers_0x65.html +share/doc/at-spi-1.20.1/reference/html/namespacemembers_0x6b.html +share/doc/at-spi-1.20.1/reference/html/namespacemembers_0x6c.html +share/doc/at-spi-1.20.1/reference/html/namespacemembers_0x6d.html +share/doc/at-spi-1.20.1/reference/html/namespacemembers_0x72.html +share/doc/at-spi-1.20.1/reference/html/namespacemembers_0x73.html +share/doc/at-spi-1.20.1/reference/html/namespacemembers_0x74.html +share/doc/at-spi-1.20.1/reference/html/namespacemembers_enum.html +share/doc/at-spi-1.20.1/reference/html/namespacemembers_eval.html +share/doc/at-spi-1.20.1/reference/html/namespacemembers_type.html +share/doc/at-spi-1.20.1/reference/html/namespaces.html +share/doc/at-spi-1.20.1/reference/html/structAccessibility_1_1AccessibleSetEntry.html +share/doc/at-spi-1.20.1/reference/html/structAccessibility_1_1BoundingBox.html +share/doc/at-spi-1.20.1/reference/html/structAccessibility_1_1Command.html +share/doc/at-spi-1.20.1/reference/html/structAccessibility_1_1DeviceEvent.html +share/doc/at-spi-1.20.1/reference/html/structAccessibility_1_1Event.html +share/doc/at-spi-1.20.1/reference/html/structAccessibility_1_1EventDetails.html +share/doc/at-spi-1.20.1/reference/html/structAccessibility_1_1EventListenerMode.html +share/doc/at-spi-1.20.1/reference/html/structAccessibility_1_1KeyDefinition.html +share/doc/at-spi-1.20.1/reference/html/structAccessibility_1_1LoginHelper_1_1WindowInfo.html +share/doc/at-spi-1.20.1/reference/html/structAccessibility_1_1Text_1_1Range.html +share/doc/at-spi-1.20.1/reference/html/tabs.css +share/gtk-doc/ +share/gtk-doc/html/ +share/gtk-doc/html/at-spi-cspi/ +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/ +share/idl/at-spi-1.0/ +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_Collection.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 +share/idl/at-spi-1.0/Accessibility_Hypertext.idl +share/idl/at-spi-1.0/Accessibility_Image.idl +share/idl/at-spi-1.0/Accessibility_LoginHelper.idl +share/idl/at-spi-1.0/Accessibility_Registry.idl +share/idl/at-spi-1.0/Accessibility_Relation.idl +share/idl/at-spi-1.0/Accessibility_Role.idl +share/idl/at-spi-1.0/Accessibility_Selection.idl +share/idl/at-spi-1.0/Accessibility_Selector.idl +share/idl/at-spi-1.0/Accessibility_State.idl +share/idl/at-spi-1.0/Accessibility_StreamableContent.idl +share/idl/at-spi-1.0/Accessibility_Table.idl +share/idl/at-spi-1.0/Accessibility_Text.idl +share/idl/at-spi-1.0/Accessibility_Value.idl +share/locale/ar/ +share/locale/ar/LC_MESSAGES/ +share/locale/ar/LC_MESSAGES/at-spi.mo +share/locale/az/ +share/locale/az/LC_MESSAGES/ +share/locale/az/LC_MESSAGES/at-spi.mo +share/locale/be/LC_MESSAGES/at-spi.mo +share/locale/bg/LC_MESSAGES/at-spi.mo +share/locale/bn/ +share/locale/bn/LC_MESSAGES/ +share/locale/bn/LC_MESSAGES/at-spi.mo +share/locale/bs/ +share/locale/bs/LC_MESSAGES/ +share/locale/bs/LC_MESSAGES/at-spi.mo +share/locale/ca/LC_MESSAGES/at-spi.mo +share/locale/cs/LC_MESSAGES/at-spi.mo +share/locale/cy/ +share/locale/cy/LC_MESSAGES/ +share/locale/cy/LC_MESSAGES/at-spi.mo +share/locale/da/LC_MESSAGES/at-spi.mo +share/locale/de/LC_MESSAGES/at-spi.mo +share/locale/dz/ +share/locale/dz/LC_MESSAGES/ +share/locale/dz/LC_MESSAGES/at-spi.mo +share/locale/el/LC_MESSAGES/at-spi.mo +share/locale/en_CA/ +share/locale/en_CA/LC_MESSAGES/ +share/locale/en_CA/LC_MESSAGES/at-spi.mo +share/locale/en_GB/ +share/locale/en_GB/LC_MESSAGES/ +share/locale/en_GB/LC_MESSAGES/at-spi.mo +share/locale/eo/LC_MESSAGES/at-spi.mo +share/locale/es/LC_MESSAGES/at-spi.mo +share/locale/et/LC_MESSAGES/at-spi.mo +share/locale/eu/ +share/locale/eu/LC_MESSAGES/ +share/locale/eu/LC_MESSAGES/at-spi.mo +share/locale/fa/ +share/locale/fa/LC_MESSAGES/ +share/locale/fa/LC_MESSAGES/at-spi.mo +share/locale/fi/LC_MESSAGES/at-spi.mo +share/locale/fr/LC_MESSAGES/at-spi.mo +share/locale/gl/LC_MESSAGES/at-spi.mo +share/locale/gu/ +share/locale/gu/LC_MESSAGES/ +share/locale/gu/LC_MESSAGES/at-spi.mo +share/locale/he/LC_MESSAGES/at-spi.mo +share/locale/hi/ +share/locale/hi/LC_MESSAGES/ +share/locale/hi/LC_MESSAGES/at-spi.mo +share/locale/hr/LC_MESSAGES/at-spi.mo +share/locale/hu/LC_MESSAGES/at-spi.mo +share/locale/id/LC_MESSAGES/at-spi.mo +share/locale/is/ +share/locale/is/LC_MESSAGES/ +share/locale/is/LC_MESSAGES/at-spi.mo +share/locale/it/LC_MESSAGES/at-spi.mo +share/locale/ja/LC_MESSAGES/at-spi.mo +share/locale/ka/ +share/locale/ka/LC_MESSAGES/ +share/locale/ka/LC_MESSAGES/at-spi.mo +share/locale/ko/LC_MESSAGES/at-spi.mo +share/locale/lt/ +share/locale/lt/LC_MESSAGES/ +share/locale/lt/LC_MESSAGES/at-spi.mo +share/locale/mn/ +share/locale/mn/LC_MESSAGES/ +share/locale/mn/LC_MESSAGES/at-spi.mo +share/locale/mr/ +share/locale/mr/LC_MESSAGES/ +share/locale/mr/LC_MESSAGES/at-spi.mo +share/locale/ms/ +share/locale/ms/LC_MESSAGES/ +share/locale/ms/LC_MESSAGES/at-spi.mo +share/locale/nb/LC_MESSAGES/at-spi.mo +share/locale/ne/ +share/locale/ne/LC_MESSAGES/ +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/oc/ +share/locale/oc/LC_MESSAGES/ +share/locale/oc/LC_MESSAGES/at-spi.mo +share/locale/or/ +share/locale/or/LC_MESSAGES/ +share/locale/or/LC_MESSAGES/at-spi.mo +share/locale/pa/ +share/locale/pa/LC_MESSAGES/ +share/locale/pa/LC_MESSAGES/at-spi.mo +share/locale/pl/LC_MESSAGES/at-spi.mo +share/locale/pt/LC_MESSAGES/at-spi.mo +share/locale/pt_BR/LC_MESSAGES/at-spi.mo +share/locale/ro/LC_MESSAGES/at-spi.mo +share/locale/ru/LC_MESSAGES/at-spi.mo +share/locale/rw/ +share/locale/rw/LC_MESSAGES/ +share/locale/rw/LC_MESSAGES/at-spi.mo +share/locale/sk/LC_MESSAGES/at-spi.mo +share/locale/sl/LC_MESSAGES/at-spi.mo +share/locale/sq/ +share/locale/sq/LC_MESSAGES/ +share/locale/sq/LC_MESSAGES/at-spi.mo +share/locale/sr/LC_MESSAGES/at-spi.mo +share/locale/sr@Latn/ +share/locale/sr@Latn/LC_MESSAGES/ +share/locale/sr@Latn/LC_MESSAGES/at-spi.mo +share/locale/sr@ije/ +share/locale/sr@ije/LC_MESSAGES/ +share/locale/sr@ije/LC_MESSAGES/at-spi.mo +share/locale/sv/LC_MESSAGES/at-spi.mo +share/locale/th/ +share/locale/th/LC_MESSAGES/ +share/locale/th/LC_MESSAGES/at-spi.mo +share/locale/ug/ +share/locale/ug/LC_MESSAGES/ +share/locale/ug/LC_MESSAGES/at-spi.mo +share/locale/uk/LC_MESSAGES/at-spi.mo +share/locale/vi/LC_MESSAGES/at-spi.mo +share/locale/wa/ +share/locale/wa/LC_MESSAGES/ +share/locale/wa/LC_MESSAGES/at-spi.mo +share/locale/xh/ +share/locale/xh/LC_MESSAGES/ +share/locale/xh/LC_MESSAGES/at-spi.mo +share/locale/zh_CN/LC_MESSAGES/at-spi.mo +share/locale/zh_HK/LC_MESSAGES/at-spi.mo +share/locale/zh_TW/LC_MESSAGES/at-spi.mo