gnu: baobab: Update to 42.0 and delete input labels.
* gnu/packages/gnome.scm (baobab): Update to 42.0. [native-inputs]: Replace intltool with gettext-minimal. Remove labels. Sort lexicographically. [inputs]: Sort lexicographically. Add libadwaita and pango-next.master
parent
fd30aeb0c6
commit
e12f2b2099
|
@ -9287,7 +9287,7 @@ files.")
|
||||||
(define-public baobab
|
(define-public baobab
|
||||||
(package
|
(package
|
||||||
(name "baobab")
|
(name "baobab")
|
||||||
(version "40.0")
|
(version "42.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -9296,22 +9296,25 @@ files.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19yii3bdgivxrcka1c4g6dpbmql5nyawwhzlsph7z6bs68nambm6"))))
|
"1p2hg8qxbvdfax9z4qjhdsxia93zrsdq58krx8zjnn5ipbkan6jb"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:glib-or-gtk? #t))
|
'(#:glib-or-gtk? #t))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
(list desktop-file-utils ;for update-desktop-database
|
||||||
("pkg-config" ,pkg-config)
|
gettext-minimal
|
||||||
("python" ,python)
|
`(,glib "bin")
|
||||||
("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
|
`(,gtk+ "bin") ;for gtk-update-icon-cache
|
||||||
("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
|
itstool
|
||||||
("itstool" ,itstool)
|
libxml2
|
||||||
("xmllint" ,libxml2)
|
pkg-config
|
||||||
("glib" ,glib "bin")
|
python
|
||||||
("vala" ,vala)))
|
vala))
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+ libhandy))
|
(list gtk libadwaita libhandy
|
||||||
|
;; XXX: Ensure pango-next is used instead of the equally propagated
|
||||||
|
;; 'pango'.
|
||||||
|
pango-next))
|
||||||
(synopsis "Disk usage analyzer for GNOME")
|
(synopsis "Disk usage analyzer for GNOME")
|
||||||
(description
|
(description
|
||||||
"Baobab (Disk Usage Analyzer) is a graphical application to analyse disk
|
"Baobab (Disk Usage Analyzer) is a graphical application to analyse disk
|
||||||
|
|
Reference in New Issue