From dfb4e3cd46ba5530e3c90bc5dfd692faab0eac39 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Fri, 24 Feb 2023 10:34:40 +0100 Subject: [PATCH] accessibility/at-spi2-core: update to 2.46.0 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). - accessibility/atk and accessibility/at-spi2-atk have been merged into accessibility/at-spi2-core - accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk PR: 269704 Exp-run by: antoine --- --- MOVED | 2 + Mk/Uses/gnome.mk | 2 +- Mk/Uses/lazarus.mk | 2 +- accessibility/Makefile | 2 - accessibility/at-spi2-atk/Makefile | 24 ----- accessibility/at-spi2-atk/distinfo | 3 - accessibility/at-spi2-atk/pkg-descr | 7 -- accessibility/at-spi2-atk/pkg-plist | 7 -- accessibility/at-spi2-core/Makefile | 2 +- accessibility/at-spi2-core/distinfo | 6 +- accessibility/at-spi2-core/pkg-plist | 77 +++++++++++++++ accessibility/atk/Makefile | 21 ---- accessibility/atk/distinfo | 3 - accessibility/atk/pkg-descr | 3 - accessibility/atk/pkg-plist | 141 --------------------------- devel/electron18/Makefile | 2 +- devel/electron19/Makefile | 2 +- devel/electron21/Makefile | 2 +- devel/electron22/Makefile | 2 +- devel/qt6-base/Makefile | 4 +- editors/elementary-code/Makefile | 2 +- editors/vscode/Makefile | 2 +- net-im/signal-desktop/Makefile | 2 +- science/zotero/Makefile | 2 +- www/chromium/Makefile | 2 +- www/iridium/Makefile | 2 +- www/ungoogled-chromium/Makefile | 2 +- x11-toolkits/gtk30/Makefile | 2 +- x11/cinnamon/Makefile | 2 +- x11/gnome-shell/Makefile | 2 +- 30 files changed, 101 insertions(+), 233 deletions(-) delete mode 100644 accessibility/at-spi2-atk/Makefile delete mode 100644 accessibility/at-spi2-atk/distinfo delete mode 100644 accessibility/at-spi2-atk/pkg-descr delete mode 100644 accessibility/at-spi2-atk/pkg-plist delete mode 100644 accessibility/atk/Makefile delete mode 100644 accessibility/atk/distinfo delete mode 100644 accessibility/atk/pkg-descr delete mode 100644 accessibility/atk/pkg-plist diff --git a/MOVED b/MOVED index 68479d0c55f9..c2e7d279d89e 100644 --- a/MOVED +++ b/MOVED @@ -17765,3 +17765,5 @@ finance/py-TA-Lib|finance/py-ta-lib|2023-02-12|Remove duplicate port x11-toolkits/gnocl||2023-02-13|Fails to build, newer snapshot depends on a removed port games/opendungeons||2023-02-14|Has expired: Broken for more than 6 months databases/mysql-connector-odbc|databases/mysql-connector-odbc-80|2023-02-18|Has expired: Requires EOLd mysql version +accessibility/atk|accessibility/at-spi2-core|2023-02-19|Integrated into other package +accessibility/at-spi2-atk|accessibility/at-spi2-core|2023-02-19|Integrated into other package diff --git a/Mk/Uses/gnome.mk b/Mk/Uses/gnome.mk index b3950b7dc2fc..81b9d50cff55 100644 --- a/Mk/Uses/gnome.mk +++ b/Mk/Uses/gnome.mk @@ -148,7 +148,7 @@ gnomemimedata_RUN_DEPENDS=${LOCALBASE}/libdata/pkgconfig/gnome-mime-data-2.0.pc: glib20_LIB_DEPENDS= libglib-2.0.so:devel/glib20 \ libintl.so:devel/gettext-runtime -atk_LIB_DEPENDS= libatk-1.0.so:accessibility/atk +atk_LIB_DEPENDS= libatk-1.0.so:accessibility/at-spi2-core atk_USE_GNOME_IMPL= glib20 dconf_BUILD_DEPENDS= dconf:devel/dconf diff --git a/Mk/Uses/lazarus.mk b/Mk/Uses/lazarus.mk index 8f703935ae93..ce2ce2c3c4e3 100644 --- a/Mk/Uses/lazarus.mk +++ b/Mk/Uses/lazarus.mk @@ -104,7 +104,7 @@ LAZARUS_DEVELSUFFIX= -devel BUILD_DEPENDS+= ${MKINSTDIR}/gtk2.fpm:x11-toolkits/fpc-gtk2 LIB_DEPENDS+= libglib-2.0.so:devel/glib20 \ libgtk-x11-2.0.so:x11-toolkits/gtk20 \ - libatk-1.0.so:accessibility/atk \ + libatk-1.0.so:accessibility/at-spi2-core \ libpango-1.0.so:x11-toolkits/pango \ libgdk_pixbuf-2.0.so:graphics/gdk-pixbuf2 LCL_PLATFORM= gtk2 diff --git a/accessibility/Makefile b/accessibility/Makefile index 97fd5150cc19..2222214d5916 100644 --- a/accessibility/Makefile +++ b/accessibility/Makefile @@ -1,9 +1,7 @@ COMMENT = Ports to help disabled users SUBDIR += accerciser - SUBDIR += at-spi2-atk SUBDIR += at-spi2-core - SUBDIR += atk SUBDIR += atkmm SUBDIR += caribou SUBDIR += darkman diff --git a/accessibility/at-spi2-atk/Makefile b/accessibility/at-spi2-atk/Makefile deleted file mode 100644 index fd66471586d8..000000000000 --- a/accessibility/at-spi2-atk/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -PORTNAME= at-spi2-atk -PORTVERSION= 2.38.0 -CATEGORIES= accessibility x11-toolkits -MASTER_SITES= GNOME -DIST_SUBDIR= gnome - -MAINTAINER= desktop@FreeBSD.org -COMMENT= Assisted Technology Provider module for GTK+ -WWW= https://gitlab.gnome.org/GNOME/at-spi2-atk - -LICENSE= LGPL21 - -BUILD_DEPENDS= at-spi2-core>=2.17.90:accessibility/at-spi2-core -LIB_DEPENDS= libdbus-1.so:devel/dbus -RUN_DEPENDS= at-spi2-core>=2.17.90:accessibility/at-spi2-core - -PORTSCOUT= limitw:1,even - -USES= cpe gettext-runtime gnome localbase meson pkgconfig tar:xz -USE_GNOME= atk glib20 intlhack -USE_LDCONFIG= yes -CPE_VENDOR= gnome - -.include diff --git a/accessibility/at-spi2-atk/distinfo b/accessibility/at-spi2-atk/distinfo deleted file mode 100644 index 9cdc962dce2e..000000000000 --- a/accessibility/at-spi2-atk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1661964965 -SHA256 (gnome/at-spi2-atk-2.38.0.tar.xz) = cfa008a5af822b36ae6287f18182c40c91dd699c55faa38605881ed175ca464f -SIZE (gnome/at-spi2-atk-2.38.0.tar.xz) = 97464 diff --git a/accessibility/at-spi2-atk/pkg-descr b/accessibility/at-spi2-atk/pkg-descr deleted file mode 100644 index 512db73db840..000000000000 --- a/accessibility/at-spi2-atk/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is the Gnome Accessibility Project's Assistive Technology -Service Provider Interface. It allows accessibility applications -and assistive technologies to announce their respective existence -to each other. - -This port contains the GTK+ module needed to interface with the SPI -framework. diff --git a/accessibility/at-spi2-atk/pkg-plist b/accessibility/at-spi2-atk/pkg-plist deleted file mode 100644 index b63a83ebabb1..000000000000 --- a/accessibility/at-spi2-atk/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -include/at-spi2-atk/2.0/atk-bridge.h -lib/libatk-bridge-2.0.so -lib/libatk-bridge-2.0.so.0 -lib/libatk-bridge-2.0.so.0.0.0 -lib/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop -lib/gtk-2.0/modules/libatk-bridge.so -libdata/pkgconfig/atk-bridge-2.0.pc diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile index 0193d8508964..6aa8898f5e34 100644 --- a/accessibility/at-spi2-core/Makefile +++ b/accessibility/at-spi2-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= at-spi2-core -PORTVERSION= 2.44.1 +PORTVERSION= 2.46.0 CATEGORIES= accessibility x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/accessibility/at-spi2-core/distinfo b/accessibility/at-spi2-core/distinfo index d25369842ccf..1250457e8703 100644 --- a/accessibility/at-spi2-core/distinfo +++ b/accessibility/at-spi2-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1661964981 -SHA256 (gnome/at-spi2-core-2.44.1.tar.xz) = 4beb23270ba6cf7caf20b597354d75194d89afb69d2efcf15f4271688ba6f746 -SIZE (gnome/at-spi2-core-2.44.1.tar.xz) = 209780 +TIMESTAMP = 1676814438 +SHA256 (gnome/at-spi2-core-2.46.0.tar.xz) = aa0c86c79f7a8d67bae49a5b7a5ab08430c608cffe6e33bf47a72f41ab03c3d0 +SIZE (gnome/at-spi2-core-2.46.0.tar.xz) = 540600 diff --git a/accessibility/at-spi2-core/pkg-plist b/accessibility/at-spi2-core/pkg-plist index e6b78e74dccf..4fa6ce6e793f 100644 --- a/accessibility/at-spi2-core/pkg-plist +++ b/accessibility/at-spi2-core/pkg-plist @@ -31,31 +31,89 @@ 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.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.24609.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 +libdata/pkgconfig/atk-bridge-2.0.pc +libdata/pkgconfig/atk.pc libdata/pkgconfig/atspi-2.pc libexec/at-spi-bus-launcher libexec/at-spi2-registryd share/dbus-1/accessibility-services/org.a11y.atspi.Registry.service share/dbus-1/services/org.a11y.Bus.service share/defaults/at-spi2/accessibility.conf +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 @@ -74,44 +132,63 @@ share/locale/he/LC_MESSAGES/at-spi2-core.mo 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/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 diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile deleted file mode 100644 index bb1da78f20ac..000000000000 --- a/accessibility/atk/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -PORTNAME= atk -PORTVERSION= 2.38.0 -PORTREVISION?= 0 -CATEGORIES= accessibility devel -MASTER_SITES= GNOME -DIST_SUBDIR= gnome - -MAINTAINER= desktop@FreeBSD.org -COMMENT= GNOME accessibility toolkit (ATK) -WWW= https://developer.gnome.org/atk/ - -LICENSE= LGPL20+ -LICENSE_FILE= ${WRKSRC}/COPYING - -PORTSCOUT= limitw:1,even - -USE_LDCONFIG= yes -USES= gettext gnome localbase meson pkgconfig tar:xz -USE_GNOME= glib20 introspection:build - -.include diff --git a/accessibility/atk/distinfo b/accessibility/atk/distinfo deleted file mode 100644 index d8959db8b824..000000000000 --- a/accessibility/atk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1661964925 -SHA256 (gnome/atk-2.38.0.tar.xz) = ac4de2a4ef4bd5665052952fe169657e65e895c5057dffb3c2a810f6191a0c36 -SIZE (gnome/atk-2.38.0.tar.xz) = 303952 diff --git a/accessibility/atk/pkg-descr b/accessibility/atk/pkg-descr deleted file mode 100644 index 75eca2b01250..000000000000 --- a/accessibility/atk/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The GNOME Accessibility Toolkit (ATK) contains accessibility widgets, -just like GTK contains GUI element widgets. However, ATK's widgets -are platform-independent, so they can be used with Qt, Motif, etc. diff --git a/accessibility/atk/pkg-plist b/accessibility/atk/pkg-plist deleted file mode 100644 index d2cdcc216eb3..000000000000 --- a/accessibility/atk/pkg-plist +++ /dev/null @@ -1,141 +0,0 @@ -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/libatk-1.0.so -lib/libatk-1.0.so.0 -lib/libatk-1.0.so.0.23809.1 -libdata/pkgconfig/atk.pc -share/gir-1.0/Atk-1.0.gir -share/locale/af/LC_MESSAGES/atk10.mo -share/locale/am/LC_MESSAGES/atk10.mo -share/locale/an/LC_MESSAGES/atk10.mo -share/locale/ar/LC_MESSAGES/atk10.mo -share/locale/as/LC_MESSAGES/atk10.mo -share/locale/ast/LC_MESSAGES/atk10.mo -share/locale/az/LC_MESSAGES/atk10.mo -share/locale/be/LC_MESSAGES/atk10.mo -share/locale/be@latin/LC_MESSAGES/atk10.mo -share/locale/bg/LC_MESSAGES/atk10.mo -share/locale/bn/LC_MESSAGES/atk10.mo -share/locale/bn_IN/LC_MESSAGES/atk10.mo -share/locale/bs/LC_MESSAGES/atk10.mo -share/locale/ca/LC_MESSAGES/atk10.mo -share/locale/ca@valencia/LC_MESSAGES/atk10.mo -share/locale/ckb/LC_MESSAGES/atk10.mo -share/locale/cs/LC_MESSAGES/atk10.mo -share/locale/cy/LC_MESSAGES/atk10.mo -share/locale/da/LC_MESSAGES/atk10.mo -share/locale/de/LC_MESSAGES/atk10.mo -share/locale/dz/LC_MESSAGES/atk10.mo -share/locale/el/LC_MESSAGES/atk10.mo -share/locale/en@shaw/LC_MESSAGES/atk10.mo -share/locale/en_CA/LC_MESSAGES/atk10.mo -share/locale/en_GB/LC_MESSAGES/atk10.mo -share/locale/eo/LC_MESSAGES/atk10.mo -share/locale/es/LC_MESSAGES/atk10.mo -share/locale/et/LC_MESSAGES/atk10.mo -share/locale/eu/LC_MESSAGES/atk10.mo -share/locale/fa/LC_MESSAGES/atk10.mo -share/locale/fi/LC_MESSAGES/atk10.mo -share/locale/fr/LC_MESSAGES/atk10.mo -share/locale/fur/LC_MESSAGES/atk10.mo -share/locale/ga/LC_MESSAGES/atk10.mo -share/locale/gd/LC_MESSAGES/atk10.mo -share/locale/gl/LC_MESSAGES/atk10.mo -share/locale/gu/LC_MESSAGES/atk10.mo -share/locale/he/LC_MESSAGES/atk10.mo -share/locale/hi/LC_MESSAGES/atk10.mo -share/locale/hr/LC_MESSAGES/atk10.mo -share/locale/hu/LC_MESSAGES/atk10.mo -share/locale/hy/LC_MESSAGES/atk10.mo -share/locale/id/LC_MESSAGES/atk10.mo -share/locale/is/LC_MESSAGES/atk10.mo -share/locale/it/LC_MESSAGES/atk10.mo -share/locale/ja/LC_MESSAGES/atk10.mo -share/locale/ka/LC_MESSAGES/atk10.mo -share/locale/kk/LC_MESSAGES/atk10.mo -share/locale/km/LC_MESSAGES/atk10.mo -share/locale/kn/LC_MESSAGES/atk10.mo -share/locale/ko/LC_MESSAGES/atk10.mo -share/locale/ku/LC_MESSAGES/atk10.mo -share/locale/li/LC_MESSAGES/atk10.mo -share/locale/lt/LC_MESSAGES/atk10.mo -share/locale/lv/LC_MESSAGES/atk10.mo -share/locale/mai/LC_MESSAGES/atk10.mo -share/locale/mk/LC_MESSAGES/atk10.mo -share/locale/ml/LC_MESSAGES/atk10.mo -share/locale/mn/LC_MESSAGES/atk10.mo -share/locale/mr/LC_MESSAGES/atk10.mo -share/locale/ms/LC_MESSAGES/atk10.mo -share/locale/nb/LC_MESSAGES/atk10.mo -share/locale/ne/LC_MESSAGES/atk10.mo -share/locale/nl/LC_MESSAGES/atk10.mo -share/locale/nn/LC_MESSAGES/atk10.mo -share/locale/oc/LC_MESSAGES/atk10.mo -share/locale/or/LC_MESSAGES/atk10.mo -share/locale/pa/LC_MESSAGES/atk10.mo -share/locale/pl/LC_MESSAGES/atk10.mo -share/locale/ps/LC_MESSAGES/atk10.mo -share/locale/pt/LC_MESSAGES/atk10.mo -share/locale/pt_BR/LC_MESSAGES/atk10.mo -share/locale/ro/LC_MESSAGES/atk10.mo -share/locale/ru/LC_MESSAGES/atk10.mo -share/locale/rw/LC_MESSAGES/atk10.mo -share/locale/si/LC_MESSAGES/atk10.mo -share/locale/sk/LC_MESSAGES/atk10.mo -share/locale/sl/LC_MESSAGES/atk10.mo -share/locale/sq/LC_MESSAGES/atk10.mo -share/locale/sr/LC_MESSAGES/atk10.mo -share/locale/sr@ije/LC_MESSAGES/atk10.mo -share/locale/sr@latin/LC_MESSAGES/atk10.mo -share/locale/sv/LC_MESSAGES/atk10.mo -share/locale/ta/LC_MESSAGES/atk10.mo -share/locale/te/LC_MESSAGES/atk10.mo -share/locale/tg/LC_MESSAGES/atk10.mo -share/locale/th/LC_MESSAGES/atk10.mo -share/locale/tk/LC_MESSAGES/atk10.mo -share/locale/tr/LC_MESSAGES/atk10.mo -share/locale/tt/LC_MESSAGES/atk10.mo -share/locale/ug/LC_MESSAGES/atk10.mo -share/locale/uk/LC_MESSAGES/atk10.mo -share/locale/vi/LC_MESSAGES/atk10.mo -share/locale/wa/LC_MESSAGES/atk10.mo -share/locale/xh/LC_MESSAGES/atk10.mo -share/locale/yi/LC_MESSAGES/atk10.mo -share/locale/zh_CN/LC_MESSAGES/atk10.mo -share/locale/zh_HK/LC_MESSAGES/atk10.mo -share/locale/zh_TW/LC_MESSAGES/atk10.mo -share/locale/zu/LC_MESSAGES/atk10.mo diff --git a/devel/electron18/Makefile b/devel/electron18/Makefile index 2771fb897a09..4e843dba57b6 100644 --- a/devel/electron18/Makefile +++ b/devel/electron18/Makefile @@ -31,7 +31,7 @@ BUILD_DEPENDS= gperf:devel/gperf \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \ node16>0:www/node16 \ npm-node16>0:www/npm-node16 -LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ +LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libsnappy.so:archivers/snappy \ libFLAC.so:audio/flac \ diff --git a/devel/electron19/Makefile b/devel/electron19/Makefile index c4730ffc7653..5e770c6bad00 100644 --- a/devel/electron19/Makefile +++ b/devel/electron19/Makefile @@ -28,7 +28,7 @@ BUILD_DEPENDS= gperf:devel/gperf \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \ node16>0:www/node16 \ npm-node16>0:www/npm-node16 -LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ +LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libsnappy.so:archivers/snappy \ libFLAC.so:audio/flac \ diff --git a/devel/electron21/Makefile b/devel/electron21/Makefile index a338ddfd9c3d..210a521d1ac1 100644 --- a/devel/electron21/Makefile +++ b/devel/electron21/Makefile @@ -28,7 +28,7 @@ BUILD_DEPENDS= gperf:devel/gperf \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \ node16>0:www/node16 \ npm-node16>0:www/npm-node16 -LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ +LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libsnappy.so:archivers/snappy \ libFLAC.so:audio/flac \ diff --git a/devel/electron22/Makefile b/devel/electron22/Makefile index a50b24e6c440..643d8ebfc082 100644 --- a/devel/electron22/Makefile +++ b/devel/electron22/Makefile @@ -31,7 +31,7 @@ BUILD_DEPENDS= gperf:devel/gperf \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \ node16>0:www/node16 \ npm-node16>0:www/npm-node16 -LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ +LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libsnappy.so:archivers/snappy \ libFLAC.so:audio/flac \ diff --git a/devel/qt6-base/Makefile b/devel/qt6-base/Makefile index cbfa588d39eb..a9c75271fef8 100644 --- a/devel/qt6-base/Makefile +++ b/devel/qt6-base/Makefile @@ -11,8 +11,8 @@ BUILD_DEPENDS= xml:textproc/xmlstarlet \ ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers \ ${LOCALBASE}/include/linux/input.h:devel/evdev-proto LIB_DEPENDS= \ - libatk-1.0.so:accessibility/atk \ - libatk-bridge-2.0.so:accessibility/at-spi2-atk \ + libatk-1.0.so:accessibility/at-spi2-core \ + libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libavahi-client.so:net/avahi-app \ libbrotlidec.so:archivers/brotli \ diff --git a/editors/elementary-code/Makefile b/editors/elementary-code/Makefile index 5043aa0fea51..a40bdd30bcde 100644 --- a/editors/elementary-code/Makefile +++ b/editors/elementary-code/Makefile @@ -9,7 +9,7 @@ WWW= https://github.com/elementary/code/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libatk-1.0.so:accessibility/atk \ +LIB_DEPENDS= libatk-1.0.so:accessibility/at-spi2-core \ libeditorconfig.so:editors/editorconfig-core-c \ libfontconfig.so:x11-fonts/fontconfig \ libgee-0.8.so:devel/libgee \ diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index d43a83ee80a9..10d6e896dc2c 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -29,7 +29,7 @@ BUILD_DEPENDS= zip:archivers/zip \ rg:textproc/ripgrep \ npm-node${NODE_VER_MAJOR}>0:www/npm-node${NODE_VER_MAJOR} \ yarn-node${NODE_VER_MAJOR}>0:www/yarn-node${NODE_VER_MAJOR} -LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ +LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libsnappy.so:archivers/snappy \ libasound.so:audio/alsa-lib \ diff --git a/net-im/signal-desktop/Makefile b/net-im/signal-desktop/Makefile index 8f0241793876..92cc48f27eb7 100644 --- a/net-im/signal-desktop/Makefile +++ b/net-im/signal-desktop/Makefile @@ -34,7 +34,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libringrtc.so:multimedia/ringrtc \ vips>0:graphics/vips \ yarn:www/yarn-node16 LIB_DEPENDS= libasound.so:audio/alsa-lib \ - libatk-bridge-2.0.so:accessibility/at-spi2-atk \ + libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libcups.so:print/cups \ libdbus-1.so:devel/dbus \ diff --git a/science/zotero/Makefile b/science/zotero/Makefile index 2d3516ba71dd..af9408142d24 100644 --- a/science/zotero/Makefile +++ b/science/zotero/Makefile @@ -16,7 +16,7 @@ ONLY_FOR_ARCHS_REASON= uses FreeBSD 13.x precompiled binaries BROKEN_FreeBSD_12= uses FreeBSD 13.x precompiled binaries LIB_DEPENDS= libasound.so:audio/alsa-lib \ - libatk-bridge-2.0.so:accessibility/at-spi2-atk \ + libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libdbus-1.so:devel/dbus \ libepoll-shim.so:devel/libepoll-shim \ diff --git a/www/chromium/Makefile b/www/chromium/Makefile index c31eea4ce0a4..384c9b3b082e 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -30,7 +30,7 @@ BUILD_DEPENDS= bash:shells/bash \ ${LOCALBASE}/libdata/pkgconfig/Qt5Core.pc:devel/qt5-core \ ${LOCALBASE}/libdata/pkgconfig/Qt5Widgets.pc:x11-toolkits/qt5-widgets -LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ +LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libspeechd.so:accessibility/speech-dispatcher \ libsnappy.so:archivers/snappy \ diff --git a/www/iridium/Makefile b/www/iridium/Makefile index a148702eb483..b50805c319f0 100644 --- a/www/iridium/Makefile +++ b/www/iridium/Makefile @@ -32,7 +32,7 @@ BUILD_DEPENDS= bash:shells/bash \ ${LOCALBASE}/libdata/pkgconfig/Qt5Core.pc:devel/qt5-core \ ${LOCALBASE}/libdata/pkgconfig/Qt5Widgets.pc:x11-toolkits/qt5-widgets -LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ +LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libspeechd.so:accessibility/speech-dispatcher \ libsnappy.so:archivers/snappy \ diff --git a/www/ungoogled-chromium/Makefile b/www/ungoogled-chromium/Makefile index 90ad29c3b75d..58c65e74df45 100644 --- a/www/ungoogled-chromium/Makefile +++ b/www/ungoogled-chromium/Makefile @@ -34,7 +34,7 @@ BUILD_DEPENDS= bash:shells/bash \ ${LOCALBASE}/libdata/pkgconfig/Qt5Core.pc:devel/qt5-core \ ${LOCALBASE}/libdata/pkgconfig/Qt5Widgets.pc:x11-toolkits/qt5-widgets -LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ +LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libspeechd.so:accessibility/speech-dispatcher \ libsnappy.so:archivers/snappy \ diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 7d8fc3b504a2..d671e8b52654 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -52,7 +52,7 @@ OPTIONS_SUB= yes ATK_BRIDGE_DESC=AT-SPI ATK bridge support (requires X11) ATK_BRIDGE_CONFIGURE_WITH= atk-bridge -ATK_BRIDGE_LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk +ATK_BRIDGE_LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core ATK_BRIDGE_IMPLIES= X11 BROADWAY_DESC= Enable GDK Broadway backend for showing GTK+ in the webbrowser using HTML5 and web sockets. diff --git a/x11/cinnamon/Makefile b/x11/cinnamon/Makefile index a7a72b0fc58a..3ed5e6a7b934 100644 --- a/x11/cinnamon/Makefile +++ b/x11/cinnamon/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libcjs.so:lang/cjs \ libcinnamon-menu-3.so:x11/cinnamon-menus \ libdbus-1.so:devel/dbus \ libpolkit-agent-1.so:sysutils/polkit \ - libatk-bridge-2.0.so:accessibility/at-spi2-atk \ + libatk-bridge-2.0.so:accessibility/at-spi2-core \ libstartup-notification-1.so:x11/startup-notification \ libsoup-2.4.so:devel/libsoup RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index ddc7a6444c4b..4092d0d28c84 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/bash-completion/bash_completion.sh:shells/bash docbook-xsl>=0:textproc/docbook-xsl \ gnome-control-center:sysutils/gnome-control-center \ sassc:textproc/sassc -LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ +LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libcanberra.so:audio/libcanberra \ libcroco-0.6.so:textproc/libcroco \ -- 2.39.2