guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/181: gnu: baobab: Update to 42.0 and delete input labels.


From: guix-commits
Subject: 17/181: gnu: baobab: Update to 42.0 and delete input labels.
Date: Tue, 13 Sep 2022 02:25:06 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit e12f2b2099652e91bddc1c8f9cf814401c1e93b5
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Aug 22 21:41:58 2022 -0400

    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.
---
 gnu/packages/gnome.scm | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a30f060d67..f5b0a4d1f3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9287,7 +9287,7 @@ files.")
 (define-public baobab
   (package
     (name "baobab")
-    (version "40.0")
+    (version "42.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -9296,22 +9296,25 @@ files.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "19yii3bdgivxrcka1c4g6dpbmql5nyawwhzlsph7z6bs68nambm6"))))
+                "1p2hg8qxbvdfax9z4qjhdsxia93zrsdq58krx8zjnn5ipbkan6jb"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t))
     (native-inputs
-     `(("intltool" ,intltool)
-       ("pkg-config" ,pkg-config)
-       ("python" ,python)
-       ("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")
-       ("vala" ,vala)))
+     (list desktop-file-utils           ;for update-desktop-database
+           gettext-minimal
+           `(,glib "bin")
+           `(,gtk+ "bin")               ;for gtk-update-icon-cache
+           itstool
+           libxml2
+           pkg-config
+           python
+           vala))
     (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")
     (description
      "Baobab (Disk Usage Analyzer) is a graphical application to analyse disk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]