Sun Apr 10 18:59:27 2016 UTC ()
Update at-spi2-core to 2.20.0

* Support a stateless configuration by default (bgo#763540).
* Don't display warnings when connecting to an app that no longer exists.
* Don't display warning if unable to connect when logged in via ssh
  (bgo#761600).
* at-spi-bus-launcher: register with session manager (bgo#753931).
* Disable xevie by default--it probably doesn't do anything anyhow.
* get_index_in_parent: Don't crash if parent is defunct.
* Don't crash when trying to set an invalid state (bgo#757915).
* Don't crash if we get a children-changed event with a non-existent
  child (bgo#755951).
* atspi_hyperlink_get_index_range: don't return random values if the
  call fails (bgo#755727).
* Fixed some atspi_text_ functions (bgo#755731).
* Fixed crash during removal of last application in registryd (bgo#756513).
* Modified the cache API to specify an object's index and child count
  rather than its children. This eliminates the need for the application
  to enumerate its children, improving performance in some places with
  large lists (bgo#650090).
* Functions shouldn't try to return values (bgo#749330).
* Fix atspi_table_cell_get_position.


(prlw1)
diff -r1.19 -r1.20 pkgsrc/devel/at-spi2-core/Makefile
diff -r1.16 -r1.17 pkgsrc/devel/at-spi2-core/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/devel/at-spi2-core/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/at-spi2-core/Makefile 2015/06/10 23:12:07 1.19
+++ pkgsrc/devel/at-spi2-core/Makefile 2016/04/10 18:59:27 1.20
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.19 2015/06/10 23:12:07 prlw1 Exp $ 1# $NetBSD: Makefile,v 1.20 2016/04/10 18:59:27 prlw1 Exp $
2 2
3DISTNAME= at-spi2-core-2.16.0 3DISTNAME= at-spi2-core-2.20.0
4CATEGORIES= devel gnome 4CATEGORIES= devel gnome
5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi2-core/${PKGVERSION_NOREV:R}/} 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi2-core/${PKGVERSION_NOREV:R}/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= prlw1@cam.ac.uk 8MAINTAINER= prlw1@cam.ac.uk
9HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/accessibility/atk/at-spi/at-spi_on_d-bus 9HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/accessibility/atk/at-spi/at-spi_on_d-bus
10COMMENT= Assistive Technology Service Provider Interface Core 10COMMENT= Assistive Technology Service Provider Interface Core
11LICENSE= gnu-lgpl-v2 11LICENSE= gnu-lgpl-v2
12 12
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14USE_PKGLOCALEDIR= yes 14USE_PKGLOCALEDIR= yes
15USE_TOOLS+= gmake intltool msgfmt pkg-config 15USE_TOOLS+= gmake intltool msgfmt pkg-config
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
@@ -30,16 +30,15 @@ eg_default_sessiondir= ${EGDIR}/xdg/auto @@ -30,16 +30,15 @@ eg_default_sessiondir= ${EGDIR}/xdg/auto
30 30
31INSTALL_MAKE_FLAGS+= sysconfdir=${EGDIR} 31INSTALL_MAKE_FLAGS+= sysconfdir=${EGDIR}
32 32
33CONF_FILES= ${eg_busconfigdir}/accessibility.conf \ 33CONF_FILES= ${eg_busconfigdir}/accessibility.conf \
34 ${busconfigdir}/accessibility.conf 34 ${busconfigdir}/accessibility.conf
35CONF_FILES+= ${eg_default_sessiondir}/at-spi-dbus-bus.desktop \ 35CONF_FILES+= ${eg_default_sessiondir}/at-spi-dbus-bus.desktop \
36 ${default_sessiondir}/at-spi-dbus-bus.desktop 36 ${default_sessiondir}/at-spi-dbus-bus.desktop
37MAKE_DIRS+= ${default_sessiondir} 37MAKE_DIRS+= ${default_sessiondir}
38 38
39.include "../../devel/glib2/buildlink3.mk" 39.include "../../devel/glib2/buildlink3.mk"
40.include "../../devel/gobject-introspection/buildlink3.mk" 40.include "../../devel/gobject-introspection/buildlink3.mk"
41.include "../../sysutils/dbus/buildlink3.mk" 41.include "../../sysutils/dbus/buildlink3.mk"
42.include "../../x11/libX11/buildlink3.mk" 42.include "../../x11/libX11/buildlink3.mk"
43.include "../../x11/libXevie/buildlink3.mk" 
44.include "../../x11/libXtst/buildlink3.mk" 43.include "../../x11/libXtst/buildlink3.mk"
45.include "../../mk/bsd.pkg.mk" 44.include "../../mk/bsd.pkg.mk"

cvs diff -r1.16 -r1.17 pkgsrc/devel/at-spi2-core/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/at-spi2-core/distinfo 2015/11/03 03:27:15 1.16
+++ pkgsrc/devel/at-spi2-core/distinfo 2016/04/10 18:59:27 1.17
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.16 2015/11/03 03:27:15 agc Exp $ 1$NetBSD: distinfo,v 1.17 2016/04/10 18:59:27 prlw1 Exp $
2 2
3SHA1 (at-spi2-core-2.16.0.tar.xz) = efff62fb8cb8f629d5cdb2fca3e249fa69a12899 3SHA1 (at-spi2-core-2.20.0.tar.xz) = b5360afbec2ff000c86db1ee6bf152160536e30d
4RMD160 (at-spi2-core-2.16.0.tar.xz) = 3ea5a06cf42365275dddfbd80e0ea0fa5398edbf 4RMD160 (at-spi2-core-2.20.0.tar.xz) = 87a29c3e07b9449042e6a1ab86f24560b57bafd8
5SHA512 (at-spi2-core-2.16.0.tar.xz) = b61cb6dad15e2a6f6cd4788e6b63fed37d0098a56d1417b43aed2ba111a7dd7fccbe7c393f0be794bcaf900f38decbd3974c36e395548000d429086f8717df57 5SHA512 (at-spi2-core-2.20.0.tar.xz) = 316d721f18904115663c9a64ae4138f4f49e3d2b4fed1fbb317b2f1131b10ff018acd4f62f58985c41563f819f788d5fc5e615c698b1ecfc68edd3817d6b2538
6Size (at-spi2-core-2.16.0.tar.xz) = 455264 bytes 6Size (at-spi2-core-2.20.0.tar.xz) = 452664 bytes