emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49664: closed ([PATCH] gnu: catfish: Update to 4.16.1.)


From: GNU bug Tracking System
Subject: bug#49664: closed ([PATCH] gnu: catfish: Update to 4.16.1.)
Date: Tue, 20 Jul 2021 23:30:02 +0000

Your message dated Wed, 21 Jul 2021 01:29:24 +0200
with message-id <87zgugh8dn.fsf@gnu.org>
and subject line Re: bug#49664: [PATCH] gnu: catfish: Update to 4.16.1.
has caused the debbugs.gnu.org bug report #49664,
regarding [PATCH] gnu: catfish: Update to 4.16.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49664: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49664
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: catfish: Update to 4.16.1. Date: Tue, 20 Jul 2021 17:47:53 +0200
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#49664: [PATCH] gnu: catfish: Update to 4.16.1. Date: Wed, 21 Jul 2021 01:29:24 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Michael Rohleder <mike@rohleder.de> skribis:

> * gnu/packages/xfce.scm (catfish): Update to 4.16.1.
> [inputs]: Add xfconf.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]