Update at-spi2-atk to 2.14.1
What's new in at-spi2-atk 2.14.1: * Aggressively filter out children-changed signals for objects with MANAGES_DESCENDANTS (bgo#728319). What's new in at-spi2-atk 2.13.4: * Fix typo in .pc file (bgo#721719). * Fix retrieving text attributes (bgo#731980). * Correctly remove the socket on exit (bgo#684076). What's new in at-spi2-atk 2.13.1: * Add an atexit handler to remove the D-Bus socket (bgo#684076). * Only send cache-related events for transients when explicitly requested. Hopefully this will improve performance when we are flooded with them. (bgo#728319).
This commit is contained in:
parent
567b57f37d
commit
4c597295c4
2 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.13 2014/08/06 10:55:07 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2014/10/25 11:10:10 prlw1 Exp $
|
||||
|
||||
DISTNAME= at-spi2-atk-2.12.1
|
||||
CATEGORIES= devel
|
||||
DISTNAME= at-spi2-atk-2.14.1
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi2-atk/${PKGVERSION_NOREV:R}/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
|
@ -16,7 +16,7 @@ GNU_CONFIGURE= yes
|
|||
|
||||
PKGCONFIG_OVERRIDE+= atk-bridge-2.0.pc.in
|
||||
|
||||
BUILDLINK_API_DEPENDS.atk+= atk>=2.9.4
|
||||
BUILDLINK_API_DEPENDS.atk+= atk>=2.11.90
|
||||
.include "../../devel/atk/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.at-spi2-core+= at-spi2-core>=2.11.2
|
||||
.include "../../devel/at-spi2-core/buildlink3.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.11 2014/08/06 10:55:07 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.12 2014/10/25 11:10:10 prlw1 Exp $
|
||||
|
||||
SHA1 (at-spi2-atk-2.12.1.tar.xz) = 6d6171194f3c484c8e074add91f8f277a4d9c87c
|
||||
RMD160 (at-spi2-atk-2.12.1.tar.xz) = 1edbea619900c27a6d32459604f2e7bc6856c3c6
|
||||
Size (at-spi2-atk-2.12.1.tar.xz) = 280568 bytes
|
||||
SHA1 (at-spi2-atk-2.14.1.tar.xz) = 39fd009dae262747ba5d448a0e08dfc8fac01f80
|
||||
RMD160 (at-spi2-atk-2.14.1.tar.xz) = 4711b0be82ee75592fdf68b2b9357dac25dc49f0
|
||||
Size (at-spi2-atk-2.14.1.tar.xz) = 280952 bytes
|
||||
SHA1 (patch-atk-adaptor_Makefile.in) = 91ea0570a8a99dfa8c06005cb8c26b161b93731c
|
||||
|
|
Loading…
Reference in a new issue