From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:46950) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIuNc-00040K-Nr for guix-patches@gnu.org; Mon, 30 Mar 2020 09:23:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jIuNb-0002lJ-N2 for guix-patches@gnu.org; Mon, 30 Mar 2020 09:23:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49667) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jIuNb-0002kn-JH for guix-patches@gnu.org; Mon, 30 Mar 2020 09:23:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jIuNb-0001Rw-FJ for guix-patches@gnu.org; Mon, 30 Mar 2020 09:23:03 -0400 Subject: [bug#40324] [PATCH 05/30] gnu: mate-session-manager: Update to 1.24.0. Resent-Message-ID: From: Jonathan Brielmaier Date: Mon, 30 Mar 2020 15:21:50 +0200 Message-Id: <20200330132215.17044-5-jonathan.brielmaier@web.de> In-Reply-To: <20200330132215.17044-1-jonathan.brielmaier@web.de> References: <20200330132215.17044-1-jonathan.brielmaier@web.de> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40324@debbugs.gnu.org Cc: Jonathan Brielmaier * gnu/packages/mate.scm (mate-session-manager): Update to 1.24.0. [native-inputs]: Add now required libxcomposite. =2D-- 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 462943cbe9..fdd7768e5f 100644 =2D-- 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 =2D- 2.26.0