aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-11-13 08:57:15 +0000
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-11-21 09:08:52 -0500
commitfcf60dad589a5ea9f95b6b9c8e3a8fc3707a1587 (patch)
tree17c9ab91d678e386bf8daab9679f6fb946008c56 /gnu/packages
parent404c7eedfe73673af8f590315fb85f5a725461b3 (diff)
downloadguix-fcf60dad589a5ea9f95b6b9c8e3a8fc3707a1587.tar.gz
guix-fcf60dad589a5ea9f95b6b9c8e3a8fc3707a1587.zip
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gnome.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 63e9d4ac73..8974727ca7 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
/td> 2021-01-28nls: Update 'fr' translation.Julien Lepiller 2021-01-22Revert "nls: Update 'fr' translation."...Ludovic Courtès 2021-01-22nls: Update 'fr' translation.Julien Lepiller 2020-12-03nls: Update 'fr' translation of the manual.Ludovic Courtès 2020-11-21nls: Update 'fr' translation of the manual.Ludovic Courtès 2020-11-12nls: Update translations of the manual.Ludovic Courtès 2020-11-12nls: Update translations of the manual.Julien Lepiller 2020-11-03nls: Fix Texinfo typo....Tobias Geerinckx-Rice 2020-11-03nls: Update translations of the manual.Julien Lepiller 2020-11-01nls: Update ‘de’ cookbook translation.Florian Pelz 2020-10-30nls: Update 'fr' translation of the manual.Julien Lepiller 2020-10-29nls: Update 'ru' translation of the manual.Julien Lepiller 2020-10-27nls: Update.Ludovic Courtès 2020-10-16nls: Update manual translations.Ludovic Courtès 2020-09-29nls: Fix documentation pot generation....Julien Lepiller 2020-05-05nls: Update.Ludovic Courtès 2020-04-12nls: Update.Ludovic Courtès 2020-03-23nls: Update.Ludovic Courtès 2020-03-06doc: Fix build of German Cookbook translation....Florian Pelz 2020-02-17doc: Add German Cookbook translation....Florian Pelz 2020-02-14Revert "nls: Update 'es' translation of the manual."...Christopher Baines 2020-02-14nls: Update 'de' translation of the manual.Julien Lepiller 2020-02-14nls: Update 'es' translation of the manual.Julien Lepiller