mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: mate-control-center: Update to 1.24.0.
* gnu/packages/mate.scm (mate-control-center): Update to 1.24.0. [inputs]: Add polkit. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
eec293d266
commit
dedd7d4182
1 changed files with 3 additions and 2 deletions
|
@ -948,7 +948,7 @@ (define-public caja-extensions
|
||||||
(define-public mate-control-center
|
(define-public mate-control-center
|
||||||
(package
|
(package
|
||||||
(name "mate-control-center")
|
(name "mate-control-center")
|
||||||
(version "1.22.0")
|
(version "1.24.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -956,7 +956,7 @@ (define-public mate-control-center
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06wpfsxsiv7w3dl7p395r5vcxqbjlllydqbnvbr6yn0lrac15i71"))))
|
"192plsh83m2qz7jgakns2yvhqbj53v7i54iwb0z26i2awy0j9rcd"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
@ -993,6 +993,7 @@ (define-public mate-control-center
|
||||||
("mate-menus" ,mate-menus)
|
("mate-menus" ,mate-menus)
|
||||||
("mate-settings-daemon" ,mate-settings-daemon)
|
("mate-settings-daemon" ,mate-settings-daemon)
|
||||||
("pango" ,pango)
|
("pango" ,pango)
|
||||||
|
("polkit" ,polkit)
|
||||||
("startup-notification" ,startup-notification)))
|
("startup-notification" ,startup-notification)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("gdk-pixbuf" ,gdk-pixbuf+svg) ; mate-slab.pc
|
`(("gdk-pixbuf" ,gdk-pixbuf+svg) ; mate-slab.pc
|
||||||
|
|
Loading…
Reference in a new issue