Skip to content

Commit

Permalink
at-spi2-atk: Stub this package in favour of at-spi2-core
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Feb 2, 2024
1 parent 52abafa commit 978553c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 65 deletions.
Binary file modified a/at-spi2-atk/manifest.x86_64.bin
Binary file not shown.
56 changes: 5 additions & 51 deletions a/at-spi2-atk/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,65 +3,19 @@
"manifest-version": "0.2",
"packages": {
"at-spi2-atk": {
"build-depends": [
"pkgconfig(atk)",
"pkgconfig(atspi-2)",
"pkgconfig(dbus-1)",
"pkgconfig(glib-2.0)",
"pkgconfig(gmodule-2.0)",
"pkgconfig(gobject-2.0)",
"pkgconfig(libxml-2.0)"
],
"depends": [
"soname(libatk-1.0.so.0(x86_64))",
"soname(libatspi.so.0(x86_64))",
"soname(libc.so.6(x86_64))",
"soname(libdbus-1.so.3(x86_64))",
"soname(libglib-2.0.so.0(x86_64))",
"soname(libgmodule-2.0.so.0(x86_64))",
"soname(libgobject-2.0.so.0(x86_64))"
],
"files": [
"/usr/lib/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop",
"/usr/lib/gtk-2.0/modules/libatk-bridge.so",
"/usr/lib/libatk-bridge-2.0.so.0",
"/usr/lib/libatk-bridge-2.0.so.0.0.0"
"/usr/share/doc/at-spi2-atk/README.md"
],
"name": "at-spi2-atk",
"provides": [
"soname(libatk-bridge-2.0.so.0(x86_64))"
]
"name": "at-spi2-atk"
},
"at-spi2-atk-devel": {
"build-depends": [
"pkgconfig(atk)",
"pkgconfig(atspi-2)",
"pkgconfig(dbus-1)",
"pkgconfig(glib-2.0)",
"pkgconfig(gmodule-2.0)",
"pkgconfig(gobject-2.0)",
"pkgconfig(libxml-2.0)"
],
"depends": [
"pkgconfig(atk)",
"pkgconfig(atspi-2)",
"pkgconfig(dbus-1)",
"pkgconfig(glib-2.0)",
"pkgconfig(gmodule-2.0)",
"pkgconfig(gobject-2.0)"
],
"files": [
"/usr/include/at-spi2-atk/2.0/atk-bridge.h",
"/usr/lib/libatk-bridge-2.0.so",
"/usr/lib/pkgconfig/atk-bridge-2.0.pc"
"/usr/share/doc/at-spi2-atk-devel/README.md"
],
"name": "at-spi2-atk-devel",
"provides": [
"pkgconfig(atk-bridge-2.0)"
]
"name": "at-spi2-atk-devel"
}
},
"source-name": "at-spi2-atk",
"source-release": "1",
"source-release": "2",
"source-version": "2.38.0"
}
1 change: 1 addition & 0 deletions a/at-spi2-atk/pkg/stub
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This package has been stubbed, pending removal support in `vessel`
25 changes: 11 additions & 14 deletions a/at-spi2-atk/stone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
name : at-spi2-atk
version : 2.38.0
release : 1
release : 2
homepage : https://wiki.gnome.org/Accessibility
upstreams :
- https://download.gnome.org/sources/at-spi2-atk/2.38/at-spi2-atk-2.38.0.tar.xz : cfa008a5af822b36ae6287f18182c40c91dd699c55faa38605881ed175ca464f
Expand All @@ -14,17 +14,14 @@ description : |
ATK is the Accessibility Toolkit, a set of GObject interfaces that can be implemented to communicate with assistive technologies (ATs). at-spi2-core is the Assistive Technology Service Provider Interface, which provides two things: a set of DBus interfaces for accessibility, and a C language binding to use those interfaces. Applications that provide accessibility through the ATK interfaces need a way to translate those interfaces to AT-SPI2 DBus calls. This module, at-spi2-atk, provides that translation bridge.
license :
- LGPL-2.1-or-later
builddeps :
- pkgconfig(atk)
- pkgconfig(atspi-2)
- pkgconfig(dbus-1)
- pkgconfig(glib-2.0)
- pkgconfig(gmodule-2.0)
- pkgconfig(gobject-2.0)
- pkgconfig(libxml-2.0)
setup : |
%meson
build : |
%meson_build
packages :
- "%(name)-devel":
paths:
- /usr/share/doc/at-spi2-atk-devel
- "%(name)-dbginfo":
paths:
- /usr/share/doc/at-spi2-atk-dbginfo
install : |
%meson_install
%install_file %(pkgdir)/stub %(installroot)%(datadir)/doc/at-spi2-atk/README.md
%install_file %(pkgdir)/stub %(installroot)%(datadir)/doc/at-spi2-atk-devel/README.md
%install_file %(pkgdir)/stub %(installroot)%(datadir)/doc/at-spi2-atk-dbginfo/README.md

0 comments on commit 978553c

Please sign in to comment.