diff options
author | prlw1 <prlw1@pkgsrc.org> | 2013-05-18 21:56:03 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2013-05-18 21:56:03 +0000 |
commit | 1cd73beb1f08160477ba6c3f2a6062c72fd319a5 (patch) | |
tree | 629269264999e755615a6f108b66de087cfbfb4e /devel | |
parent | 94337177dd545e53a23a744b9f5830b6abc4236c (diff) | |
download | pkgsrc-1cd73beb1f08160477ba6c3f2a6062c72fd319a5.tar.gz |
Update at-spi2-atk to 2.8.1
* Add Locale property (BGO#694368).
* Bump atk dependency to 2.7.5 (BGO#693189).
* Support ATSPI_ROLE_LEVEL_BAR to correspond to the new atk role.
* Fix various compiler warnings.
* re-register if the registry goes away and later returns.
* Stop using deprecated glib functions.
* Fix a few memory leaks.
* atk-adaptor: don't emit a critical in case the bridge was not initialized
(BGO#684334).
* Remove dbind (it was only used for the droute test).
* Fix a crash in socket_embed_hook if spi_global_register is NULL.
* [droute] Fix memory leak in path cleanup (BGO#688363).
* Remove the schema; it was only used to specify the location of the
atk-bridge library, which is now installed in the standard path.
* Fix compiler warnings (BGO#678045).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/at-spi2-atk/Makefile | 8 | ||||
-rw-r--r-- | devel/at-spi2-atk/PLIST | 3 | ||||
-rw-r--r-- | devel/at-spi2-atk/distinfo | 9 |
3 files changed, 10 insertions, 10 deletions
diff --git a/devel/at-spi2-atk/Makefile b/devel/at-spi2-atk/Makefile index 8652780d465..696e5fc2a28 100644 --- a/devel/at-spi2-atk/Makefile +++ b/devel/at-spi2-atk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2012/11/13 21:44:23 adam Exp $ +# $NetBSD: Makefile,v 1.11 2013/05/18 21:56:03 prlw1 Exp $ -DISTNAME= at-spi2-atk-2.6.2 +DISTNAME= at-spi2-atk-2.8.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi2-atk/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -16,9 +16,11 @@ GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= atk-bridge-2.0.pc.in -BUILDLINK_API_DEPENDS.atk+= atk>=2.1.5 +BUILDLINK_API_DEPENDS.atk+= atk>=2.7.90 .include "../../devel/atk/buildlink3.mk" +BUILDLINK_API_DEPENDS.at-spi2-core+= at-spi2-core>=2.7.5 .include "../../devel/at-spi2-core/buildlink3.mk" +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.32.0 .include "../../devel/glib2/buildlink3.mk" .include "../../sysutils/dbus/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" diff --git a/devel/at-spi2-atk/PLIST b/devel/at-spi2-atk/PLIST index ee66145222e..69f37fe1c0c 100644 --- a/devel/at-spi2-atk/PLIST +++ b/devel/at-spi2-atk/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.4 2012/10/08 20:31:27 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.5 2013/05/18 21:56:03 prlw1 Exp $ include/at-spi2-atk/2.0/atk-bridge.h lib/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop lib/libatk-bridge-2.0.la lib/pkgconfig/atk-bridge-2.0.pc -share/glib-2.0/schemas/org.a11y.atspi.gschema.xml diff --git a/devel/at-spi2-atk/distinfo b/devel/at-spi2-atk/distinfo index 8da4b962fff..c9ee60d8b7d 100644 --- a/devel/at-spi2-atk/distinfo +++ b/devel/at-spi2-atk/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.8 2012/11/13 21:44:23 adam Exp $ +$NetBSD: distinfo,v 1.9 2013/05/18 21:56:03 prlw1 Exp $ -SHA1 (at-spi2-atk-2.6.2.tar.xz) = 4de46325b4a682478cf4295237e3359372b81911 -RMD160 (at-spi2-atk-2.6.2.tar.xz) = 0e3f2385500f93c616292898ed90fa3b0974962a -Size (at-spi2-atk-2.6.2.tar.xz) = 274748 bytes +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 (patch-atk-adaptor_Makefile.in) = 91ea0570a8a99dfa8c06005cb8c26b161b93731c -SHA1 (patch-atk-adaptor_accessible-cache.c) = fc948c4e13ffebb1c79c6bd8b73db898c9e77d19 |