[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/108: gnu: at-spi2-core: Update to 2.36.0.
From: |
guix-commits |
Subject: |
09/108: gnu: at-spi2-core: Update to 2.36.0. |
Date: |
Sat, 25 Apr 2020 15:22:38 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit a4bc0f3e95c001fe0cd126cead740deb145ab82f
Author: Kei Kebreau <address@hidden>
AuthorDate: Thu Apr 16 23:56:11 2020 -0400
gnu: at-spi2-core: Update to 2.36.0.
* gnu/packages/gtk.scm (at-spi2-core): Update to 2.36.0.
[home-page]: Follow redirect.
---
gnu/packages/gtk.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 6b068e3..bbea0a3 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -585,7 +585,7 @@ in the GNOME project.")
(define-public at-spi2-core
(package
(name "at-spi2-core")
- (version "2.34.0")
+ (version "2.36.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -593,7 +593,7 @@ in the GNOME project.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1ihixwhh3c16q6253qj9gf69741rb2pi51822a4rylsfcyywsafn"))))
+ "0nn0lnf07ayysq8c8irmvc91c2dszn04m5qs6jy60g3y1bg5gnl8"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
@@ -606,7 +606,9 @@ in the GNOME project.")
;; Ensure that the cross-references point to the "doc" output.
(substitute* "doc/libatspi/meson.build"
(("docpath =.*")
- (string-append "docpath = '" (assoc-ref outputs "doc")
"/share/gtk-doc/html'\n")))
+ (string-append "docpath = '"
+ (assoc-ref outputs "doc")
+ "/share/gtk-doc/html'\n")))
#t))
(add-before 'install 'prepare-doc-directory
(lambda* (#:key outputs #:allow-other-keys)
@@ -649,7 +651,7 @@ in the GNOME project.")
"The Assistive Technology Service Provider Interface, core components,
is part of the GNOME accessibility project.")
(license license:lgpl2.0+)
- (home-page "https://projects.gnome.org/accessibility/")))
+ (home-page "https://wiki.gnome.org/Accessibility")))
(define-public at-spi2-atk
(package
- branch wip-gnome3.36 created (now 0a4a28b), guix-commits, 2020/04/25
- 02/108: gnu: gtksourceview-3: Update to 3.24.11., guix-commits, 2020/04/25
- 04/108: gnu: glibmm: Update to 2.64.2., guix-commits, 2020/04/25
- 05/108: gnu: gobject-introspection: Update to 1.64.1., guix-commits, 2020/04/25
- 01/108: gnu: gtksourceview: Update to 4.6.0., guix-commits, 2020/04/25
- 03/108: gnu: glib: Update to 2.64.2., guix-commits, 2020/04/25
- 08/108: gnu: gtk-doc: Update to 1.32., guix-commits, 2020/04/25
- 09/108: gnu: at-spi2-core: Update to 2.36.0.,
guix-commits <=
- 10/108: gnu: at-spi2-atk: Update to 2.34.2., guix-commits, 2020/04/25
- 11/108: gnu: gtk+: Update to 3.24.18., guix-commits, 2020/04/25
- 06/108: gnu: template-glib: Update to 3.34.0., guix-commits, 2020/04/25
- 07/108: gnu: atk: Update to 2.36.0., guix-commits, 2020/04/25
- 12/108: gnu: libgudev: Update to 233., guix-commits, 2020/04/25
- 17/108: gnu: glib-networking: Update to 2.64.2., guix-commits, 2020/04/25
- 20/108: gnu: libgweather: Update to 3.36.0., guix-commits, 2020/04/25
- 15/108: gnu: gnome-backgrounds: Update to 3.36.0., guix-commits, 2020/04/25
- 16/108: gnu: gsettings-desktop-schemas: Update to 3.36.0., guix-commits, 2020/04/25
- 22/108: gnu: gnome-desktop: Update to 3.36.1., guix-commits, 2020/04/25