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.
This commit is contained in:
parent
64d5b84ed4
commit
17a386ccfb
2 changed files with 8 additions and 8 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue