mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: mate-control-center: Update to 1.28.0.
* gnu/packages/mate.scm (mate-control-center): Update to 1.28.0. [inputs]: Add elogind, libappindicator, libgtop, and udisks. [arguments]: Add a phase to fake 'libelogind' as 'systemd'. Change-Id: I94158a4085b22a01bae113deb2bab0adf7ad63ed
This commit is contained in:
parent
55ab9a98c1
commit
da9fabaf21
1 changed files with 11 additions and 3 deletions
|
@ -913,17 +913,21 @@ (define-public caja-extensions
|
|||
(define-public mate-control-center
|
||||
(package
|
||||
(name "mate-control-center")
|
||||
(version "1.26.1")
|
||||
(version "1.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
||||
"mate-control-center-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "022nbgdvhfjj9zdy9zaiagigh3f8r0dzfz4gqmpsayk57cm4jpz0"))))
|
||||
(base32 "1g0lg4x3idilaxhwq1s90pajkvv9i012kzrnk0pxqj2jzl2cgwpb"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
'(#:phases (modify-phases %standard-phases
|
||||
(add-before 'configure 'use-elogind-as-systemd
|
||||
(lambda _
|
||||
(substitute* "configure"
|
||||
(("systemd") "libelogind"))))
|
||||
(add-before 'build 'fix-polkit-action
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
;; Make sure the polkit file refers to the right
|
||||
|
@ -950,11 +954,14 @@ (define-public mate-control-center
|
|||
("dconf" ,dconf)
|
||||
("dbus" ,dbus)
|
||||
("dbus-glib" ,dbus-glib)
|
||||
("elogind" ,elogind)
|
||||
("fontconfig" ,fontconfig)
|
||||
("freetype" ,freetype)
|
||||
("glib" ,glib)
|
||||
("gtk+" ,gtk+)
|
||||
("libappindicator" ,libappindicator)
|
||||
("libcanberra" ,libcanberra)
|
||||
("libgtop" ,libgtop)
|
||||
("libmatekbd" ,libmatekbd)
|
||||
("libx11" ,libx11)
|
||||
("libxcursor" ,libxcursor)
|
||||
|
@ -971,7 +978,8 @@ (define-public mate-control-center
|
|||
("mate-settings-daemon" ,mate-settings-daemon)
|
||||
("pango" ,pango)
|
||||
("polkit" ,polkit)
|
||||
("startup-notification" ,startup-notification)))
|
||||
("startup-notification" ,startup-notification)
|
||||
("udisks" ,udisks)))
|
||||
(propagated-inputs
|
||||
(list (librsvg-for-system))) ;mate-slab.pc
|
||||
(home-page "https://mate-desktop.org/")
|
||||
|
|
Loading…
Reference in a new issue