pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/at-spi2-core Update at-spi2-core to 2.35.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/a4f2db68ec88
branches: trunk
changeset: 422973:a4f2db68ec88
user: prlw1 <prlw1%pkgsrc.org@localhost>
date: Fri Feb 07 17:07:46 2020 +0000
description:
Update at-spi2-core to 2.35.1
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).
diffstat:
devel/at-spi2-core/Makefile | 9 ++++-----
devel/at-spi2-core/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 10 deletions(-)
diffs (46 lines):
diff -r a71d4ac4e540 -r a4f2db68ec88 devel/at-spi2-core/Makefile
--- a/devel/at-spi2-core/Makefile Fri Feb 07 17:05:37 2020 +0000
+++ b/devel/at-spi2-core/Makefile Fri Feb 07 17:07:46 2020 +0000
@@ -1,7 +1,6 @@
-# $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
@@ -9,7 +8,7 @@
MAINTAINER= prlw1%cam.ac.uk@localhost
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
@@ -17,7 +16,7 @@
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
diff -r a71d4ac4e540 -r a4f2db68ec88 devel/at-spi2-core/distinfo
--- a/devel/at-spi2-core/distinfo Fri Feb 07 17:05:37 2020 +0000
+++ b/devel/at-spi2-core/distinfo Fri Feb 07 17:07:46 2020 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index