GNU bug report logs - #53971
[PATCH] gnu: feh: Update to 3.8.

Previous Next

Package: guix-patches;

Reported by: Jai Vetrivelan <jaivetrivelan <at> gmail.com>

Date: Sun, 13 Feb 2022 15:19:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#53971: closed ([PATCH] gnu: feh: Update to 3.8.)
Date: Mon, 14 Feb 2022 09:59:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 14 Feb 2022 10:58:28 +0100
with message-id <87ilthsraz.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#53971] [PATCH] gnu: feh: Update to 3.8.
has caused the debbugs.gnu.org bug report #53971,
regarding [PATCH] gnu: feh: Update to 3.8.
to be marked as done.

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


-- 
53971: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53971
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: feh: Update to 3.8.
Date: Sun, 13 Feb 2022 20:47:46 +0530
[0001-gnu-feh-Update-to-3.8.patch (text/patch, inline)]
From e2c69008fac8c73823e98f84ae8f112d37a99837 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
Date: Sun, 13 Feb 2022 20:17:19 +0530
Subject: [PATCH] gnu: feh: Update to 3.8.

* gnu/packages/image-viewers.scm (feh): Update to 3.8.
[inputs]: Sort lexically.
---
 gnu/packages/image-viewers.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 641b5a52da..ac2084ec54 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -255,7 +255,7 @@ (define-public ytfzf
 (define-public feh
   (package
     (name "feh")
-    (version "3.7.2")
+    (version "3.8")
     (home-page "https://feh.finalrewind.org/")
     (source (origin
               (method url-fetch)
@@ -263,7 +263,7 @@ (define-public feh
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0n42kj18ldlcmrmk5qir9gs9irdl1vz9913n8p941x8cfb98ywc4"))))
+                "1a9bsq5j9sl2drzkab0hdhnamalpaszw9mz2prz6scrr5dak8g3z"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases (delete 'configure))
@@ -275,13 +275,13 @@ (define-public feh
              "inotify=1")))
     (native-inputs
      (list perl perl-test-command))
-    (inputs (list imlib2
-                  curl
+    (inputs (list curl
+                  imlib2
                   libexif
                   libpng
-                  libxt
                   libx11
-                  libxinerama))
+                  libxinerama
+                  libxt))
     (native-search-paths
      ;; Feh allows overriding the libcurl builtin CA path (unset in Guix)
      ;; with the same variable as the `curl` command line HTTP tool.

base-commit: e8af2ea63a7f497b8f8e19e206645109c0646e72
prerequisite-patch-id: 417e8c748b314912f04d95685868207136d7de23
-- 
2.34.0



[Message part 4 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
Cc: 53971-done <at> debbugs.gnu.org
Subject: Re: [bug#53971] [PATCH] gnu: feh: Update to 3.8.
Date: Mon, 14 Feb 2022 10:58:28 +0100
Hello,

Jai Vetrivelan <jaivetrivelan <at> gmail.com> writes:

> * gnu/packages/image-viewers.scm (feh): Update to 3.8.
> [inputs]: Sort lexically.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


This bug report was last modified 3 years and 96 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.