mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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:
parent
1ea6da5ef2
commit
1b122e44bf
1 changed files with 4 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue