Skip to content

Commit

Permalink
Update at-spi2-core to 2.40.3
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
prlw1 committed Aug 18, 2021
1 parent 4222d57 commit 479dca3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions devel/at-spi2-core/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 5 additions & 1 deletion devel/at-spi2-core/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
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.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

0 comments on commit 479dca3

Please sign in to comment.