[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/31: gnu: mate-control-center: Update to 1.28.0.
From: |
guix-commits |
Subject: |
31/31: gnu: mate-control-center: Update to 1.28.0. |
Date: |
Sat, 10 Aug 2024 09:21:46 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit da9fabaf21c43789e8cf382205714f103d446c1f
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Aug 10 18:51:45 2024 +0800
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
---
gnu/packages/mate.scm | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index bf17c97b3b..a693156d2b 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -913,17 +913,21 @@ icons on the MATE desktop. It works on local and remote
file systems.")
(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 @@ icons on the MATE desktop. It works on local and remote
file systems.")
("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 @@ icons on the MATE desktop. It works on local and remote
file systems.")
("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/")
- branch master updated (bc71034f78 -> da9fabaf21), guix-commits, 2024/08/10
- 02/31: gnu: mate-desktop: Update to 1.28.2., guix-commits, 2024/08/10
- 01/31: gnu: mate-icon-theme: Update to 1.28.0., guix-commits, 2024/08/10
- 03/31: gnu: libmateweather: Update to 1.28.0., guix-commits, 2024/08/10
- 08/31: gnu: libmatekbd: update to 1.28.0., guix-commits, 2024/08/10
- 10/31: gnu: mate-media: Update to 1.28.1., guix-commits, 2024/08/10
- 21/31: gnu: eom: Update to 1.28.0., guix-commits, 2024/08/10
- 31/31: gnu: mate-control-center: Update to 1.28.0.,
guix-commits <=
- 11/31: gnu: mate-panel: Update to 1.28.2., guix-commits, 2024/08/10
- 20/31: gnu: mate-utils: Update to 1.28.0., guix-commits, 2024/08/10
- 15/31: gnu: mate-user-guide: Update to 1.28.0, guix-commits, 2024/08/10
- 05/31: gnu: mate-session-manager: Update to 1.28.0., guix-commits, 2024/08/10
- 04/31: gnu: mate-terminal: Update to 1.28.1., guix-commits, 2024/08/10
- 06/31: gnu: mate-settings-daemon: Update to 1.28.0., guix-commits, 2024/08/10
- 07/31: gnu: libmatemixer: Update to 1.28.0., guix-commits, 2024/08/10
- 09/31: gnu: mate-applets: Update to 1.28.0., guix-commits, 2024/08/10
- 12/31: gnu: caja: Update to 1.28.0., guix-commits, 2024/08/10
- 13/31: gnu: marco: Update to 1.28.1, guix-commits, 2024/08/10