guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: atk: Update to 2.32.0.


From: guix-commits
Subject: 01/03: gnu: atk: Update to 2.32.0.
Date: Thu, 14 Mar 2019 20:18:29 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 5f07df1743b159da6310b46074a031a294106dcb
Author: Marius Bakke <address@hidden>
Date:   Thu Mar 14 19:36:26 2019 +0100

    gnu: atk: Update to 2.32.0.
    
    * gnu/packages/gtk.scm (atk): Update to 2.32.0.
    [build-system]: Change to MESON-BUILD-SYSTEM.
    [outputs]: Remove (due to dependency cycle on gtk-doc).
    [arguments]: Remove.
    [native-inputs]: Add GETTEXT-MINIMAL.
---
 gnu/packages/gtk.scm | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index f93bd81..a18dd00 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -85,7 +85,7 @@
 (define-public atk
   (package
    (name "atk")
-   (version "2.28.1")
+   (version "2.32.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -93,17 +93,12 @@
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1z7laf6qwv5zsqcnj222dm5f43c6f3liil0cgx4s4s62xjk1wfnd"))))
-   (build-system gnu-build-system)
-   (outputs '("out" "doc"))
-   (arguments
-    `(#:configure-flags
-      (list (string-append "--with-html-dir="
-                           (assoc-ref %outputs "doc")
-                           "/share/gtk-doc/html"))))
+              "1k4i817bd2w5b9z394f2yyx95591l2746wa40am0vvz4gzdgwhfb"))))
+   (build-system meson-build-system)
    (propagated-inputs `(("glib" ,glib))) ; required by atk.pc
    (native-inputs
     `(("pkg-config" ,pkg-config)
+      ("gettext" ,gettext-minimal)
       ("glib" ,glib "bin")                               ; glib-mkenums, etc.
       ("gobject-introspection" ,gobject-introspection))) ; g-ir-compiler, etc.
    (synopsis "GNOME accessibility toolkit")



reply via email to

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