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>
This commit is contained in:
		
							parent
							
								
									404c7eedfe
								
							
						
					
					
						commit
						fcf60dad58
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
					@ -8937,7 +8937,7 @@ core C library, and bindings for Python (PyGTK).")
 | 
				
			||||||
(define-public gnome-autoar
 | 
					(define-public gnome-autoar
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "gnome-autoar")
 | 
					    (name "gnome-autoar")
 | 
				
			||||||
    (version "0.3.3")
 | 
					    (version "0.4.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "mirror://gnome/sources/" name "/"
 | 
					              (uri (string-append "mirror://gnome/sources/" name "/"
 | 
				
			||||||
| 
						 | 
					@ -8945,10 +8945,11 @@ core C library, and bindings for Python (PyGTK).")
 | 
				
			||||||
                                  name "-" version ".tar.xz"))
 | 
					                                  name "-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "012w7rhhpxvlrnnhqy01vwzg1wxqpy8jbqgizn47wnip7bvh0917"))))
 | 
					                "03hmm7cjgjvyxlflghfa89s1amj16qapl2c9pv0r2bfrp87dasv4"))))
 | 
				
			||||||
    (build-system glib-or-gtk-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("gobject-introspection" ,gobject-introspection)
 | 
					     `(("gobject-introspection" ,gobject-introspection)
 | 
				
			||||||
 | 
					       ("glib:bin" ,glib "bin")
 | 
				
			||||||
       ("pkg-config" ,pkg-config)))
 | 
					       ("pkg-config" ,pkg-config)))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("libarchive" ,libarchive)))  ; Required by gnome-autoar-0.pc
 | 
					     `(("libarchive" ,libarchive)))  ; Required by gnome-autoar-0.pc
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue