guix-commits
[Top][All Lists]
Advanced

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

24/72: gnu: amtk: Update to 5.3.1.


From: guix-commits
Subject: 24/72: gnu: amtk: Update to 5.3.1.
Date: Sun, 26 Sep 2021 16:34:17 -0400 (EDT)

mothacehe pushed a commit to branch wip-gnome40
in repository guix.

commit 0f29f844ba49c5113a83a1e39cdfce3231e3662e
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 24 18:11:28 2021 +0000

    gnu: amtk: Update to 5.3.1.
    
    * gnu/packages/gnome.scm (amtk): Update to 5.3.1.
    [build-system]: Update to meson-build-system.
---
 gnu/packages/gnome.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b588945..5a43418 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5657,7 +5657,7 @@ which are easy to play with the aid of a mouse.")
 (define-public amtk
   (package
     (name "amtk")
-    (version "5.0.2")
+    (version "5.3.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/amtk/"
@@ -5665,10 +5665,8 @@ which are easy to play with the aid of a mouse.")
                                   "amtk-" version ".tar.xz"))
               (sha256
                (base32
-                "11jgz2i9wjzv4alrxl1qyxiapb52w7vs5ygfgsw0qgdap8gqkk3i"))))
-    (build-system gnu-build-system)
-    (arguments
-     '(#:configure-flags '("--enable-gtk-doc")))
+                "12v3nj1bb7507ndprjggq0hpz8k719b4bwvl8sm43p3ibmn27anm"))))
+    (build-system meson-build-system)
     (native-inputs
      `(("gobject-introspection" ,gobject-introspection)
        ("glib:bin" ,glib "bin")         ; for glib-mkenums



reply via email to

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