guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: baobab: Update to 3.28.0.


From: Roel Janssen
Subject: 01/01: gnu: baobab: Update to 3.28.0.
Date: Tue, 1 May 2018 15:17:49 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit d233d373ecaee678e5594035357f4f2df71268fe
Author: Roel Janssen <address@hidden>
Date:   Tue May 1 21:14:23 2018 +0200

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0147b20..67e974d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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")



reply via email to

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