guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: feh: Update to 2.22.


From: Marius Bakke
Subject: 01/02: gnu: feh: Update to 2.22.
Date: Sun, 5 Nov 2017 10:22:20 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 3c41b9929b8253bf91a13d9c6dab7b3db600aa4d
Author: Marius Bakke <address@hidden>
Date:   Sun Nov 5 15:05:05 2017 +0100

    gnu: feh: Update to 2.22.
    
    * gnu/packages/image-viewers.scm (feh): Update to 2.22.
    [native-search-paths]: New field.
---
 gnu/packages/image-viewers.scm | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 9e93a97..11cf146 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -55,7 +55,7 @@
 (define-public feh
   (package
     (name "feh")
-    (version "2.21")
+    (version "2.22")
     (home-page "https://feh.finalrewind.org/";)
     (source (origin
               (method url-fetch)
@@ -63,7 +63,7 @@
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0azgpr4al2pi4858z4xh4lfz84cvzxw3n426fn7rz6cdj34q212j"))))
+                "0yqcczb9c126zgfvjq2fpzqz0rg16yad8mfr3gryxwlbymy2cmxj"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases (delete 'configure))
@@ -79,6 +79,14 @@
               ("libxt" ,libxt)
               ("libx11" ,libx11)
               ("libxinerama" ,libxinerama)))
+    (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.
+     (list (search-path-specification
+            (variable "CURL_CA_BUNDLE")
+            (file-type 'regular)
+            (separator #f)                         ;single entry
+            (files '("etc/ssl/certs/ca-certificates.crt")))))
     (synopsis "Fast and light imlib2-based image viewer")
     (description
       "feh is an X11 image viewer aimed mostly at console users.



reply via email to

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