diff options
author | prlw1 <prlw1@pkgsrc.org> | 2014-10-25 11:10:10 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2014-10-25 11:10:10 +0000 |
commit | 07f00af3ccf4ddf8c65e5e16e6550c7aae38fbe2 (patch) | |
tree | a11a52be717d6d1e496d326f3e11d5114641f2ae /devel/at-spi2-atk | |
parent | 6fafa461b1a1cd1f6cd1b16f14334418555b8e9f (diff) | |
download | pkgsrc-07f00af3ccf4ddf8c65e5e16e6550c7aae38fbe2.tar.gz |
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).
Diffstat (limited to 'devel/at-spi2-atk')
-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 45c0e7937f3..53b69a70ece 100644 --- a/devel/at-spi2-atk/Makefile +++ b/devel/at-spi2-atk/Makefile @@ -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" diff --git a/devel/at-spi2-atk/distinfo b/devel/at-spi2-atk/distinfo index 44e17feff57..76932cbe52c 100644 --- a/devel/at-spi2-atk/distinfo +++ b/devel/at-spi2-atk/distinfo @@ -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 |