pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/at-spi2-core



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Fri Feb  7 17:07:47 UTC 2020

Modified Files:
        pkgsrc/devel/at-spi2-core: Makefile distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/at-spi2-core/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/at-spi2-core/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/at-spi2-core/Makefile
diff -u pkgsrc/devel/at-spi2-core/Makefile:1.34 pkgsrc/devel/at-spi2-core/Makefile:1.35
--- pkgsrc/devel/at-spi2-core/Makefile:1.34     Sat Jan 18 23:30:23 2020
+++ pkgsrc/devel/at-spi2-core/Makefile  Fri Feb  7 17:07:46 2020
@@ -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 @@ EXTRACT_SUFX=   .tar.xz
 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=           output/meson-privat
 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

Index: pkgsrc/devel/at-spi2-core/distinfo
diff -u pkgsrc/devel/at-spi2-core/distinfo:1.24 pkgsrc/devel/at-spi2-core/distinfo:1.25
--- pkgsrc/devel/at-spi2-core/distinfo:1.24     Thu Jul 18 14:48:08 2019
+++ pkgsrc/devel/at-spi2-core/distinfo  Fri Feb  7 17:07:46 2020
@@ -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