gnu: mate-power-manager: Update to 1.28.1.

* gnu/packages/mate.scm (mate-power-manager): Update to 1.28.1.
[inputs]: Add mate-desktop and startup-notification.

Change-Id: I75ee24c0a8a961a43f405da0e5036e3ae0fa4f71
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Andy Tai 2024-07-11 00:57:56 -07:00 committed by 宋文武
parent 1ea6da5ef2
commit 1b122e44bf
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -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")