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:   wiz
Date:           Sun Oct 20 14:02:24 UTC 2024

Modified Files:
        pkgsrc/devel/at-spi2-core: Makefile PLIST buildlink3.mk distinfo
Removed Files:
        pkgsrc/devel/at-spi2-core/patches: patch-bus_meson.build

Log Message:
at-spi2-core: update to 2.54.0.

This update from upstream merges devel/atk and devel/at-spi2-atk.

What's new in at-spi2-core 2.53.90:

* Make ATSPI_ROLE_PUSH_BUTTON an enum value again.

* atk: Align button role with AT-SPI one.

* Fix warning when atspi_event_quit is called multiple times.

What's new in at-spi2-core 2.53.1:

* tests: Clean up test application on SIGABRT/SIGSEGV.

* Set (allow-none) for nullable parameters to atspi_match_rule_new.

* collection: Allow specifying specific action names in match rules.

    atk-adaptor: Fix duplicated results in GetMatchesFrom.

* atk-adaptor: For collections, don't return objects with 0 actions as
  supporting AtkAction.

* Rename ATSPI_ROLE_PUSH_BUTTON to ATSPI_ROLE_BUTTON.

What's new in at-spi2-core 2.53.0:

    Add missing prototypes for functions to check the presence of interfaces.

* Replace disable_p2p with an ATSPI_DISABLE_P2P environment variable.

* Drop use of deprecated eaves-dropping option in dbus configuration

    atk-adaptor: Limit amount of children to return for GetChildren

* Notify about HelpText attribute change.

* Fix possible double unref in add_accessible_from_iter.

What's new in at-spi2-core 2.52.0:

* tests: Fix missing declaration for getpid().

What's new in at-spi2-core 2.51.90:

* Back out code to generate mouse events on mutter. It had a couple of
  unwanted side effects. Also remove dependencies on libei and xkbcommon.

* atk-adaptor: Fix collection role matching.

* Have atspi_text_get_string_at_offset fall back to calling
  GetTextAtOffset if GetStringAtOffset is unimplemented.

* Don't use g_assert in the unit tests.

What's new in at-spi2-core 2.51.91:

    Add an attribute-changed signal in atk, and update libatspi attribute cache.

* Add GetTextSelection and SetTextSelection to Document interface.

* Add atspi_device_generate_mouse_event, and implement for mutter.

* Have atspi_device_add_key_grab return 0 if XIGrabKeycode fails.

* xml: Add Embedded to the Socket interface

* Don't return uninitialized values if atspi_component_get_size/position fail.

What's new in at-spi2-core 2.51.0:

* atk-adaptor: Fix critical when no table cell array is returned.

* accessible: Do not rename deprecated methods to the new names.

* Add HelpText property and corresponding functions in atk and libatspi.

What's new in at-spi2-core 2.50.0:

* Fix at-spi2-atk test when running under a non-English locale.

What's new in at-spi2-core 2.49.91:

* collection: Avoid locking up if an object has a very large child count

* Fix possible NULL pointer dereference when deregistering an event listener.

* Various fixes for the new key grabbing API.

* Don't wait for a reply when registering or deregistering keystroke
  listeners.

* Add a meson option to exclude the gtk2 atk-bridge module.

What's new in at-spi2-core 2.49.90:

* Fix a test failure/timeout.

* Add atspi_get_version() to return the runtime version of the library.

* Collection: fix match testing for attributes.

* Fix a NULL pointer dereference when deregistering an event listener that
  doesn't include a detail.

* Fix the documentation for interfaces in collection match rules.

* Add an AtspiLive enum to specify the politeness level for live regions,
  and document that this should be used for Announcement signals. Also add a
  notification signal in atk to replace the announcement signal that lacks
  the politeness information.

* Add an asynchronous version of atspi_generate_mouse_event.

What's new in at-spi2-core 2.49.1:

* TableCell.xml: Add Get{Column,Row}HeaderCells methods

* atspi_accessible_get_localized_role_name: Use internal names when possible.

* Add a non-recursive function to clear a single object's cache.

* Code clean-ups.

What's new in at-spi2-core 2.48.3:

* Fix the build when dbus-broker is not set to be used by default.

* Fix a couple of use after frees when finalizing devices.

* atk-adaptor: Fix handling of sockets in impl_GetChildren.

What's new in at-spi2-core 2.48.2:

* Fixed a regression in 2.48.1 where the bus launcher would fail if
  dbus-broker was configured at build time but not installed on the system.

What's new in at-spi2-core 2.48.1:

* Fixes for atk-only builds under Windows.

* meson: Avoid requiring libsystemd when configured to use dbus-daemon

* Fix crash when a bad index is passed to atspi_accessible_get_child_at_index.

* Fix possible infinite recursion in atspi_accessible_clear_cache.

What's new in at-spi2-core 2.48.0:

* Add a "atk-only" build option. This allows atk to be built without libdbus
  installed, but it does not build libatspi or the atk bridge.

* Fix some typos in the documentation.

What's new in at-spi2-core 2.47.90:

* Downgrade meson requirement to 0.63.

*  at-spi-dbus-bus service: set stop timeout to 5s

* Fix possible crash in screen_reader_signal_watcher.

What's new in at-spi2-core 2.47.1:
* The meson options -Dx11 and -Dintrospection are now implemented with
  meson features - https://mesonbuild.com/Build-options.html#features

  Instead of accepting values of "yes/no/auto", they take
  "enabled/disabled/auto".  Please change your build scripts
  accordingly if you use these options.

* Use gi-docgen to generate documentation.

* Register key grabs using the focused window, rather than the root window.
  This should prevent the window from losing focus when a key grab is used.

* atk-adaptor: Handle sockets in GetChildren.

* Improve documentation of the dbus interfaces.

* Various code clean-ups. Some unused code has been removed.

What's new in at-spi2-core 2.46.0:

* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:

* Send device event controller events using the same signature as other
  events.

* Document the Accessible, Action, and Cache dbus interfaces.

* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:

* xml: Add some documentation.

* xml: Fix event arguments.

* xml: Add some missing DeviceEventController methods.

* Bind the AT-SPI bus to the graphical session.

* Mark bus service as belonging to the session slice.

* Add ATSPI_ROLE_PUSH_BUTTON_MENU.

* Add an "announcement" event/signal to allow objects to send
  notifications (!63).

* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:

* Atk and at-spi2-atk are now merged into this project.

* Now requires meson 0.56.2 and glib 2.67.4.

* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.

* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).

* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.

* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/at-spi2-core/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/at-spi2-core/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/at-spi2-core/buildlink3.mk
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/at-spi2-core/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/at-spi2-core/patches/patch-bus_meson.build

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.46 pkgsrc/devel/at-spi2-core/Makefile:1.47
--- pkgsrc/devel/at-spi2-core/Makefile:1.46     Tue Aug 22 06:55:26 2023
+++ pkgsrc/devel/at-spi2-core/Makefile  Sun Oct 20 14:02:23 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2023/08/22 06:55:26 adam Exp $
+# $NetBSD: Makefile,v 1.47 2024/10/20 14:02:23 wiz Exp $
 
-DISTNAME=      at-spi2-core-2.44.1
+DISTNAME=      at-spi2-core-2.54.0
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/at-spi2-core/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -12,9 +12,10 @@ LICENSE=     gnu-lgpl-v2.1
 
 USE_TOOLS+=    msgfmt pkg-config
 
-PKGCONFIG_OVERRIDE=            output/meson-private/atspi-2.pc
-PKGCONFIG_OVERRIDE_STAGE=      pre-install
-MAKE_ENV+=                     LD_LIBRARY_PATH=${WRKSRC}/output/atspi
+SUPERSEDES+=   at-spi2-atk2-[0-9]*
+SUPERSEDES+=   atk-[0-9]*
+CONFLICTS+=    at-spi2-atk2-[0-9]*
+CONFLICTS+=    atk-[0-9]*
 
 BUILD_DEFS+=           PKG_SYSCONFDIR
 
@@ -30,27 +31,23 @@ CONF_FILES= ${EGDIR}/at-spi2/accessibili
                ${PKG_SYSCONFDIR}/at-spi2/accessibility.conf
 CONF_FILES+=   ${EGDIR}/xdg/autostart/at-spi-dbus-bus.desktop \
                ${PKG_SYSCONFDIR}/xdg/autostart/at-spi-dbus-bus.desktop
-CONF_FILES+=   ${EGDIR}/xdg/Xwayland-session.d/00-at-spi \
-               ${PKG_SYSCONFDIR}/xdg/Xwayland-session.d/00-at-spi
 MAKE_DIRS+=    ${PKG_SYSCONFDIR}/at-spi2
-MAKE_DIRS+=    ${PKG_SYSCONFDIR}/xdg/Xwayland-session.d
 MAKE_DIRS+=    ${PKG_SYSCONFDIR}/xdg/autostart
 
 PYTHON_FOR_BUILD_ONLY= tool
 
+PKGCONFIG_OVERRIDE+=           output/meson-private/*.pc
+PKGCONFIG_OVERRIDE_STAGE=      post-configure
+
 post-install:
-       ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}/xdg/Xwayland-session.d
-       ${MV} ${DESTDIR}${PKG_SYSCONFDIR}/xdg/Xwayland-session.d/00-at-spi \
-               ${DESTDIR}${EGDIR}/xdg/Xwayland-session.d/00-at-spi
        ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}/xdg/autostart
        ${MV} ${DESTDIR}${PKG_SYSCONFDIR}/xdg/autostart/at-spi-dbus-bus.desktop \
              ${DESTDIR}${EGDIR}/xdg/autostart/at-spi-dbus-bus.desktop
 
+.include "../../devel/meson/build.mk"
 .include "../../devel/glib2/buildlink3.mk"
 BUILDLINK_DEPMETHOD.gobject-introspection=     build
 .include "../../devel/gobject-introspection/buildlink3.mk"
-.include "../../devel/meson/build.mk"
 .include "../../sysutils/dbus/buildlink3.mk"
-.include "../../x11/libXi/buildlink3.mk"
-.include "../../x11/libXtst/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/at-spi2-core/PLIST
diff -u pkgsrc/devel/at-spi2-core/PLIST:1.17 pkgsrc/devel/at-spi2-core/PLIST:1.18
--- pkgsrc/devel/at-spi2-core/PLIST:1.17        Tue Aug 22 06:55:26 2023
+++ pkgsrc/devel/at-spi2-core/PLIST     Sun Oct 20 14:02:23 2024
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2023/08/22 06:55:26 adam Exp $
-@pkgdir etc/xdg/autostart
+@comment $NetBSD: PLIST,v 1.18 2024/10/20 14:02:23 wiz 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
@@ -8,7 +7,6 @@ include/at-spi-2.0/atspi/atspi-component
 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
@@ -30,11 +28,59 @@ include/at-spi-2.0/atspi/atspi-table.h
 include/at-spi-2.0/atspi/atspi-text.h
 include/at-spi-2.0/atspi/atspi-types.h
 include/at-spi-2.0/atspi/atspi-value.h
+include/at-spi-2.0/atspi/atspi-version.h
 include/at-spi-2.0/atspi/atspi.h
+include/at-spi2-atk/2.0/atk-bridge.h
+include/atk-1.0/atk/atk-autocleanups.h
+include/atk-1.0/atk/atk-enum-types.h
+include/atk-1.0/atk/atk.h
+include/atk-1.0/atk/atkaction.h
+include/atk-1.0/atk/atkcomponent.h
+include/atk-1.0/atk/atkdocument.h
+include/atk-1.0/atk/atkeditabletext.h
+include/atk-1.0/atk/atkgobjectaccessible.h
+include/atk-1.0/atk/atkhyperlink.h
+include/atk-1.0/atk/atkhyperlinkimpl.h
+include/atk-1.0/atk/atkhypertext.h
+include/atk-1.0/atk/atkimage.h
+include/atk-1.0/atk/atkmisc.h
+include/atk-1.0/atk/atknoopobject.h
+include/atk-1.0/atk/atknoopobjectfactory.h
+include/atk-1.0/atk/atkobject.h
+include/atk-1.0/atk/atkobjectfactory.h
+include/atk-1.0/atk/atkplug.h
+include/atk-1.0/atk/atkrange.h
+include/atk-1.0/atk/atkregistry.h
+include/atk-1.0/atk/atkrelation.h
+include/atk-1.0/atk/atkrelationset.h
+include/atk-1.0/atk/atkrelationtype.h
+include/atk-1.0/atk/atkselection.h
+include/atk-1.0/atk/atksocket.h
+include/atk-1.0/atk/atkstate.h
+include/atk-1.0/atk/atkstateset.h
+include/atk-1.0/atk/atkstreamablecontent.h
+include/atk-1.0/atk/atktable.h
+include/atk-1.0/atk/atktablecell.h
+include/atk-1.0/atk/atktext.h
+include/atk-1.0/atk/atkutil.h
+include/atk-1.0/atk/atkvalue.h
+include/atk-1.0/atk/atkversion.h
+include/atk-1.0/atk/atkwindow.h
+lib/girepository-1.0/Atk-1.0.typelib
 lib/girepository-1.0/Atspi-2.0.typelib
+lib/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop
+lib/gtk-2.0/modules/libatk-bridge.so
+lib/libatk-1.0.so
+lib/libatk-1.0.so.0
+lib/libatk-1.0.so.0.25409.1
+lib/libatk-bridge-2.0.so
+lib/libatk-bridge-2.0.so.0
+lib/libatk-bridge-2.0.so.0.0.0
 lib/libatspi.so
 lib/libatspi.so.0
 lib/libatspi.so.0.0.1
+lib/pkgconfig/atk-bridge-2.0.pc
+lib/pkgconfig/atk.pc
 lib/pkgconfig/atspi-2.pc
 lib/systemd/user/at-spi-dbus-bus.service
 libexec/at-spi-bus-launcher
@@ -42,23 +88,33 @@ libexec/at-spi2-registryd
 share/dbus-1/accessibility-services/org.a11y.atspi.Registry.service
 share/dbus-1/services/org.a11y.Bus.service
 share/examples/at-spi2-core/at-spi2/accessibility.conf
-share/examples/at-spi2-core/xdg/Xwayland-session.d/00-at-spi
 share/examples/at-spi2-core/xdg/autostart/at-spi-dbus-bus.desktop
+share/gir-1.0/Atk-1.0.gir
 share/gir-1.0/Atspi-2.0.gir
 share/locale/ab/LC_MESSAGES/at-spi2-core.mo
+share/locale/af/LC_MESSAGES/at-spi2-core.mo
+share/locale/am/LC_MESSAGES/at-spi2-core.mo
 share/locale/an/LC_MESSAGES/at-spi2-core.mo
+share/locale/ar/LC_MESSAGES/at-spi2-core.mo
 share/locale/as/LC_MESSAGES/at-spi2-core.mo
 share/locale/ast/LC_MESSAGES/at-spi2-core.mo
+share/locale/az/LC_MESSAGES/at-spi2-core.mo
 share/locale/be/LC_MESSAGES/at-spi2-core.mo
+share/locale/be@latin/LC_MESSAGES/at-spi2-core.mo
 share/locale/bg/LC_MESSAGES/at-spi2-core.mo
+share/locale/bn/LC_MESSAGES/at-spi2-core.mo
 share/locale/bn_IN/LC_MESSAGES/at-spi2-core.mo
 share/locale/bs/LC_MESSAGES/at-spi2-core.mo
 share/locale/ca/LC_MESSAGES/at-spi2-core.mo
 share/locale/ca@valencia/LC_MESSAGES/at-spi2-core.mo
+share/locale/ckb/LC_MESSAGES/at-spi2-core.mo
 share/locale/cs/LC_MESSAGES/at-spi2-core.mo
+share/locale/cy/LC_MESSAGES/at-spi2-core.mo
 share/locale/da/LC_MESSAGES/at-spi2-core.mo
 share/locale/de/LC_MESSAGES/at-spi2-core.mo
+share/locale/dz/LC_MESSAGES/at-spi2-core.mo
 share/locale/el/LC_MESSAGES/at-spi2-core.mo
+share/locale/en@shaw/LC_MESSAGES/at-spi2-core.mo
 share/locale/en_CA/LC_MESSAGES/at-spi2-core.mo
 share/locale/en_GB/LC_MESSAGES/at-spi2-core.mo
 share/locale/eo/LC_MESSAGES/at-spi2-core.mo
@@ -77,44 +133,65 @@ share/locale/he/LC_MESSAGES/at-spi2-core
 share/locale/hi/LC_MESSAGES/at-spi2-core.mo
 share/locale/hr/LC_MESSAGES/at-spi2-core.mo
 share/locale/hu/LC_MESSAGES/at-spi2-core.mo
+share/locale/hy/LC_MESSAGES/at-spi2-core.mo
 share/locale/id/LC_MESSAGES/at-spi2-core.mo
 share/locale/is/LC_MESSAGES/at-spi2-core.mo
 share/locale/it/LC_MESSAGES/at-spi2-core.mo
 share/locale/ja/LC_MESSAGES/at-spi2-core.mo
+share/locale/ka/LC_MESSAGES/at-spi2-core.mo
+share/locale/kab/LC_MESSAGES/at-spi2-core.mo
 share/locale/kk/LC_MESSAGES/at-spi2-core.mo
 share/locale/km/LC_MESSAGES/at-spi2-core.mo
 share/locale/kn/LC_MESSAGES/at-spi2-core.mo
 share/locale/ko/LC_MESSAGES/at-spi2-core.mo
+share/locale/ku/LC_MESSAGES/at-spi2-core.mo
+share/locale/li/LC_MESSAGES/at-spi2-core.mo
 share/locale/lt/LC_MESSAGES/at-spi2-core.mo
 share/locale/lv/LC_MESSAGES/at-spi2-core.mo
+share/locale/mai/LC_MESSAGES/at-spi2-core.mo
+share/locale/mk/LC_MESSAGES/at-spi2-core.mo
 share/locale/ml/LC_MESSAGES/at-spi2-core.mo
+share/locale/mn/LC_MESSAGES/at-spi2-core.mo
 share/locale/mr/LC_MESSAGES/at-spi2-core.mo
 share/locale/ms/LC_MESSAGES/at-spi2-core.mo
 share/locale/nb/LC_MESSAGES/at-spi2-core.mo
 share/locale/ne/LC_MESSAGES/at-spi2-core.mo
 share/locale/nl/LC_MESSAGES/at-spi2-core.mo
+share/locale/nn/LC_MESSAGES/at-spi2-core.mo
 share/locale/oc/LC_MESSAGES/at-spi2-core.mo
 share/locale/or/LC_MESSAGES/at-spi2-core.mo
 share/locale/pa/LC_MESSAGES/at-spi2-core.mo
 share/locale/pl/LC_MESSAGES/at-spi2-core.mo
+share/locale/ps/LC_MESSAGES/at-spi2-core.mo
 share/locale/pt/LC_MESSAGES/at-spi2-core.mo
 share/locale/pt_BR/LC_MESSAGES/at-spi2-core.mo
 share/locale/ro/LC_MESSAGES/at-spi2-core.mo
 share/locale/ru/LC_MESSAGES/at-spi2-core.mo
+share/locale/rw/LC_MESSAGES/at-spi2-core.mo
+share/locale/si/LC_MESSAGES/at-spi2-core.mo
 share/locale/sk/LC_MESSAGES/at-spi2-core.mo
 share/locale/sl/LC_MESSAGES/at-spi2-core.mo
 share/locale/sq/LC_MESSAGES/at-spi2-core.mo
 share/locale/sr/LC_MESSAGES/at-spi2-core.mo
+share/locale/sr@ije/LC_MESSAGES/at-spi2-core.mo
 share/locale/sr@latin/LC_MESSAGES/at-spi2-core.mo
 share/locale/sv/LC_MESSAGES/at-spi2-core.mo
 share/locale/ta/LC_MESSAGES/at-spi2-core.mo
 share/locale/te/LC_MESSAGES/at-spi2-core.mo
 share/locale/tg/LC_MESSAGES/at-spi2-core.mo
+share/locale/th/LC_MESSAGES/at-spi2-core.mo
+share/locale/tk/LC_MESSAGES/at-spi2-core.mo
 share/locale/tr/LC_MESSAGES/at-spi2-core.mo
+share/locale/tt/LC_MESSAGES/at-spi2-core.mo
 share/locale/ug/LC_MESSAGES/at-spi2-core.mo
 share/locale/uk/LC_MESSAGES/at-spi2-core.mo
 share/locale/uz@cyrillic/LC_MESSAGES/at-spi2-core.mo
 share/locale/vi/LC_MESSAGES/at-spi2-core.mo
+share/locale/wa/LC_MESSAGES/at-spi2-core.mo
+share/locale/xh/LC_MESSAGES/at-spi2-core.mo
+share/locale/yi/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
+share/locale/zu/LC_MESSAGES/at-spi2-core.mo
+@pkgdir etc/xdg/autostart

Index: pkgsrc/devel/at-spi2-core/buildlink3.mk
diff -u pkgsrc/devel/at-spi2-core/buildlink3.mk:1.10 pkgsrc/devel/at-spi2-core/buildlink3.mk:1.11
--- pkgsrc/devel/at-spi2-core/buildlink3.mk:1.10        Mon Aug 14 05:24:04 2023
+++ pkgsrc/devel/at-spi2-core/buildlink3.mk     Sun Oct 20 14:02:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.10 2023/08/14 05:24:04 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.11 2024/10/20 14:02:23 wiz Exp $
 
 BUILDLINK_TREE+=       at-spi2-core
 
@@ -6,13 +6,11 @@ BUILDLINK_TREE+=      at-spi2-core
 AT_SPI2_CORE_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.at-spi2-core+=   at-spi2-core>=2.3.2
-BUILDLINK_ABI_DEPENDS.at-spi2-core+=   at-spi2-core>=2.40.3nb3
+BUILDLINK_ABI_DEPENDS.at-spi2-core+=   at-spi2-core>=2.54.0
 BUILDLINK_PKGSRCDIR.at-spi2-core?=     ../../devel/at-spi2-core
 
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../sysutils/dbus/buildlink3.mk"
-.include "../../x11/libXi/buildlink3.mk"
-.include "../../x11/libXtst/buildlink3.mk"
 .endif # AT_SPI2_CORE_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -at-spi2-core

Index: pkgsrc/devel/at-spi2-core/distinfo
diff -u pkgsrc/devel/at-spi2-core/distinfo:1.32 pkgsrc/devel/at-spi2-core/distinfo:1.33
--- pkgsrc/devel/at-spi2-core/distinfo:1.32     Tue Aug 22 06:55:26 2023
+++ pkgsrc/devel/at-spi2-core/distinfo  Sun Oct 20 14:02:23 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.32 2023/08/22 06:55:26 adam Exp $
+$NetBSD: distinfo,v 1.33 2024/10/20 14:02:23 wiz Exp $
 
-BLAKE2s (at-spi2-core-2.44.1.tar.xz) = 86ec961a62389f110650e2e02d3b097773b316c063772f325726d5a89e30b992
-SHA512 (at-spi2-core-2.44.1.tar.xz) = 8d85df75f886c4a19d829d14e5a9412b607b9cbe2d1b7ecb95b4082602f0624e90747fe955f96d378c3a52bc0e732074b97008bb34e6acc2722c7056b2c0504e
-Size (at-spi2-core-2.44.1.tar.xz) = 209780 bytes
-SHA1 (patch-bus_meson.build) = 086a8113d887da65a245a958b95d5fc4bfca7025
+BLAKE2s (at-spi2-core-2.54.0.tar.xz) = 8a925502b14e14f5d0265a6e9acc50f208849cb880042d06f3e82385b8a9a6ff
+SHA512 (at-spi2-core-2.54.0.tar.xz) = ac697055f9e31b264da55dc1b7c92c85905bc6c32dcd6ac7a699f9cc0dec933f7bb1323098e7c2f6bdce91bc7195bd8b4625e39216d9671c85df25a0071f0a3e
+Size (at-spi2-core-2.54.0.tar.xz) = 575368 bytes



Home | Main Index | Thread Index | Old Index