diff options
author | prlw1 <prlw1@pkgsrc.org> | 2013-12-08 13:46:44 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2013-12-08 13:46:44 +0000 |
commit | d1b96ed1c7ff46167610e037e5fb6bcc24118cf4 (patch) | |
tree | da6eb5d8e61a3c823e258ba16fbc55bec0eee05a /devel | |
parent | 0e87f8740dece5889dd5c37719ffe632465e5e31 (diff) | |
download | pkgsrc-d1b96ed1c7ff46167610e037e5fb6bcc24118cf4.tar.gz |
Update at-spi2-atk to 2.10.2
* Fix atk_component_contains wrapper (BGO#710730).
* Properly clean up when timing out when motifying keystroke listeners
(BGO#707218).
* Allow lists of attribute values when reading collection match rules
(BGO#700865).
* Implement GetStringAtOffset (BGO#705581).
* Fix another crash when we're initialized and shut down repeatedly.
* Fix a deadlock for apps that also register AT-SPI key event listeners
(ie, the Orca preferences dialog works again).
* Fix for BGO#681276 (reentrancy issues with gnome-shell).
* Fix various DBusError leaks (BGO#698951).
* Fix crash when a main loop is shut down repeatedly (BGO#699554).
* Suppress a warning if an app returns NULL when referencing a child.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/at-spi2-atk/Makefile | 8 | ||||
-rw-r--r-- | devel/at-spi2-atk/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/at-spi2-atk/Makefile b/devel/at-spi2-atk/Makefile index 696e5fc2a28..91cec5c6617 100644 --- a/devel/at-spi2-atk/Makefile +++ b/devel/at-spi2-atk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2013/05/18 21:56:03 prlw1 Exp $ +# $NetBSD: Makefile,v 1.12 2013/12/08 13:46:44 prlw1 Exp $ -DISTNAME= at-spi2-atk-2.8.1 +DISTNAME= at-spi2-atk-2.10.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi2-atk/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -16,9 +16,9 @@ GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= atk-bridge-2.0.pc.in -BUILDLINK_API_DEPENDS.atk+= atk>=2.7.90 +BUILDLINK_API_DEPENDS.atk+= atk>=2.9.4 .include "../../devel/atk/buildlink3.mk" -BUILDLINK_API_DEPENDS.at-spi2-core+= at-spi2-core>=2.7.5 +BUILDLINK_API_DEPENDS.at-spi2-core+= at-spi2-core>=2.9.4 .include "../../devel/at-spi2-core/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.32.0 .include "../../devel/glib2/buildlink3.mk" diff --git a/devel/at-spi2-atk/distinfo b/devel/at-spi2-atk/distinfo index c9ee60d8b7d..817f9b596f6 100644 --- a/devel/at-spi2-atk/distinfo +++ b/devel/at-spi2-atk/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2013/05/18 21:56:03 prlw1 Exp $ +$NetBSD: distinfo,v 1.10 2013/12/08 13:46:44 prlw1 Exp $ -SHA1 (at-spi2-atk-2.8.1.tar.xz) = 73707c46ebb72867e51f9b33abb2d09bfdc4d082 -RMD160 (at-spi2-atk-2.8.1.tar.xz) = ea803db08f1f8f1e4237a1e8e2c282f22f32274c -Size (at-spi2-atk-2.8.1.tar.xz) = 266336 bytes +SHA1 (at-spi2-atk-2.10.2.tar.xz) = 2e9067491eef041b6a8930a77727c0cf8460efe5 +RMD160 (at-spi2-atk-2.10.2.tar.xz) = 28108116580b84c83e5e79a3453251030af8d295 +Size (at-spi2-atk-2.10.2.tar.xz) = 271388 bytes SHA1 (patch-atk-adaptor_Makefile.in) = 91ea0570a8a99dfa8c06005cb8c26b161b93731c |