guix-commits
[Top][All Lists]
Advanced

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

29/34: gnu: mate-power-manager: Update to 1.24.1.


From: guix-commits
Subject: 29/34: gnu: mate-power-manager: Update to 1.24.1.
Date: Thu, 2 Apr 2020 10:07:34 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit db41c3f1b4de2b6addf265d5c6efdc9bc0ccab61
Author: Jonathan Brielmaier <address@hidden>
AuthorDate: Mon Mar 30 15:25:07 2020 +0200

    gnu: mate-power-manager: Update to 1.24.1.
    
    * gnu/packages/mate.scm (mate-power-manager): Update to 1.24.1.
    [native-inputs]: Switch from intltool to gettext as upstream. Add polkit
    for ITS rules. Libtool is generated during build, so we can remove the
    external one.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/mate.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 5c48a98..6943bff 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -94,7 +94,7 @@ MATE applications.")
 (define-public mate-power-manager
   (package
     (name "mate-power-manager")
-    (version "1.22.0")
+    (version "1.24.1")
     (source
      (origin
        (method url-fetch)
@@ -102,14 +102,14 @@ MATE applications.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "03c09h41qfz83wmjfvwzkq4xqc54aswmki4h034qcxbgfnyfmk1i"))))
+         "13ar40x5hs4d4h81q8qsy0agbx5wnarry3mbhws54zydcxd7j20a"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-       ("intltool" ,intltool)
        ("yelp-tools" ,yelp-tools)
+       ("gettext" ,gettext-minimal)
        ("glib" ,glib "bin") ; glib-gettextize
-       ("libtool" ,libtool)))
+       ("polkit" ,polkit))) ; for ITS rules
     (inputs
      `(("gtk+" ,gtk+)
        ("glib" ,glib)



reply via email to

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