[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
65/91: gnu: at-spi2-atk: Update to 2.38.0.
From: |
guix-commits |
Subject: |
65/91: gnu: at-spi2-atk: Update to 2.38.0. |
Date: |
Mon, 19 Apr 2021 17:14:13 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 5c9c1f8cc5dcf581dfacaf9925e10d9608dece6e
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Mar 26 10:13:08 2021 -0400
gnu: at-spi2-atk: Update to 2.38.0.
* gnu/packages/gtk.scm (at-spi2-atk) [version]: Update to 2.38.0
[arguments]<#:glib-or-gtk?>: New argument.
[native-inputs]: Add gobject-introspection.
[inputs]: Add glib.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 72 +++++++++++++++++++++++++++-------------------------
1 file changed, 37 insertions(+), 35 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index fcd48d7..9bd1489 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -784,42 +784,44 @@ is part of the GNOME accessibility project.")
(define-public at-spi2-atk
(package
- (name "at-spi2-atk")
- (version "2.34.1")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
- "05ncp7s5nddjinffs26mcvpbd63vk1m3cv5y530p3plgfhqgjvbp"))))
- (build-system meson-build-system)
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- (replace 'check
- ;; Run test-suite under a dbus session.
- (lambda _
- (setenv "DBUS_FATAL_WARNINGS" "0")
- (invoke "dbus-launch" "meson" "test"))))))
- (propagated-inputs
- ;; TODO: Replace by at-spi2-core-minimal in the next staging window, or
- ;; when Inkscape 0.92 is upgraded to 1.0 to avoid a cycle.
- `(("at-spi2-core" ,at-spi2-core))) ; required by atk-bridge-2.0.pc
- (inputs
- `(("atk" ,atk)))
- (native-inputs
- `(("pkg-config" ,pkg-config)
- ;; For tests.
- ("dbus" ,dbus)
- ("libxml2" ,libxml2)))
- (synopsis "Assistive Technology Service Provider Interface, ATK bindings")
- (description
- "The Assistive Technology Service Provider Interface
+ (name "at-spi2-atk")
+ (version "2.38.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnome/sources/" name "/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "0ks6r9sx27l80n3a7yjmkilxv48cqj183wc7cap3caw2myjhi86g"))))
+ (build-system meson-build-system)
+ (arguments
+ `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
+ #:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ ;; Run test-suite under a dbus session.
+ (lambda _
+ (setenv "DBUS_FATAL_WARNINGS" "0")
+ (invoke "dbus-launch" "meson" "test"))))))
+ (propagated-inputs
+ ;; TODO: Replace by at-spi2-core-minimal in the next staging window, or
+ ;; when Inkscape 0.92 is upgraded to 1.0 to avoid a cycle.
+ `(("at-spi2-core" ,at-spi2-core))) ; required by atk-bridge-2.0.pc
+ (inputs
+ `(("atk" ,atk)
+ ("glib" ,glib)))
+ (native-inputs
+ `(("dbus" ,dbus) ; For tests
+ ("gobject-introspection" ,gobject-introspection)
+ ("libxml2" ,libxml2)
+ ("pkg-config" ,pkg-config)))
+ (synopsis "Assistive Technology Service Provider Interface, ATK bindings")
+ (description
+ "The Assistive Technology Service Provider Interface
is part of the GNOME accessibility project.")
- (license license:lgpl2.0+)
- (home-page "https://projects.gnome.org/accessibility/")))
+ (license license:lgpl2.0+)
+ (home-page "https://projects.gnome.org/accessibility/")))
(define-public gtk+-2
(package
- 61/91: gnu: Add atkmm-2.28., (continued)
- 61/91: gnu: Add atkmm-2.28., guix-commits, 2021/04/19
- 70/91: gnu: wayland: Update to 1.19.0., guix-commits, 2021/04/19
- 71/91: gnu: wayland: Fix and move documentation., guix-commits, 2021/04/19
- 83/91: gnu: gtkmm-2: Fix build., guix-commits, 2021/04/19
- 27/91: gnu: cairomm-1.13: Fix build., guix-commits, 2021/04/19
- 33/91: gnu: pangomm: Enable documentation., guix-commits, 2021/04/19
- 35/91: gnu: gdk-pixbuf: Add missing arguments., guix-commits, 2021/04/19
- 40/91: gnu: gdk-pixbuf: Update synopsis, description, home-page and license., guix-commits, 2021/04/19
- 56/91: gnu: atk: Update to 2.36.0., guix-commits, 2021/04/19
- 62/91: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/04/19
- 65/91: gnu: at-spi2-atk: Update to 2.38.0.,
guix-commits <=
- 66/91: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/04/19
- 77/91: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/04/19
- 81/91: gnu: gtk+: Update to 3.24.27., guix-commits, 2021/04/19
- 86/91: gnu: ibus: Enable memconf., guix-commits, 2021/04/19
- 42/91: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/04/19
- 51/91: gnu: libgsf: Enable missing features., guix-commits, 2021/04/19
- 48/91: gnu: libgsf: Change build-system., guix-commits, 2021/04/19
- 59/91: gnu: atkmm: Enable documentation., guix-commits, 2021/04/19
- 67/91: gnu: json-glib: Update to 1.6.2., guix-commits, 2021/04/19
- 69/91: gnu: json-glib: Update synopsis and description., guix-commits, 2021/04/19