[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: gnome-autoar: Update to 0.4.1.
From: |
guix-commits |
Subject: |
02/04: gnu: gnome-autoar: Update to 0.4.1. |
Date: |
Sun, 21 Nov 2021 09:11:13 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit fcf60dad589a5ea9f95b6b9c8e3a8fc3707a1587
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Sat Nov 13 08:57:15 2021 +0000
gnu: gnome-autoar: Update to 0.4.1.
* gnu/packages/gnome.scm (gnome-autoar): Update to 0.4.1.
* gnu/packages/gnome.scm (gnome-autoar) [build-system]: Switch to meson.
* gnu/packages/gnome.scm (gnome-autoar) [native-inputs]: Add glib:bin for
glib-mkenums.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/gnome.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 63e9d4a..8974727 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8937,7 +8937,7 @@ core C library, and bindings for Python (PyGTK).")
(define-public gnome-autoar
(package
(name "gnome-autoar")
- (version "0.3.3")
+ (version "0.4.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -8945,10 +8945,11 @@ core C library, and bindings for Python (PyGTK).")
name "-" version ".tar.xz"))
(sha256
(base32
- "012w7rhhpxvlrnnhqy01vwzg1wxqpy8jbqgizn47wnip7bvh0917"))))
- (build-system glib-or-gtk-build-system)
+ "03hmm7cjgjvyxlflghfa89s1amj16qapl2c9pv0r2bfrp87dasv4"))))
+ (build-system meson-build-system)
(native-inputs
`(("gobject-introspection" ,gobject-introspection)
+ ("glib:bin" ,glib "bin")
("pkg-config" ,pkg-config)))
(propagated-inputs
`(("libarchive" ,libarchive))) ; Required by gnome-autoar-0.pc