Received: by mail.netbsd.org (Postfix, from userid 605) id 3578784D28; Wed, 18 Aug 2021 09:51:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6FC5784D26 for ; Wed, 18 Aug 2021 09:51:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id xsaPABld-T4G for ; Wed, 18 Aug 2021 09:51:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BDD6084D17 for ; Wed, 18 Aug 2021 09:51:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B161FFA97; Wed, 18 Aug 2021 09:51:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1629280281286860" MIME-Version: 1.0 Date: Wed, 18 Aug 2021 09:51:21 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/devel/at-spi2-core To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20210818095121.B161FFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1629280281286860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: prlw1 Date: Wed Aug 18 09:51:21 UTC 2021 Modified Files: pkgsrc/devel/at-spi2-core: Makefile PLIST distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/at-spi2-core/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/at-spi2-core/PLIST cvs rdiff -u -r1.27 -r1.28 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. --_----------=_1629280281286860 Content-Disposition: inline Content-Length: 2969 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/at-spi2-core/Makefile diff -u pkgsrc/devel/at-spi2-core/Makefile:1.39 pkgsrc/devel/at-spi2-core/Makefile:1.40 --- pkgsrc/devel/at-spi2-core/Makefile:1.39 Mon Apr 12 13:07:44 2021 +++ pkgsrc/devel/at-spi2-core/Makefile Wed Aug 18 09:51:21 2021 @@ -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 Index: pkgsrc/devel/at-spi2-core/PLIST diff -u pkgsrc/devel/at-spi2-core/PLIST:1.15 pkgsrc/devel/at-spi2-core/PLIST:1.16 --- pkgsrc/devel/at-spi2-core/PLIST:1.15 Thu Jul 18 14:48:08 2019 +++ pkgsrc/devel/at-spi2-core/PLIST Wed Aug 18 09:51:21 2021 @@ -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 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 Index: pkgsrc/devel/at-spi2-core/distinfo diff -u pkgsrc/devel/at-spi2-core/distinfo:1.27 pkgsrc/devel/at-spi2-core/distinfo:1.28 --- pkgsrc/devel/at-spi2-core/distinfo:1.27 Thu Oct 1 11:45:46 2020 +++ pkgsrc/devel/at-spi2-core/distinfo Wed Aug 18 09:51:21 2021 @@ -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 --_----------=_1629280281286860--