From unknown Sat Sep 20 02:11:17 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#45876] [PATCH] gnu: thunar: Update to 4.16.2. Resent-From: Michael Rohleder Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 14 Jan 2021 23:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 45876 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 45876@debbugs.gnu.org Cc: Michael Rohleder X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16106674877661 (code B ref -1); Thu, 14 Jan 2021 23:39:02 +0000 Received: (at submit) by debbugs.gnu.org; 14 Jan 2021 23:38:07 +0000 Received: from localhost ([127.0.0.1]:39587 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l0CBn-0001zT-VJ for submit@debbugs.gnu.org; Thu, 14 Jan 2021 18:38:06 -0500 Received: from lists.gnu.org ([209.51.188.17]:54142) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l0CBX-0001yo-Ot for submit@debbugs.gnu.org; Thu, 14 Jan 2021 18:38:02 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41368) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l0CBX-0006w7-Hn for guix-patches@gnu.org; Thu, 14 Jan 2021 18:37:47 -0500 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:51298) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l0CBV-0005wH-AP for guix-patches@gnu.org; Thu, 14 Jan 2021 18:37:47 -0500 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1l0CBQ-0002OB-KA; Fri, 15 Jan 2021 00:37:40 +0100 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1l0CBP-0002Gm-27; Fri, 15 Jan 2021 00:37:40 +0100 From: Michael Rohleder Date: Fri, 15 Jan 2021 00:37:38 +0100 Message-Id: <20210114233738.24133-1-mike@rohleder.de> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1610667465;ab7bb9f6; X-HE-SMSGID: 1l0CBQ-0002OB-KA Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/xfce.scm (thunar): Update to 4.16.2. [inputs]: Add gobject-introspection. --- gnu/packages/xfce.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index a5c9482c01..0dbcaf698e 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -13,7 +13,7 @@ ;;; Copyright © 2019 Ingo Ruhnke ;;; Copyright © 2020 Vincent Legoll ;;; Copyright © 2020 Jonathan Brielmaier -;;; Copyright © 2020 Michael Rohleder +;;; Copyright © 2020, 2021 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -756,7 +756,7 @@ like appearance, display, keyboard and mouse settings.") (define-public thunar (package (name "thunar") - (version "4.16.0") + (version "4.16.2") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -764,13 +764,14 @@ like appearance, display, keyboard and mouse settings.") "thunar-" version ".tar.bz2")) (sha256 (base32 - "16zxznc3zcdpcjqjp84j9636kvvrimfn8wj9avxfp4ba254c8xv2")))) + "1pbspa31q4kgydjzmssahq3k0wcy10ma466dlsd2y69nqjc0pab7")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) ("intltool" ,intltool))) (inputs `(("exo" ,exo) + ("gobject-introspection" ,gobject-introspection) ("libexif" ,libexif) ("libgudev" ,libgudev) ("libnotify" ,libnotify) -- 2.30.0 From unknown Sat Sep 20 02:11:17 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Michael Rohleder Subject: bug#45876: closed (Re: bug#45876: [PATCH] gnu: thunar: Update to 4.16.2.) Message-ID: References: <87sg70wmyb.fsf@gnu.org> <20210114233738.24133-1-mike@rohleder.de> X-Gnu-PR-Message: they-closed 45876 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 45876@debbugs.gnu.org Date: Sat, 16 Jan 2021 22:13:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1610835183-5617-1" This is a multi-part message in MIME format... ------------=_1610835183-5617-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #45876: [PATCH] gnu: thunar: Update to 4.16.2. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 45876@debbugs.gnu.org. --=20 45876: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D45876 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1610835183-5617-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 45876-done) by debbugs.gnu.org; 16 Jan 2021 22:12:39 +0000 Received: from localhost ([127.0.0.1]:44187 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l0toE-0001RO-N5 for submit@debbugs.gnu.org; Sat, 16 Jan 2021 17:12:38 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33154) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l0toD-0001RA-9P for 45876-done@debbugs.gnu.org; Sat, 16 Jan 2021 17:12:37 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:58841) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l0to7-00075k-Nw; Sat, 16 Jan 2021 17:12:32 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=37770 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l0to6-0006zL-3r; Sat, 16 Jan 2021 17:12:30 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Michael Rohleder Subject: Re: bug#45876: [PATCH] gnu: thunar: Update to 4.16.2. References: <20210114233738.24133-1-mike@rohleder.de> Date: Sat, 16 Jan 2021 23:12:28 +0100 In-Reply-To: <20210114233738.24133-1-mike@rohleder.de> (Michael Rohleder's message of "Fri, 15 Jan 2021 00:37:38 +0100") Message-ID: <87sg70wmyb.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 45876-done Cc: 45876-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Michael Rohleder skribis: > * gnu/packages/xfce.scm (thunar): Update to 4.16.2. > [inputs]: Add gobject-introspection. Applied! ------------=_1610835183-5617-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 14 Jan 2021 23:38:07 +0000 Received: from localhost ([127.0.0.1]:39587 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l0CBn-0001zT-VJ for submit@debbugs.gnu.org; Thu, 14 Jan 2021 18:38:06 -0500 Received: from lists.gnu.org ([209.51.188.17]:54142) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l0CBX-0001yo-Ot for submit@debbugs.gnu.org; Thu, 14 Jan 2021 18:38:02 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41368) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l0CBX-0006w7-Hn for guix-patches@gnu.org; Thu, 14 Jan 2021 18:37:47 -0500 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:51298) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l0CBV-0005wH-AP for guix-patches@gnu.org; Thu, 14 Jan 2021 18:37:47 -0500 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1l0CBQ-0002OB-KA; Fri, 15 Jan 2021 00:37:40 +0100 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1l0CBP-0002Gm-27; Fri, 15 Jan 2021 00:37:40 +0100 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: thunar: Update to 4.16.2. Date: Fri, 15 Jan 2021 00:37:38 +0100 Message-Id: <20210114233738.24133-1-mike@rohleder.de> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1610667465;ab7bb9f6; X-HE-SMSGID: 1l0CBQ-0002OB-KA Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit Cc: Michael Rohleder X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/xfce.scm (thunar): Update to 4.16.2. [inputs]: Add gobject-introspection. --- gnu/packages/xfce.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index a5c9482c01..0dbcaf698e 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -13,7 +13,7 @@ ;;; Copyright © 2019 Ingo Ruhnke ;;; Copyright © 2020 Vincent Legoll ;;; Copyright © 2020 Jonathan Brielmaier -;;; Copyright © 2020 Michael Rohleder +;;; Copyright © 2020, 2021 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -756,7 +756,7 @@ like appearance, display, keyboard and mouse settings.") (define-public thunar (package (name "thunar") - (version "4.16.0") + (version "4.16.2") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/xfce/" @@ -764,13 +764,14 @@ like appearance, display, keyboard and mouse settings.") "thunar-" version ".tar.bz2")) (sha256 (base32 - "16zxznc3zcdpcjqjp84j9636kvvrimfn8wj9avxfp4ba254c8xv2")))) + "1pbspa31q4kgydjzmssahq3k0wcy10ma466dlsd2y69nqjc0pab7")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) ("intltool" ,intltool))) (inputs `(("exo" ,exo) + ("gobject-introspection" ,gobject-introspection) ("libexif" ,libexif) ("libgudev" ,libgudev) ("libnotify" ,libnotify) -- 2.30.0 ------------=_1610835183-5617-1--