3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: baobab: Update to 3.28.0.

* gnu/packages/gnome.scm (baobab): Update to 3.28.0.
[build-system]: Switch to meson build system.
[native-inputs]: Add desktop-file-utils and gtk+-bin.
This commit is contained in:
Roel Janssen 2018-05-01 21:14:23 +02:00
parent 9822835fc8
commit d233d373ec
No known key found for this signature in database
GPG key ID: C3EC1DCA843072E1

View file

@ -5807,7 +5807,7 @@ files.")
(define-public baobab
(package
(name "baobab")
(version "3.26.1")
(version "3.28.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -5816,11 +5816,15 @@ files.")
name "-" version ".tar.xz"))
(sha256
(base32
"0zkqxyqyxd6j270jf5hbcrb3yh4k31ddh40v4cjhgngm8mcsnnbs"))))
(build-system glib-or-gtk-build-system)
"0qsx7vx5c3n4yxlxbr11sppw7qwcv9z3g45b5xb9y7wxw5lv42sk"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t))
(native-inputs
`(("intltool" ,intltool)
("pkg-config" ,pkg-config)
("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
("itstool" ,itstool)
("xmllint" ,libxml2)
("glib" ,glib "bin")