From 479dca38374726bc6227243676be662ae419ae6d Mon Sep 17 00:00:00 2001 From: prlw1 Date: Wed, 18 Aug 2021 09:51:21 +0000 Subject: [PATCH] Update at-spi2-core to 2.40.3 * Use abstract sockets if libdbus is older than 1.12.0 (#37). * Key grab fixes for the new API. * registryd: Add a missing call to va_end. * Fix double free when removing event listeners (#35). * Fix numlock detection. * Fix a couple of memory leaks. * Remove const from AtspiDeviceListenerCB prototype (#31). * Fix build with X11 disabled. * Various fixes for the new device API used for key monitoring and grabbing. * Fixed several memory leaks. * Don't use gdbus-broker if not running under systemd (#25). * Unref bus at the end of cleanup. * Fix XML interfaces (#26). * Use unix sockets instead of abstract sockets (#28). * Added a device API to replace the old API for capturing key grabs. This is needed for toolkits that do not report keystrokes to atk, such as gtk 4. --- devel/at-spi2-core/Makefile | 4 ++-- devel/at-spi2-core/PLIST | 6 +++++- devel/at-spi2-core/distinfo | 10 +++++----- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/devel/at-spi2-core/Makefile b/devel/at-spi2-core/Makefile index 0cecb9cb62d0..61500bf76ead 100644 --- a/devel/at-spi2-core/Makefile +++ b/devel/at-spi2-core/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2021/04/12 13:07:44 nia Exp $ +# $NetBSD: Makefile,v 1.40 2021/08/18 09:51:21 prlw1 Exp $ -DISTNAME= at-spi2-core-2.38.0 +DISTNAME= at-spi2-core-2.40.3 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi2-core/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/devel/at-spi2-core/PLIST b/devel/at-spi2-core/PLIST index 9249f2eb950d..e6b8e3a68d93 100644 --- a/devel/at-spi2-core/PLIST +++ b/devel/at-spi2-core/PLIST @@ -1,11 +1,14 @@ -@comment $NetBSD: PLIST,v 1.15 2019/07/18 14:48:08 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.16 2021/08/18 09:51:21 prlw1 Exp $ include/at-spi-2.0/atspi/atspi-accessible.h include/at-spi-2.0/atspi/atspi-action.h include/at-spi-2.0/atspi/atspi-application.h include/at-spi-2.0/atspi/atspi-collection.h include/at-spi-2.0/atspi/atspi-component.h include/at-spi-2.0/atspi/atspi-constants.h +include/at-spi-2.0/atspi/atspi-device-legacy.h include/at-spi-2.0/atspi/atspi-device-listener.h +include/at-spi-2.0/atspi/atspi-device-x11.h +include/at-spi-2.0/atspi/atspi-device.h include/at-spi-2.0/atspi/atspi-document.h include/at-spi-2.0/atspi/atspi-editabletext.h include/at-spi-2.0/atspi/atspi-enum-types.h @@ -111,3 +114,4 @@ share/locale/vi/LC_MESSAGES/at-spi2-core.mo share/locale/zh_CN/LC_MESSAGES/at-spi2-core.mo share/locale/zh_HK/LC_MESSAGES/at-spi2-core.mo share/locale/zh_TW/LC_MESSAGES/at-spi2-core.mo +@pkgdir etc/xdg/autostart diff --git a/devel/at-spi2-core/distinfo b/devel/at-spi2-core/distinfo index b0712c3a8f00..68dc7b04311d 100644 --- a/devel/at-spi2-core/distinfo +++ b/devel/at-spi2-core/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.27 2020/10/01 11:45:46 prlw1 Exp $ +$NetBSD: distinfo,v 1.28 2021/08/18 09:51:21 prlw1 Exp $ -SHA1 (at-spi2-core-2.38.0.tar.xz) = c03c5767e19baa42016b496329675125d183e266 -RMD160 (at-spi2-core-2.38.0.tar.xz) = 0dbb814bd39676adb7484742ed0944f7bdda07a3 -SHA512 (at-spi2-core-2.38.0.tar.xz) = 3a1eb27cff6e0dd03119b4f8361a3b6037b26c511e80e2d003d1d5c41fede6d49eb5e0ac1ee45cfb4f3ca8e53292a7e2da67df80be28e77014775e41777a96c1 -Size (at-spi2-core-2.38.0.tar.xz) = 190540 bytes +SHA1 (at-spi2-core-2.40.3.tar.xz) = f6830b2a618f61b4ace5f47104d87cd0697536d6 +RMD160 (at-spi2-core-2.40.3.tar.xz) = 202aac871b0a3d7e148c8e069c10d3a98a73cbf4 +SHA512 (at-spi2-core-2.40.3.tar.xz) = 85adf3da0a369d7f3481646a495a9c4c3337da3ae6a20ce8c924f8621d3d6ed1d9461bfac0e821dfe86e4ad6b930e4fd65d24c26401cbea644ef4951e5dda5ce +Size (at-spi2-core-2.40.3.tar.xz) = 197528 bytes