GNU bug report logs - #71781
[PATCH 00/28] Update Mate Desktop to 1.28.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Wed, 26 Jun 2024 08:08:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


Message #80 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 71781 <at> debbugs.gnu.org,
	guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH 25/28] gnu: mate-power-manager: Update to 1.28.1.
Date: Wed, 26 Jun 2024 01:09:38 -0700
* gnu/packages/mate.scm (mate-power-manager): Update to 1.28.1.
  [inputs]: Add mate-desktop and startup-notification.

Change-Id: I75ee24c0a8a961a43f405da0e5036e3ae0fa4f71
---
 gnu/packages/mate.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 05508c88df..b0fd8bfb5e 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -99,14 +99,14 @@ (define-public mate-common
 (define-public mate-power-manager
   (package
     (name "mate-power-manager")
-    (version "1.26.1")
+    (version "1.28.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            "mate-power-manager-" version ".tar.xz"))
        (sha256
-        (base32 "0hhhzfmnr9vxz1w34wl7c93qm2npql71mrshpfcbzfh4xli9vk90"))))
+        (base32 "08gf3vvmh335pyrhqaswag77pygqvrn19a59dcrnis07nrscpgcf"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config
@@ -122,10 +122,12 @@ (define-public mate-power-manager
            cairo
            dbus
            libnotify
+           mate-desktop
            mate-panel
            libxrandr
            libcanberra
            libsecret
+           startup-notification
            upower))
     (home-page "https://mate-desktop.org/")
     (synopsis "Power manager for MATE")
-- 
2.34.1





This bug report was last modified 288 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.