diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-15 18:14:51 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-15 18:14:51 +0000 |
commit | c6a81f0943c3cf07ad176340b11f7170d0af2521 (patch) | |
tree | a9941bccb61125c33ffa85448170f5bc8f3c186c /devel/at-spi | |
parent | fda8893004a177515c47ea1695394957fdf244c2 (diff) | |
download | pkgsrc-c6a81f0943c3cf07ad176340b11f7170d0af2521.tar.gz |
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.
Diffstat (limited to 'devel/at-spi')
-rw-r--r-- | devel/at-spi/Makefile | 4 | ||||
-rw-r--r-- | devel/at-spi/PLIST | 6 | ||||
-rw-r--r-- | devel/at-spi/distinfo | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/at-spi/Makefile b/devel/at-spi/Makefile index 8432e39c481..c45b443b13c 100644 --- a/devel/at-spi/Makefile +++ b/devel/at-spi/Makefile @@ -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 diff --git a/devel/at-spi/PLIST b/devel/at-spi/PLIST index 15b9d7e5ce7..c7977145be6 100644 --- a/devel/at-spi/PLIST +++ b/devel/at-spi/PLIST @@ -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 diff --git a/devel/at-spi/distinfo b/devel/at-spi/distinfo index 6a17603fc07..b70f406958e 100644 --- a/devel/at-spi/distinfo +++ b/devel/at-spi/distinfo @@ -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 |