1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +02:00

gnu: Replace all uses of atk by at-spi2-core.

* gnu/packages/animation.scm (gnash)
* gnu/packages/chromium.scm (ungoogled-chromium)
* gnu/packages/crates-gtk.scm (rust-atk-sys-0.14,
rust-atk-sys-0.10, rust-atk-0.14, rust-gtk-0.14)
* gnu/packages/gimp.scm (gimp)
* gnu/packages/gnome.scm (evince, glade3, clutter, totem, rhythmbox, mutter, ghex):
* gnu/packages/graphviz.scm (xdot)
* gnu/packages/gtk.scm (gtk+-2, gtk+, guile-gnome, atkmm)
* gnu/packages/mate.scm (mate-applets, atril, mate-control-center, mate-calc,
mate-utils, eom, pluma)
* gnu/packages/messaging.scm (dino)
* gnu/packages/qt.scm (qtwebengine-5)
* gnu/packages/rust-apps.scm (alfis)
* gnu/packages/vim.scm (vim-full)
* gnu/packages/vnc.scm (remmina)
* gnu/packages/web.scm (castor): Replace atk by at-spi2-core.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Josselin Poiret 2023-03-30 23:48:13 +02:00 committed by Guillaume Le Vaillant
parent 3b57a9cac8
commit c000352c27
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F
14 changed files with 31 additions and 33 deletions

View file

@ -60,7 +60,7 @@
("rust-tempfile" ,rust-tempfile-3))))
(native-inputs (list pkg-config))
(inputs
(list atk glib))
(list at-spi2-core glib))
(home-page "https://gtk-rs.org/")
(synopsis "FFI bindings to libatk-1")
(description "FFI bindings to libatk-1")
@ -90,7 +90,7 @@
("rust-tempfile" ,rust-tempfile-3))))
(native-inputs (list pkg-config))
(inputs
(list atk glib))))
(list at-spi2-core glib))))
(define-public rust-atk-sys-0.9
(package
@ -138,7 +138,7 @@
#:cargo-development-inputs
(("rust-gir-format-check" ,rust-gir-format-check-0.1))))
(inputs
(list atk glib))
(list at-spi2-core glib))
(home-page "https://gtk-rs.org/")
(synopsis "Rust bindings for the ATK library")
(description "Rust bindings for the ATK library")
@ -1469,7 +1469,7 @@
(("rust-gir-format-check" ,rust-gir-format-check-0.1))))
(native-inputs (list pkg-config))
(inputs
(list atk cairo glib gtk+ pango))
(list at-spi2-core cairo glib gtk+ pango))
(home-page "https://gtk-rs.org/")
(synopsis "Rust bindings for the GTK+ 3 library")
(description "This package provides Rust bindings for the GTK+ 3 library.")