mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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 <ludo@gnu.org>
This commit is contained in:
parent
65afb91138
commit
db41c3f1b4
1 changed files with 4 additions and 4 deletions
|
@ -94,7 +94,7 @@ (define-public mate-common
|
|||
(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 @@ (define-public mate-power-manager
|
|||
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)
|
||||
|
|
Loading…
Reference in a new issue