[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/34: gnu: mate-session-manager: Update to 1.24.0.
From: |
guix-commits |
Subject: |
06/34: gnu: mate-session-manager: Update to 1.24.0. |
Date: |
Thu, 2 Apr 2020 10:07:26 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 42da81763fabf11928fcf8840c556f06bbb3ec16
Author: Jonathan Brielmaier <address@hidden>
AuthorDate: Mon Mar 30 15:21:50 2020 +0200
gnu: mate-session-manager: Update to 1.24.0.
* gnu/packages/mate.scm (mate-session-manager): Update to 1.24.0.
[native-inputs]: Add now required libxcomposite.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/mate.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 89de416..dc3dc61 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -340,7 +340,7 @@ configurations (profiles).")
(define-public mate-session-manager
(package
(name "mate-session-manager")
- (version "1.22.0")
+ (version "1.24.0")
(source
(origin
(method url-fetch)
@@ -348,7 +348,7 @@ configurations (profiles).")
name "-" version ".tar.xz"))
(sha256
(base32
- "1kpfmgay01gm74paaxccs3lim4jfb4hsm7i85jfdypr51985pwyj"))))
+ "01scj5d1xlri9b2id8gm9kfni9nzhdjdf7rag7fvcxwqp7baz3h3"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list "--enable-elogind"
@@ -389,6 +389,7 @@ configurations (profiles).")
(native-inputs
`(("pkg-config" ,pkg-config)
("intltool" ,intltool)
+ ("libxcomposite" ,libxcomposite)
("xtrans" ,xtrans)
("gobject-introspection" ,gobject-introspection)))
(inputs
- branch master updated (725862e -> a1a9d38), guix-commits, 2020/04/02
- 03/34: gnu: mate-desktop: Update to 1.24.0., guix-commits, 2020/04/02
- 02/34: gnu: mate-icon-theme: Update to 1.24.0., guix-commits, 2020/04/02
- 04/34: gnu: libmateweather: Update to 1.24.0., guix-commits, 2020/04/02
- 05/34: gnu: mate-terminal: Update to 1.24.0., guix-commits, 2020/04/02
- 06/34: gnu: mate-session-manager: Update to 1.24.0.,
guix-commits <=
- 09/34: gnu: libmatekbd: Update to 1.24.0., guix-commits, 2020/04/02
- 07/34: gnu: mate-settings-daemon: Update to 1.24.0., guix-commits, 2020/04/02
- 11/34: gnu: mate-applets: Update to 1.24.0., guix-commits, 2020/04/02
- 08/34: gnu: libmatemixer: Update to 1.24.0., guix-commits, 2020/04/02
- 12/34: gnu: mate-media: Update to 1.24.0., guix-commits, 2020/04/02
- 16/34: gnu: caja-extensions: Update to 1.24.0., guix-commits, 2020/04/02
- 24/34: gnu: eom: Update to 1.24.0., guix-commits, 2020/04/02
- 26/34: gnu: pluma: Update to 1.24.0., guix-commits, 2020/04/02
- 13/34: gnu: mate-panel: Update to 1.24.0., guix-commits, 2020/04/02
- 14/34: gnu: caja: Update to 1.24.0., guix-commits, 2020/04/02