Skip to content

Commit

Permalink
Update at-spi2-core to 2.35.1
Browse files Browse the repository at this point in the history
What's new in at-spi2-core 2.35.1:

* Fix source reproducibility (!25).

* Avoid depending on Meson 0.50 (#20).

* Add ATSPI_ROLE_MARK and ATSPI_ROLE_SUGGESTION (!27).

What's new in at-spi2-core 2.34.0:

* Fix a use after free when freeing an event.
* Clean up handling of the X11 property specifying the bus address (#18).
* Update doap.

What's new in at-spi2-core 2.33.92:

* Now requires meson 0.50.0.
* License is now LGPL-2.1+.
* Meson: only link to libdl when it is necessary.
* Update installation instructions.
* Clarify atspi_editable_text_insert_text documentation.
* Do not warn on no reply from pending get_items call.
* Eliminate some superfluous runtime warnings.

What's new in at-spi2-core 2.33.90:

* Refactor the API for the screen reader to notify listeners of its status.

* Add a sender to the AtspiEvent struct.

* Add missing atspi_application_get_type prototype.

* Support mutter remote desktop interface for synthesizing keyboard/mouse
  events (likely still needs work).
  • Loading branch information
prlw1 committed Feb 7, 2020
1 parent a938350 commit 40d5286
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 deletions devel/at-spi2-core/Makefile
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
# $NetBSD: Makefile,v 1.34 2020/01/18 23:30:23 rillig Exp $
# $NetBSD: Makefile,v 1.35 2020/02/07 17:07:46 prlw1 Exp $

DISTNAME= at-spi2-core-2.33.2
PKGREVISION= 1
DISTNAME= at-spi2-core-2.35.1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi2-core/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz

MAINTAINER= prlw1@cam.ac.uk
HOMEPAGE= https://www.linuxfoundation.org/collaborate/workgroups/accessibility/atk/at-spi/at-spi_on_d-bus
COMMENT= Assistive Technology Service Provider Interface Core
LICENSE= gnu-lgpl-v2
LICENSE= gnu-lgpl-v2.1

USE_TOOLS+= msgfmt pkg-config

PKGCONFIG_OVERRIDE= output/meson-private/atspi-2.pc
PKGCONFIG_OVERRIDE_STAGE= pre-install
MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/atspi

BUILDDEFS+= PKG_SYSCONFBASE
BUILD_DEFS+= PKG_SYSCONFBASE

EGDIR= ${PREFIX}/share/examples/${PKGBASE}
busconfigdir= ${PKG_SYSCONFDIR}/at-spi2
Expand Down
10 changes: 5 additions & 5 deletions devel/at-spi2-core/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.24 2019/07/18 14:48:08 prlw1 Exp $
$NetBSD: distinfo,v 1.25 2020/02/07 17:07:46 prlw1 Exp $

SHA1 (at-spi2-core-2.33.2.tar.xz) = ef2d8acadf46af988a1dcee3fea3a1baa33e0089
RMD160 (at-spi2-core-2.33.2.tar.xz) = aa9e536b92529be80f1376c888cf2364a4062c96
SHA512 (at-spi2-core-2.33.2.tar.xz) = b2b9648693409c1e3da0b0a70224447c848cff7c343d03559d36bd08a25bdf878127078f768937b2d81725928a4197a0b1938b91a2d3bbfe150992df90591740
Size (at-spi2-core-2.33.2.tar.xz) = 183308 bytes
SHA1 (at-spi2-core-2.35.1.tar.xz) = 016c6d7a9338b27ac8c683e18aeffc792f48d3eb
RMD160 (at-spi2-core-2.35.1.tar.xz) = 76d79d2aff53d6c01f252a1c2e6ba313073361c5
SHA512 (at-spi2-core-2.35.1.tar.xz) = cf16c4992ae095bb43ddce833205e841562226068a40a690c0909f869ed8a325c80bb58c435d6d0bd4e5e10de19d3611ec68431d28ff07bf0e40e1b467c8bb67
Size (at-spi2-core-2.35.1.tar.xz) = 186732 bytes

0 comments on commit 40d5286

Please sign in to comment.