mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +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:
parent
3b57a9cac8
commit
c000352c27
14 changed files with 31 additions and 33 deletions
|
@ -260,7 +260,7 @@ contains the graphical user interface for synfig.")
|
||||||
("python" ,python-wrapper)))
|
("python" ,python-wrapper)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("agg" ,agg)
|
`(("agg" ,agg)
|
||||||
("atk" ,atk)
|
("at-spi2-core" ,at-spi2-core)
|
||||||
("boost" ,boost)
|
("boost" ,boost)
|
||||||
("curl" ,curl)
|
("curl" ,curl)
|
||||||
("ffmpeg" ,ffmpeg-2.8)
|
("ffmpeg" ,ffmpeg-2.8)
|
||||||
|
|
|
@ -898,7 +898,6 @@
|
||||||
wayland))
|
wayland))
|
||||||
(inputs
|
(inputs
|
||||||
(list alsa-lib
|
(list alsa-lib
|
||||||
atk
|
|
||||||
at-spi2-core
|
at-spi2-core
|
||||||
cups
|
cups
|
||||||
curl
|
curl
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
("rust-tempfile" ,rust-tempfile-3))))
|
("rust-tempfile" ,rust-tempfile-3))))
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list atk glib))
|
(list at-spi2-core glib))
|
||||||
(home-page "https://gtk-rs.org/")
|
(home-page "https://gtk-rs.org/")
|
||||||
(synopsis "FFI bindings to libatk-1")
|
(synopsis "FFI bindings to libatk-1")
|
||||||
(description "FFI bindings to libatk-1")
|
(description "FFI bindings to libatk-1")
|
||||||
|
@ -90,7 +90,7 @@
|
||||||
("rust-tempfile" ,rust-tempfile-3))))
|
("rust-tempfile" ,rust-tempfile-3))))
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list atk glib))))
|
(list at-spi2-core glib))))
|
||||||
|
|
||||||
(define-public rust-atk-sys-0.9
|
(define-public rust-atk-sys-0.9
|
||||||
(package
|
(package
|
||||||
|
@ -138,7 +138,7 @@
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-gir-format-check" ,rust-gir-format-check-0.1))))
|
(("rust-gir-format-check" ,rust-gir-format-check-0.1))))
|
||||||
(inputs
|
(inputs
|
||||||
(list atk glib))
|
(list at-spi2-core glib))
|
||||||
(home-page "https://gtk-rs.org/")
|
(home-page "https://gtk-rs.org/")
|
||||||
(synopsis "Rust bindings for the ATK library")
|
(synopsis "Rust bindings for the ATK library")
|
||||||
(description "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))))
|
(("rust-gir-format-check" ,rust-gir-format-check-0.1))))
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list atk cairo glib gtk+ pango))
|
(list at-spi2-core cairo glib gtk+ pango))
|
||||||
(home-page "https://gtk-rs.org/")
|
(home-page "https://gtk-rs.org/")
|
||||||
(synopsis "Rust bindings for the GTK+ 3 library")
|
(synopsis "Rust bindings for the GTK+ 3 library")
|
||||||
(description "This package provides Rust bindings for the GTK+ 3 library.")
|
(description "This package provides Rust bindings for the GTK+ 3 library.")
|
||||||
|
|
|
@ -333,7 +333,7 @@ buffers.")
|
||||||
;; ./configure requests not to annoy upstream with packaging bugs.
|
;; ./configure requests not to annoy upstream with packaging bugs.
|
||||||
"--with-bug-report-url=https://bugs.gnu.org/guix")))
|
"--with-bug-report-url=https://bugs.gnu.org/guix")))
|
||||||
(inputs
|
(inputs
|
||||||
(list atk
|
(list at-spi2-core
|
||||||
babl
|
babl
|
||||||
gegl
|
gegl
|
||||||
gexiv2
|
gexiv2
|
||||||
|
|
|
@ -2704,7 +2704,7 @@ forgotten when the session ends.")
|
||||||
libgnome-keyring
|
libgnome-keyring
|
||||||
adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
atk
|
at-spi2-core
|
||||||
pango
|
pango
|
||||||
gtk+
|
gtk+
|
||||||
glib
|
glib
|
||||||
|
@ -3299,7 +3299,7 @@ API add-ons to make GTK+ widgets OpenGL-capable.")
|
||||||
'())
|
'())
|
||||||
(list gtk+ libxml2)))
|
(list gtk+ libxml2)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list atk ;for tests
|
(list at-spi2-core ;for tests
|
||||||
docbook-xml-4.2
|
docbook-xml-4.2
|
||||||
docbook-xsl
|
docbook-xsl
|
||||||
gettext-minimal
|
gettext-minimal
|
||||||
|
@ -6357,7 +6357,7 @@ without stepping on each others toes.")
|
||||||
libxslt
|
libxslt
|
||||||
pkg-config))
|
pkg-config))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list atk
|
(list at-spi2-core
|
||||||
cairo
|
cairo
|
||||||
cogl
|
cogl
|
||||||
glib
|
glib
|
||||||
|
@ -6744,7 +6744,7 @@ discovery protocols.")
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+
|
(list gtk+
|
||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
atk
|
at-spi2-core
|
||||||
cairo
|
cairo
|
||||||
dbus-glib
|
dbus-glib
|
||||||
xorgproto
|
xorgproto
|
||||||
|
@ -6866,7 +6866,7 @@ which can read a large number of file formats.")
|
||||||
;;clutter-gtk
|
;;clutter-gtk
|
||||||
;;clutter-gst
|
;;clutter-gst
|
||||||
(list adwaita-icon-theme
|
(list adwaita-icon-theme
|
||||||
atk
|
at-spi2-core
|
||||||
bash-minimal
|
bash-minimal
|
||||||
brasero
|
brasero
|
||||||
json-glib
|
json-glib
|
||||||
|
@ -8021,7 +8021,7 @@ to display dialog boxes from the commandline and shell scripts.")
|
||||||
(list gsettings-desktop-schemas-next ;required by libmutter.pc
|
(list gsettings-desktop-schemas-next ;required by libmutter.pc
|
||||||
gtk+ ;required by libmutter.pc
|
gtk+ ;required by libmutter.pc
|
||||||
;; mutter-clutter-1.0.pc and mutter-cogl-1.0.pc refer to these:
|
;; mutter-clutter-1.0.pc and mutter-cogl-1.0.pc refer to these:
|
||||||
atk
|
at-spi2-core
|
||||||
cairo
|
cairo
|
||||||
eudev
|
eudev
|
||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
|
@ -11646,7 +11646,7 @@ micro-pauses and rest breaks, and restricts you to your daily limit.")
|
||||||
pkg-config
|
pkg-config
|
||||||
yelp-tools))
|
yelp-tools))
|
||||||
(inputs
|
(inputs
|
||||||
(list atk
|
(list at-spi2-core
|
||||||
gtk))
|
gtk))
|
||||||
(synopsis "GNOME hexadecimal editor")
|
(synopsis "GNOME hexadecimal editor")
|
||||||
(description "The GHex program can view and edit files in two ways:
|
(description "The GHex program can view and edit files in two ways:
|
||||||
|
|
|
@ -346,7 +346,7 @@ Graphviz and LaTeX.")
|
||||||
`("PATH" ":" prefix
|
`("PATH" ":" prefix
|
||||||
(,(dirname (search-input-file inputs "bin/dot"))))))))))
|
(,(dirname (search-input-file inputs "bin/dot"))))))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list atk
|
(list at-spi2-core
|
||||||
(librsvg-for-system)
|
(librsvg-for-system)
|
||||||
harfbuzz
|
harfbuzz
|
||||||
graphviz
|
graphviz
|
||||||
|
|
|
@ -934,7 +934,7 @@ is part of the GNOME accessibility project.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" "bin" "doc" "debug"))
|
(outputs '("out" "bin" "doc" "debug"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list atk
|
(list at-spi2-core
|
||||||
cairo
|
cairo
|
||||||
glib
|
glib
|
||||||
(librsvg-for-system)
|
(librsvg-for-system)
|
||||||
|
@ -1030,8 +1030,7 @@ application suites.")
|
||||||
(patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"
|
(patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"
|
||||||
"gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch"))))
|
"gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch"))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list atk
|
(list at-spi2-core
|
||||||
at-spi2-core
|
|
||||||
cairo
|
cairo
|
||||||
fribidi
|
fribidi
|
||||||
fontconfig
|
fontconfig
|
||||||
|
@ -1587,7 +1586,7 @@ documents.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
atk
|
at-spi2-core
|
||||||
;;("corba" ,corba) ; not packaged yet
|
;;("corba" ,corba) ; not packaged yet
|
||||||
gconf
|
gconf
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
|
@ -1797,7 +1796,7 @@ text rendering library.")
|
||||||
("python" ,python)
|
("python" ,python)
|
||||||
("xsltproc" ,libxslt)))
|
("xsltproc" ,libxslt)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list glibmm atk))
|
(list glibmm at-spi2-core))
|
||||||
(synopsis "C++ bindings for ATK")
|
(synopsis "C++ bindings for ATK")
|
||||||
(description "ATKmm is the C++ binding for the ATK library.")
|
(description "ATKmm is the C++ binding for the ATK library.")
|
||||||
(home-page "https://wiki.gnome.org/Accessibility")
|
(home-page "https://wiki.gnome.org/Accessibility")
|
||||||
|
|
|
@ -521,7 +521,7 @@ assorted menu related utility programs.")
|
||||||
docbook-xml
|
docbook-xml
|
||||||
gobject-introspection))
|
gobject-introspection))
|
||||||
(inputs
|
(inputs
|
||||||
(list atk
|
(list at-spi2-core
|
||||||
dbus
|
dbus
|
||||||
dbus-glib
|
dbus-glib
|
||||||
glib
|
glib
|
||||||
|
@ -732,7 +732,7 @@ infamous 'Wanda the Fish'.")
|
||||||
("xmllint" ,libxml2)
|
("xmllint" ,libxml2)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("atk" ,atk)
|
`(("at-spi2-core" ,at-spi2-core)
|
||||||
("cairo" ,cairo)
|
("cairo" ,cairo)
|
||||||
("caja" ,caja)
|
("caja" ,caja)
|
||||||
("dconf" ,dconf)
|
("dconf" ,dconf)
|
||||||
|
@ -921,7 +921,7 @@ icons on the MATE desktop. It works on local and remote file systems.")
|
||||||
xmodmap
|
xmodmap
|
||||||
gobject-introspection))
|
gobject-introspection))
|
||||||
(inputs
|
(inputs
|
||||||
`(("atk" ,atk)
|
`(("at-spi2-core" ,at-spi2-core)
|
||||||
("cairo" ,cairo)
|
("cairo" ,cairo)
|
||||||
("caja" ,caja)
|
("caja" ,caja)
|
||||||
("dconf" ,dconf)
|
("dconf" ,dconf)
|
||||||
|
@ -1061,7 +1061,7 @@ sessions, panels, menus, file management, and preferences.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gettext-minimal intltool pkg-config yelp-tools))
|
(list gettext-minimal intltool pkg-config yelp-tools))
|
||||||
(inputs
|
(inputs
|
||||||
(list atk
|
(list at-spi2-core
|
||||||
glib
|
glib
|
||||||
gtk+
|
gtk+
|
||||||
libxml2
|
libxml2
|
||||||
|
@ -1228,7 +1228,7 @@ can be used as backgrounds in the MATE Desktop environment.")
|
||||||
xorgproto
|
xorgproto
|
||||||
yelp-tools))
|
yelp-tools))
|
||||||
(inputs
|
(inputs
|
||||||
(list atk
|
(list at-spi2-core
|
||||||
cairo
|
cairo
|
||||||
glib
|
glib
|
||||||
gtk+
|
gtk+
|
||||||
|
@ -1277,7 +1277,7 @@ can be used as backgrounds in the MATE Desktop environment.")
|
||||||
pkg-config
|
pkg-config
|
||||||
yelp-tools))
|
yelp-tools))
|
||||||
(inputs
|
(inputs
|
||||||
(list atk
|
(list at-spi2-core
|
||||||
cairo
|
cairo
|
||||||
dconf
|
dconf
|
||||||
dbus
|
dbus
|
||||||
|
@ -1382,7 +1382,7 @@ can be used as backgrounds in the MATE Desktop environment.")
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("yelp-tools" ,yelp-tools)))
|
("yelp-tools" ,yelp-tools)))
|
||||||
(inputs
|
(inputs
|
||||||
(list atk
|
(list at-spi2-core
|
||||||
cairo
|
cairo
|
||||||
enchant-1.6
|
enchant-1.6
|
||||||
glib
|
glib
|
||||||
|
|
|
@ -1373,7 +1373,7 @@ Encryption to Gajim.")
|
||||||
vala))
|
vala))
|
||||||
(inputs
|
(inputs
|
||||||
(list adwaita-icon-theme
|
(list adwaita-icon-theme
|
||||||
atk
|
at-spi2-core
|
||||||
bash-minimal
|
bash-minimal
|
||||||
cairo
|
cairo
|
||||||
librsvg
|
librsvg
|
||||||
|
|
|
@ -2640,7 +2640,7 @@ using the Enchant spell-checking library.")
|
||||||
ruby))
|
ruby))
|
||||||
(inputs
|
(inputs
|
||||||
(list alsa-lib
|
(list alsa-lib
|
||||||
atk
|
at-spi2-core
|
||||||
cups-minimal
|
cups-minimal
|
||||||
curl
|
curl
|
||||||
dbus
|
dbus
|
||||||
|
|
|
@ -177,7 +177,7 @@ low-end hardware and serving many concurrent requests.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list atk
|
(list at-spi2-core
|
||||||
gtk
|
gtk
|
||||||
glib
|
glib
|
||||||
pango
|
pango
|
||||||
|
|
|
@ -243,7 +243,7 @@ with the editor vim.")))
|
||||||
(prepend pkg-config xorg-server-for-tests)))
|
(prepend pkg-config xorg-server-for-tests)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("acl" ,acl)
|
`(("acl" ,acl)
|
||||||
("atk" ,atk)
|
("at-spi2-core" ,at-spi2-core)
|
||||||
("attr" ,attr)
|
("attr" ,attr)
|
||||||
("cairo" ,cairo)
|
("cairo" ,cairo)
|
||||||
("fontconfig" ,fontconfig)
|
("fontconfig" ,fontconfig)
|
||||||
|
|
|
@ -123,7 +123,7 @@
|
||||||
pkg-config))
|
pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list libappindicator
|
(list libappindicator
|
||||||
atk
|
at-spi2-core
|
||||||
avahi
|
avahi
|
||||||
cairo
|
cairo
|
||||||
cups
|
cups
|
||||||
|
|
|
@ -6628,7 +6628,7 @@ file links.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list atk
|
(list at-spi2-core
|
||||||
cairo
|
cairo
|
||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
gtk+
|
gtk+
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue