- update at-spi to 1.24.0
- specify license version - fix documentation location with and ok ajacoutot@
This commit is contained in:
parent
f2744f75b6
commit
d4fb936bb8
@ -1,17 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2008/06/02 17:58:23 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2008/11/21 17:00:48 jasper Exp $
|
||||
|
||||
COMMENT= GNOME accessibility interface
|
||||
|
||||
GNOME_PROJECT= at-spi
|
||||
GNOME_VERSION= 1.20.1
|
||||
GNOME_VERSION= 1.24.0
|
||||
SHARED_LIBS += spi 0.0 # .10.11
|
||||
SHARED_LIBS += loginhelper 0.0 # .0.0
|
||||
SHARED_LIBS += cspi 0.0 # .10.11
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
|
||||
HOMEPAGE= http://developer.gnome.org/projects/gap/
|
||||
|
||||
# LGPL
|
||||
# LGPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -20,9 +19,9 @@ 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 pixman-1 png \
|
||||
pthread z
|
||||
freetype gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 \
|
||||
gthread-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
||||
pcre pixman-1 png pthread z
|
||||
|
||||
MODULES= devel/gettext \
|
||||
lang/python \
|
||||
@ -32,9 +31,12 @@ 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_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/at-spi \
|
||||
--enable-xevie
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
PYTHON=${MODPY_BIN}
|
||||
|
||||
SUBST_VARS= GNOME_VERSION
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +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
|
||||
MD5 (gnome/at-spi-1.24.0.tar.bz2) = 5UajXiHRJ7UCo8V1UKGJoA==
|
||||
RMD160 (gnome/at-spi-1.24.0.tar.bz2) = 3MeOY4I//Wvg/Mys8xUphlBtVRA=
|
||||
SHA1 (gnome/at-spi-1.24.0.tar.bz2) = nBNJ4nYX16IAbnYQHlsSxyHgfho=
|
||||
SHA256 (gnome/at-spi-1.24.0.tar.bz2) = x691rZ07QDoGE3PSOjGjAMqmdF1zvnRTMDxpkSfFHGs=
|
||||
SIZE (gnome/at-spi-1.24.0.tar.bz2) = 834708
|
||||
|
@ -1,7 +1,7 @@
|
||||
$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@
|
||||
$OpenBSD: patch-Makefile_in,v 1.2 2008/11/21 17:00:48 jasper Exp $
|
||||
--- Makefile.in.orig Mon Sep 22 10:55:52 2008
|
||||
+++ Makefile.in Thu Oct 30 13:47:10 2008
|
||||
@@ -297,7 +297,7 @@ sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
|
@ -1,7 +1,7 @@
|
||||
$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
|
||||
$OpenBSD: patch-configure,v 1.2 2008/11/21 17:00:48 jasper Exp $
|
||||
--- configure.orig Thu Oct 30 13:46:12 2008
|
||||
+++ configure Thu Oct 30 13:46:56 2008
|
||||
@@ -16282,13 +16282,11 @@ if test -n "$PKG_CONFIG"; then
|
||||
libbonobo-2.0 >= 1.107.0
|
||||
atk >= 1.17.0
|
||||
gtk+-2.0 >= 2.10.0
|
||||
@ -15,7 +15,7 @@ $OpenBSD: patch-configure,v 1.1.1.1 2007/11/18 13:36:32 jasper Exp $
|
||||
") 2>&5
|
||||
ac_status=$?
|
||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||
@@ -24525,7 +24523,6 @@ if test -n "$PKG_CONFIG"; then
|
||||
@@ -16297,7 +16295,6 @@ if test -n "$PKG_CONFIG"; then
|
||||
libbonobo-2.0 >= 1.107.0
|
||||
atk >= 1.17.0
|
||||
gtk+-2.0 >= 2.10.0
|
||||
@ -23,7 +23,7 @@ $OpenBSD: patch-configure,v 1.1.1.1 2007/11/18 13:36:32 jasper Exp $
|
||||
" 2>/dev/null`
|
||||
else
|
||||
pkg_failed=yes
|
||||
@@ -24543,13 +24540,11 @@ if test -n "$PKG_CONFIG"; then
|
||||
@@ -16315,13 +16312,11 @@ if test -n "$PKG_CONFIG"; then
|
||||
libbonobo-2.0 >= 1.107.0
|
||||
atk >= 1.17.0
|
||||
gtk+-2.0 >= 2.10.0
|
||||
@ -37,7 +37,7 @@ $OpenBSD: patch-configure,v 1.1.1.1 2007/11/18 13:36:32 jasper Exp $
|
||||
") 2>&5
|
||||
ac_status=$?
|
||||
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||
@@ -24558,7 +24553,6 @@ if test -n "$PKG_CONFIG"; then
|
||||
@@ -16330,7 +16325,6 @@ if test -n "$PKG_CONFIG"; then
|
||||
libbonobo-2.0 >= 1.107.0
|
||||
atk >= 1.17.0
|
||||
gtk+-2.0 >= 2.10.0
|
||||
@ -45,7 +45,7 @@ $OpenBSD: patch-configure,v 1.1.1.1 2007/11/18 13:36:32 jasper Exp $
|
||||
" 2>/dev/null`
|
||||
else
|
||||
pkg_failed=yes
|
||||
@@ -24582,14 +24576,12 @@ fi
|
||||
@@ -16354,14 +16348,12 @@ fi
|
||||
libbonobo-2.0 >= 1.107.0
|
||||
atk >= 1.17.0
|
||||
gtk+-2.0 >= 2.10.0
|
||||
@ -60,7 +60,7 @@ $OpenBSD: patch-configure,v 1.1.1.1 2007/11/18 13:36:32 jasper Exp $
|
||||
"`
|
||||
fi
|
||||
# Put the nasty error message in config.log where it belongs
|
||||
@@ -24599,7 +24591,6 @@ fi
|
||||
@@ -16371,7 +16363,6 @@ fi
|
||||
libbonobo-2.0 >= 1.107.0
|
||||
atk >= 1.17.0
|
||||
gtk+-2.0 >= 2.10.0
|
||||
@ -68,7 +68,7 @@ $OpenBSD: patch-configure,v 1.1.1.1 2007/11/18 13:36:32 jasper Exp $
|
||||
) were not met:
|
||||
|
||||
$TESTS_PKG_ERRORS
|
||||
@@ -24615,7 +24606,6 @@ echo "$as_me: error: Package requirements (
|
||||
@@ -16387,7 +16378,6 @@ echo "$as_me: error: Package requirements (
|
||||
libbonobo-2.0 >= 1.107.0
|
||||
atk >= 1.17.0
|
||||
gtk+-2.0 >= 2.10.0
|
||||
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-docs_reference_idl_Makefile_in,v 1.1 2008/11/21 17:00:48 jasper Exp $
|
||||
--- docs/reference/idl/Makefile.in.orig Fri Nov 21 16:51:07 2008
|
||||
+++ docs/reference/idl/Makefile.in Fri Nov 21 16:51:12 2008
|
||||
@@ -255,7 +255,7 @@ sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
doxygen_configfile = Doxyfile
|
||||
EXTRA_DIST = Doxyfile README html
|
||||
-referencetopdir = $(datadir)/doc/at-spi-$(VERSION)/reference
|
||||
+referencetopdir = $(datadir)/doc/at-spi/reference
|
||||
referencedir = $(referencetopdir)/html
|
||||
all: all-am
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/11/18 13:36:32 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2008/11/21 17:00:48 jasper Exp $
|
||||
%%SHARED%%
|
||||
include/at-spi-1.0/
|
||||
include/at-spi-1.0/cspi/
|
||||
@ -38,11 +38,7 @@ 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
|
||||
@ -51,12 +47,10 @@ 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
|
||||
@ -79,158 +73,155 @@ 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/
|
||||
@bin libexec/at-spi-registryd
|
||||
share/doc/at-spi/
|
||||
share/doc/at-spi/reference/
|
||||
share/doc/at-spi/reference/html/
|
||||
share/doc/at-spi/reference/html/Accessibility_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility_8idl.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Accessible_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Accessible_8idl.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Action_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Action_8idl.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Application_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Application_8idl.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Collection_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Collection_8idl.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Component_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Component_8idl.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Desktop_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Desktop_8idl.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Document_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Document_8idl.html
|
||||
share/doc/at-spi/reference/html/Accessibility__EditableText_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility__EditableText_8idl.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Event_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Event_8idl.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Hyperlink_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Hyperlink_8idl.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Hypertext_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Hypertext_8idl.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Image_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Image_8idl.html
|
||||
share/doc/at-spi/reference/html/Accessibility__LoginHelper_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility__LoginHelper_8idl.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Registry_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Registry_8idl.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Relation_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Relation_8idl.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Role_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Role_8idl.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Selection_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Selection_8idl.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Selector_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Selector_8idl.html
|
||||
share/doc/at-spi/reference/html/Accessibility__State_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility__State_8idl.html
|
||||
share/doc/at-spi/reference/html/Accessibility__StreamableContent_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility__StreamableContent_8idl.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Table_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Table_8idl.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Text_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Text_8idl.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Value_8idl-source.html
|
||||
share/doc/at-spi/reference/html/Accessibility__Value_8idl.html
|
||||
share/doc/at-spi/reference/html/annotated.html
|
||||
share/doc/at-spi/reference/html/dir_1de6d41b6eb4399279fd277c65315d64.html
|
||||
share/doc/at-spi/reference/html/dirs.html
|
||||
share/doc/at-spi/reference/html/doxygen.css
|
||||
share/doc/at-spi/reference/html/doxygen.png
|
||||
share/doc/at-spi/reference/html/exceptionAccessibility_1_1ContentStream_1_1IOError.html
|
||||
share/doc/at-spi/reference/html/exceptionAccessibility_1_1ContentStream_1_1NoPermission.html
|
||||
share/doc/at-spi/reference/html/exceptionAccessibility_1_1ContentStream_1_1NotSupported.html
|
||||
share/doc/at-spi/reference/html/files.html
|
||||
share/doc/at-spi/reference/html/functions.html
|
||||
share/doc/at-spi/reference/html/functions_0x63.html
|
||||
share/doc/at-spi/reference/html/functions_0x64.html
|
||||
share/doc/at-spi/reference/html/functions_0x65.html
|
||||
share/doc/at-spi/reference/html/functions_0x66.html
|
||||
share/doc/at-spi/reference/html/functions_0x67.html
|
||||
share/doc/at-spi/reference/html/functions_0x68.html
|
||||
share/doc/at-spi/reference/html/functions_0x69.html
|
||||
share/doc/at-spi/reference/html/functions_0x6b.html
|
||||
share/doc/at-spi/reference/html/functions_0x6c.html
|
||||
share/doc/at-spi/reference/html/functions_0x6d.html
|
||||
share/doc/at-spi/reference/html/functions_0x6e.html
|
||||
share/doc/at-spi/reference/html/functions_0x70.html
|
||||
share/doc/at-spi/reference/html/functions_0x72.html
|
||||
share/doc/at-spi/reference/html/functions_0x73.html
|
||||
share/doc/at-spi/reference/html/functions_0x74.html
|
||||
share/doc/at-spi/reference/html/functions_0x75.html
|
||||
share/doc/at-spi/reference/html/functions_0x76.html
|
||||
share/doc/at-spi/reference/html/functions_0x77.html
|
||||
share/doc/at-spi/reference/html/functions_0x78.html
|
||||
share/doc/at-spi/reference/html/functions_0x79.html
|
||||
share/doc/at-spi/reference/html/functions_enum.html
|
||||
share/doc/at-spi/reference/html/functions_eval.html
|
||||
share/doc/at-spi/reference/html/functions_func.html
|
||||
share/doc/at-spi/reference/html/functions_type.html
|
||||
share/doc/at-spi/reference/html/functions_vars.html
|
||||
share/doc/at-spi/reference/html/hierarchy.html
|
||||
share/doc/at-spi/reference/html/index.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1Accessible.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1Accessible.png
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1Action.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1Application.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1Application.png
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1Collection.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1CommandListener.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1Component.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1ContentStream.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1Desktop.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1Desktop.png
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1DeviceEventController.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1DeviceEventListener.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1Document.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1EditableText.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1EditableText.png
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1EventListener.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1EventListener.png
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1Hyperlink.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1Hypertext.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1Image.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1LoginHelper.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1MatchRule.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1Registry.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1Registry.png
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1Relation.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1Selection.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1Selector.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1StateSet.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1StreamableContent.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1Table.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1Text.html
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1Text.png
|
||||
share/doc/at-spi/reference/html/interfaceAccessibility_1_1Value.html
|
||||
share/doc/at-spi/reference/html/namespaceAccessibility.html
|
||||
share/doc/at-spi/reference/html/namespacemembers.html
|
||||
share/doc/at-spi/reference/html/namespacemembers_0x62.html
|
||||
share/doc/at-spi/reference/html/namespacemembers_0x63.html
|
||||
share/doc/at-spi/reference/html/namespacemembers_0x64.html
|
||||
share/doc/at-spi/reference/html/namespacemembers_0x65.html
|
||||
share/doc/at-spi/reference/html/namespacemembers_0x6b.html
|
||||
share/doc/at-spi/reference/html/namespacemembers_0x6c.html
|
||||
share/doc/at-spi/reference/html/namespacemembers_0x6d.html
|
||||
share/doc/at-spi/reference/html/namespacemembers_0x72.html
|
||||
share/doc/at-spi/reference/html/namespacemembers_0x73.html
|
||||
share/doc/at-spi/reference/html/namespacemembers_0x74.html
|
||||
share/doc/at-spi/reference/html/namespacemembers_enum.html
|
||||
share/doc/at-spi/reference/html/namespacemembers_eval.html
|
||||
share/doc/at-spi/reference/html/namespacemembers_type.html
|
||||
share/doc/at-spi/reference/html/namespaces.html
|
||||
share/doc/at-spi/reference/html/structAccessibility_1_1BoundingBox.html
|
||||
share/doc/at-spi/reference/html/structAccessibility_1_1Command.html
|
||||
share/doc/at-spi/reference/html/structAccessibility_1_1DeviceEvent.html
|
||||
share/doc/at-spi/reference/html/structAccessibility_1_1Event.html
|
||||
share/doc/at-spi/reference/html/structAccessibility_1_1EventDetails.html
|
||||
share/doc/at-spi/reference/html/structAccessibility_1_1EventListenerMode.html
|
||||
share/doc/at-spi/reference/html/structAccessibility_1_1KeyDefinition.html
|
||||
share/doc/at-spi/reference/html/structAccessibility_1_1LoginHelper_1_1WindowInfo.html
|
||||
share/doc/at-spi/reference/html/structAccessibility_1_1Text_1_1Range.html
|
||||
share/doc/at-spi/reference/html/tabs.css
|
||||
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
|
||||
@ -265,7 +256,6 @@ 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
|
||||
@ -291,130 +281,91 @@ 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/ang/LC_MESSAGES/at-spi.mo
|
||||
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/be@latin/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/bn_IN/LC_MESSAGES/at-spi.mo
|
||||
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/ga/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/ku/LC_MESSAGES/at-spi.mo
|
||||
share/locale/lt/LC_MESSAGES/at-spi.mo
|
||||
share/locale/mn/
|
||||
share/locale/mn/LC_MESSAGES/
|
||||
share/locale/mk/LC_MESSAGES/at-spi.mo
|
||||
share/locale/ml/LC_MESSAGES/at-spi.mo
|
||||
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/nds_DE/
|
||||
share/locale/nds_DE/LC_MESSAGES/
|
||||
share/locale/nds_DE/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/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/ps/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/sr@latin/LC_MESSAGES/at-spi.mo
|
||||
share/locale/sv/LC_MESSAGES/at-spi.mo
|
||||
share/locale/th/
|
||||
share/locale/th/LC_MESSAGES/
|
||||
share/locale/ta/LC_MESSAGES/at-spi.mo
|
||||
share/locale/te/LC_MESSAGES/at-spi.mo
|
||||
share/locale/th/LC_MESSAGES/at-spi.mo
|
||||
share/locale/tr/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
|
||||
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/at-spi/*.schemas > /dev/null
|
||||
share/schemas/
|
||||
share/schemas/at-spi/
|
||||
share/schemas/at-spi/at-spi.schemas
|
||||
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/at-spi/*.schemas > /dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user