diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-24 18:11:28 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-10-02 10:54:22 +0000 |
commit | d11b66867493e519f863790923adf8ba06d2c59d (patch) | |
tree | 46b2cedc4cd5f37552ea1d2fa321231f0a334a4d | |
parent | acf5caf375e51e1e7b18128fc6d05f32b169a60b (diff) | |
download | guix-d11b66867493e519f863790923adf8ba06d2c59d.tar.gz |
gnu: amtk: Update to 5.3.1.
* gnu/packages/gnome.scm (amtk): Update to 5.3.1. [build-system]: Update to meson-build-system.
-rw-r--r-- | gnu/packages/gnome.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8b6baea506..2961dd9cfc 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 |