mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: amtk: Update to 5.3.1.
* gnu/packages/gnome.scm (amtk): Update to 5.3.1. [build-system]: Update to meson-build-system.
This commit is contained in:
parent
acf5caf375
commit
d11b668674
1 changed files with 3 additions and 5 deletions
|
@ -5657,7 +5657,7 @@ (define-public aisleriot
|
|||
(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 @@ (define-public amtk
|
|||
"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
|
||||
|
|
Loading…
Reference in a new issue