From unknown Tue Jun 17 22:27:36 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#49664] [PATCH] gnu: catfish: Update to 4.16.1. Resent-From: Michael Rohleder Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 20 Jul 2021 15:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 49664 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49664@debbugs.gnu.org Cc: Michael Rohleder X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16267960845154 (code B ref -1); Tue, 20 Jul 2021 15:49:01 +0000 Received: (at submit) by debbugs.gnu.org; 20 Jul 2021 15:48:04 +0000 Received: from localhost ([127.0.0.1]:35147 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m5ryW-0001L4-60 for submit@debbugs.gnu.org; Tue, 20 Jul 2021 11:48:04 -0400 Received: from lists.gnu.org ([209.51.188.17]:49576) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m5ryU-0001Kx-W7 for submit@debbugs.gnu.org; Tue, 20 Jul 2021 11:48:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58528) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m5ryU-00039K-Kb for guix-patches@gnu.org; Tue, 20 Jul 2021 11:48:02 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:59660) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m5ryS-0000S4-Ex for guix-patches@gnu.org; Tue, 20 Jul 2021 11:48:02 -0400 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 1m5ryN-0004Fs-WC; Tue, 20 Jul 2021 17:47:56 +0200 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1m5ry7-0004QR-JV; Tue, 20 Jul 2021 17:47:55 +0200 From: Michael Rohleder Date: Tue, 20 Jul 2021 17:47:53 +0200 Message-Id: <20210720154753.13158-1-mike@rohleder.de> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1626796080;37e786b5; X-HE-SMSGID: 1m5ryN-0004Fs-WC 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: -2.3 (--) 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 (catfish): Update to 4.16.1. [inputs]: Add xfconf. --- gnu/packages/xfce.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 0d005628e8..24091f3bce 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -223,7 +223,7 @@ to share commonly used Xfce widgets among the Xfce applications.") (define-public catfish (package (name "catfish") - (version "1.4.13") + (version "4.16.1") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/apps/" @@ -231,7 +231,7 @@ to share commonly used Xfce widgets among the Xfce applications.") "/catfish-" version ".tar.bz2")) (sha256 (base32 - "0fg89946z6n8njxn4mv29jksw8yavg8vypsljn9031pjwl3fmh2q")))) + "0md6ypirr97ch7x8qliwzixzwj6zzd68ivb2dzj90hm2lcn7wc8h")))) (build-system python-build-system) (arguments '(#:phases @@ -263,6 +263,7 @@ to share commonly used Xfce widgets among the Xfce applications.") ("intltool" ,intltool))) (inputs `(("which" ,which) + ("xfconf" ,xfconf) ("xdg-utils" ,xdg-utils))) (propagated-inputs `(("gtk+" ,gtk+) -- 2.32.0 From unknown Tue Jun 17 22:27:36 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#49664: closed (Re: bug#49664: [PATCH] gnu: catfish: Update to 4.16.1.) Message-ID: References: <87zgugh8dn.fsf@gnu.org> <20210720154753.13158-1-mike@rohleder.de> X-Gnu-PR-Message: they-closed 49664 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 49664@debbugs.gnu.org Date: Tue, 20 Jul 2021 23:30:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1626823802-24319-1" This is a multi-part message in MIME format... ------------=_1626823802-24319-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #49664: [PATCH] gnu: catfish: Update to 4.16.1. 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 49664@debbugs.gnu.org. --=20 49664: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D49664 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1626823802-24319-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 49664-done) by debbugs.gnu.org; 20 Jul 2021 23:29:35 +0000 Received: from localhost ([127.0.0.1]:35675 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m5zB9-0006JG-H7 for submit@debbugs.gnu.org; Tue, 20 Jul 2021 19:29:35 -0400 Received: from eggs.gnu.org ([209.51.188.92]:43900) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m5zB7-0006J3-9y for 49664-done@debbugs.gnu.org; Tue, 20 Jul 2021 19:29:34 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33320) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m5zB1-0006zu-H4; Tue, 20 Jul 2021 19:29:27 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=45256 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m5zB0-0000l3-66; Tue, 20 Jul 2021 19:29:27 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Michael Rohleder Subject: Re: bug#49664: [PATCH] gnu: catfish: Update to 4.16.1. References: <20210720154753.13158-1-mike@rohleder.de> Date: Wed, 21 Jul 2021 01:29:24 +0200 In-Reply-To: <20210720154753.13158-1-mike@rohleder.de> (Michael Rohleder's message of "Tue, 20 Jul 2021 17:47:53 +0200") Message-ID: <87zgugh8dn.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 49664-done Cc: 49664-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 (---) Hi, Michael Rohleder skribis: > * gnu/packages/xfce.scm (catfish): Update to 4.16.1. > [inputs]: Add xfconf. Applied, thanks! Ludo=E2=80=99. ------------=_1626823802-24319-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 20 Jul 2021 15:48:04 +0000 Received: from localhost ([127.0.0.1]:35147 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m5ryW-0001L4-60 for submit@debbugs.gnu.org; Tue, 20 Jul 2021 11:48:04 -0400 Received: from lists.gnu.org ([209.51.188.17]:49576) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m5ryU-0001Kx-W7 for submit@debbugs.gnu.org; Tue, 20 Jul 2021 11:48:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58528) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m5ryU-00039K-Kb for guix-patches@gnu.org; Tue, 20 Jul 2021 11:48:02 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:59660) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m5ryS-0000S4-Ex for guix-patches@gnu.org; Tue, 20 Jul 2021 11:48:02 -0400 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 1m5ryN-0004Fs-WC; Tue, 20 Jul 2021 17:47:56 +0200 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1m5ry7-0004QR-JV; Tue, 20 Jul 2021 17:47:55 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: catfish: Update to 4.16.1. Date: Tue, 20 Jul 2021 17:47:53 +0200 Message-Id: <20210720154753.13158-1-mike@rohleder.de> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1626796080;37e786b5; X-HE-SMSGID: 1m5ryN-0004Fs-WC 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: -2.3 (--) 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 (catfish): Update to 4.16.1. [inputs]: Add xfconf. --- gnu/packages/xfce.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 0d005628e8..24091f3bce 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -223,7 +223,7 @@ to share commonly used Xfce widgets among the Xfce applications.") (define-public catfish (package (name "catfish") - (version "1.4.13") + (version "4.16.1") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/apps/" @@ -231,7 +231,7 @@ to share commonly used Xfce widgets among the Xfce applications.") "/catfish-" version ".tar.bz2")) (sha256 (base32 - "0fg89946z6n8njxn4mv29jksw8yavg8vypsljn9031pjwl3fmh2q")))) + "0md6ypirr97ch7x8qliwzixzwj6zzd68ivb2dzj90hm2lcn7wc8h")))) (build-system python-build-system) (arguments '(#:phases @@ -263,6 +263,7 @@ to share commonly used Xfce widgets among the Xfce applications.") ("intltool" ,intltool))) (inputs `(("which" ,which) + ("xfconf" ,xfconf) ("xdg-utils" ,xdg-utils))) (propagated-inputs `(("gtk+" ,gtk+) -- 2.32.0 ------------=_1626823802-24319-1--