From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:47098) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIuNi-00047z-A3 for guix-patches@gnu.org; Mon, 30 Mar 2020 09:23:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jIuNg-0002uO-94 for guix-patches@gnu.org; Mon, 30 Mar 2020 09:23:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49676) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jIuNg-0002uI-5d for guix-patches@gnu.org; Mon, 30 Mar 2020 09:23:08 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jIuNg-0001T8-1Q for guix-patches@gnu.org; Mon, 30 Mar 2020 09:23:08 -0400 Subject: [bug#40324] [PATCH 15/30] gnu: caja-extensions: Update to 1.24.0. Resent-Message-ID: From: Jonathan Brielmaier Date: Mon, 30 Mar 2020 15:22:00 +0200 Message-Id: <20200330132215.17044-15-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 (caja-extensions): Update to 1.24.0. [native-inputs]: Add xmllint provided by the libxml2 package. =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 66f405c033..d7cf4ae130 100644 =2D-- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -893,7 +893,7 @@ icons on the MATE desktop. It works on local and remo= te file systems.") (define-public caja-extensions (package (name "caja-extensions") - (version "1.22.0") + (version "1.24.0") (source (origin (method url-fetch) @@ -901,7 +901,7 @@ icons on the MATE desktop. It works on local and remo= te file systems.") name "-" version ".tar.xz")) (sha256 (base32 - "1h866jmdd3qpjzi7wjj11krwiaadnlf21844g1zqfb4jgrzj773p")))) + "175v5c05nrdliya23rbqma49alldq67dklmvpq18nq71sfry4pp6")))) (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags (list "--enable-sendto" @@ -921,6 +921,7 @@ icons on the MATE desktop. It works on local and remo= te file systems.") ("glib:bin" ,glib "bin") ("gobject-introspection" ,gobject-introspection) ("gtk-doc" ,gtk-doc) + ("libxml2" ,libxml2) ("pkg-config" ,pkg-config))) (inputs `(("attr" ,attr) =2D- 2.26.0