Update to 1.3.12:
* Fix for docs bug #129728 (Sebastien Bacher). * Fix for bug #129479, allows distinction between multiple DISPLAY instances of at-spi registry. * Fix for #124837, which could cause 'hang' interactions between desktop and clients such as gnopernicus. * Fixes for NUMLOCK mask behavior, bug #129103. * Greatly improved key synthesis for non-Latin characters. We can now synthesize any KeySym which is defined in the current X keymap. (bug #128824). Thanks to Marcus G Kuhn for the public-domain code borrowed here. * Fixes for: 128912. * new languages: fa, ar, id.
This commit is contained in:
parent
fda8893004
commit
c6a81f0943
3 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.9 2004/02/14 18:26:27 jmmv Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2004/02/15 18:14:51 jmmv Exp $
|
||||
#
|
||||
|
||||
DISTNAME= at-spi-1.3.9
|
||||
DISTNAME= at-spi-1.3.12
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi/1.3/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2004/02/13 16:13:27 jmmv Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2004/02/15 18:14:51 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
|
||||
|
@ -36,12 +36,12 @@ lib/libcspi.a
|
|||
lib/libcspi.la
|
||||
lib/libcspi.so
|
||||
lib/libcspi.so.9
|
||||
lib/libcspi.so.9.7
|
||||
lib/libcspi.so.9.10
|
||||
lib/libspi.a
|
||||
lib/libspi.la
|
||||
lib/libspi.so
|
||||
lib/libspi.so.9
|
||||
lib/libspi.so.9.7
|
||||
lib/libspi.so.9.10
|
||||
lib/orbit-2.0/Accessibility_module.a
|
||||
lib/orbit-2.0/Accessibility_module.la
|
||||
lib/orbit-2.0/Accessibility_module.so
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.3 2004/02/13 17:02:09 jmmv Exp $
|
||||
$NetBSD: distinfo,v 1.4 2004/02/15 18:14:51 jmmv Exp $
|
||||
|
||||
SHA1 (at-spi-1.3.9.tar.bz2) = cb410699bc23cbe98adcd7bf3d1ea2b6cb4ba9ed
|
||||
Size (at-spi-1.3.9.tar.bz2) = 409343 bytes
|
||||
SHA1 (at-spi-1.3.12.tar.bz2) = dbcfbc327a98715ce175671d59d6425d92395a40
|
||||
Size (at-spi-1.3.12.tar.bz2) = 428156 bytes
|
||||
SHA1 (patch-aa) = 8eb699cf040cd859f3af61b294cdce6b4fb97739
|
||||
SHA1 (patch-ab) = 0baa4a3cb335e912159990def28454bbc5ef1cf6
|
||||
|
|
Loading…
Reference in a new issue