From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBNC1-0007lx-DW for guix-patches@gnu.org; Tue, 02 Apr 2019 13:27:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBNBz-00035s-2m for guix-patches@gnu.org; Tue, 02 Apr 2019 13:27:25 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56282) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hBNBm-0002m2-4m for guix-patches@gnu.org; Tue, 02 Apr 2019 13:27:13 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hBNBm-00009w-0t for guix-patches@gnu.org; Tue, 02 Apr 2019 13:27:10 -0400 Subject: [bug#35093] [PATCH 04/31] gnu: mate-desktop: Update to 1.22.2. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:50542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBNAw-0006xO-Rc for guix-patches@gnu.org; Tue, 02 Apr 2019 13:26:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBNAv-0001Ya-9D for guix-patches@gnu.org; Tue, 02 Apr 2019 13:26:18 -0400 Received: from mail-wr1-x42a.google.com ([2a00:1450:4864:20::42a]:37305) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hBNAt-0001Pq-9e for guix-patches@gnu.org; Tue, 02 Apr 2019 13:26:15 -0400 Received: by mail-wr1-x42a.google.com with SMTP id w10so17675511wrm.4 for ; Tue, 02 Apr 2019 10:26:12 -0700 (PDT) From: guy fleury iteriteka Date: Tue, 2 Apr 2019 19:26:11 +0200 Message-Id: <20190402172638.1433-5-hoonandon@gmail.com> In-Reply-To: <20190402172638.1433-1-hoonandon@gmail.com> References: <20190402172638.1433-1-hoonandon@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 35093@debbugs.gnu.org * gnu/packages/mate.scm (mate-desktop): Update to 1.22.0. * [inputs]: Add iso-codes (required in this release). --- 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 cdde7c0..b0bae0e 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -183,7 +183,7 @@ themes for both gtk+-2 and gtk+-3.") (define-public mate-desktop (package (name "mate-desktop") - (version "1.18.0") + (version "1.22.0") (source (origin (method url-fetch) (uri (string-append "https://pub.mate-desktop.org/releases/" @@ -191,7 +191,7 @@ themes for both gtk+-2 and gtk+-3.") name "-" version ".tar.xz")) (sha256 (base32 - "12iv2y4dan962fs7vkkxbjkp77pbvjnwfa43ggr0zkdsc3ydjbbg")))) + "09gn840p6qds21kxab4pidjd53g76s76i7178fdibrz462mda217")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) @@ -203,6 +203,7 @@ themes for both gtk+-2 and gtk+-3.") (inputs `(("gtk+" ,gtk+) ("libxrandr" ,libxrandr) + ("iso-codes" ,iso-codes) ("startup-notification" ,startup-notification))) (propagated-inputs `(("dconf" ,dconf))) ; mate-desktop-2.0.pc -- 2.21.0