guix-commits
[Top][All Lists]
Advanced

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

105/133: gnu: at-spi2-atk: Update to 2.30.0.


From: guix-commits
Subject: 105/133: gnu: at-spi2-atk: Update to 2.30.0.
Date: Sun, 6 Jan 2019 16:59:47 -0500 (EST)

rekado pushed a commit to branch wip-gnome3.30
in repository guix.

commit bbbc05c63462b68cd50b34b96b927159ee29b120
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Dec 5 17:15:35 2018 +0100

    gnu: at-spi2-atk: Update to 2.30.0.
    
    * gnu/packages/gtk.scm (at-spi2-atk): Update to 2.30.0.
    [build-system]: Use meson-build-system.
    [arguments]: Adjust.
    [native-inputs]: Add libxml2.
---
 gnu/packages/gtk.scm | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index a13b290..b86e1a5 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -620,7 +620,7 @@ is part of the GNOME accessibility project.")
 (define-public at-spi2-atk
   (package
    (name "at-spi2-atk")
-   (version "2.26.2")
+   (version "2.30.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -628,23 +628,25 @@ is part of the GNOME accessibility project.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "0vkan52ab9vrkknnv8y4f1cspk8x7xd10qx92xk9ys71p851z2b1"))))
-   (build-system gnu-build-system)
+              "16lav8k3mcxf2hblfh95zcw41glmb92wwwwljrf10yza0h85gqg2"))))
+   (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" "make" "check"))))))
+          ;; Run test-suite under a dbus session.
+          (lambda _
+            (setenv "DBUS_FATAL_WARNINGS" "0")
+            (invoke "dbus-launch" "ninja" "test")
+            #t)))))
    (propagated-inputs
     `(("at-spi2-core" ,at-spi2-core))) ; required by atk-bridge-2.0.pc
    (inputs
     `(("atk" ,atk)))
    (native-inputs
     `(("dbus" ,dbus) ; for testing
-      ("pkg-config" ,pkg-config)))
+      ("pkg-config" ,pkg-config)
+      ("libxml2" ,libxml2)))
    (synopsis "Assistive Technology Service Provider Interface, ATK bindings")
    (description
     "The Assistive Technology Service Provider Interface



reply via email to

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