guix-commits
[Top][All Lists]
Advanced

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

17/34: gnu: mate-control-center: Update to 1.24.0.


From: guix-commits
Subject: 17/34: gnu: mate-control-center: Update to 1.24.0.
Date: Thu, 2 Apr 2020 10:07:30 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit dedd7d41820fed592f391eec82662b50ea527eae
Author: Jonathan Brielmaier <address@hidden>
AuthorDate: Mon Mar 30 15:22:01 2020 +0200

    gnu: mate-control-center: Update to 1.24.0.
    
    * gnu/packages/mate.scm (mate-control-center): Update to 1.24.0.
    [inputs]: Add polkit.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/mate.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 9534afe..48de0e1 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -948,7 +948,7 @@ icons on the MATE desktop.  It works on local and remote 
file systems.")
 (define-public mate-control-center
   (package
     (name "mate-control-center")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -956,7 +956,7 @@ icons on the MATE desktop.  It works on local and remote 
file systems.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "06wpfsxsiv7w3dl7p395r5vcxqbjlllydqbnvbr6yn0lrac15i71"))))
+         "192plsh83m2qz7jgakns2yvhqbj53v7i54iwb0z26i2awy0j9rcd"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
@@ -993,6 +993,7 @@ icons on the MATE desktop.  It works on local and remote 
file systems.")
        ("mate-menus" ,mate-menus)
        ("mate-settings-daemon" ,mate-settings-daemon)
        ("pango" ,pango)
+       ("polkit" ,polkit)
        ("startup-notification" ,startup-notification)))
     (propagated-inputs
      `(("gdk-pixbuf" ,gdk-pixbuf+svg) ; mate-slab.pc



reply via email to

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