guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/107: gnu: at-spi2-core: Update to 2.36.0.


From: guix-commits
Subject: 09/107: gnu: at-spi2-core: Update to 2.36.0.
Date: Tue, 12 May 2020 10:53:06 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit 11224bf04738259599fa35eae9722d05904ee4fc
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 f1bf5df..b0c0c0c 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]