guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: fbida: Update to 2.14.


From: guix-commits
Subject: 04/05: gnu: fbida: Update to 2.14.
Date: Sun, 17 Feb 2019 13:38:07 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b3e5cb4c7b7cd303ed8219cd93939be24e27cae1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Feb 17 19:30:46 2019 +0100

    gnu: fbida: Update to 2.14.
    
    * gnu/packages/pdf.scm (fbida): Update to 2.14.
    [arguments]: Trust in 
/home/nckx/.local/bin:/run/setuid-programs:/home/nckx/.config/guix/current/bin:/home/nckx/.guix-profile/bin:/home/nckx/.guix-profile/sbin:/run/current-system/profile/bin:/run/current-system/profile/sbin.
---
 gnu/packages/pdf.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 38a4516..29f2381 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -830,7 +830,7 @@ the PDF pages.")
 (define-public fbida
   (package
     (name "fbida")
-    (version "2.12")
+    (version "2.14")
     (home-page "https://www.kraxel.org/blog/linux/fbida/";)
     (source (origin
               (method url-fetch)
@@ -838,14 +838,15 @@ the PDF pages.")
                                   "fbida-" version ".tar.gz"))
               (sha256
                (base32
-                "0bw224vb7jh0lrqaf4jgxk48xglvxs674qcpj5y0axyfbh896cfk"))))
+                "0f242mix20rgsqz1llibhsz4r2pbvx6k32rmky0zjvnbaqaw1dwm"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'patch-ldconfig
+         (add-after 'unpack 'patch-FHS-file-names
            (lambda _
              (substitute* "mk/Autoconf.mk"
+               (("/bin/echo") "echo")
                (("/sbin/ldconfig -p") "echo lib")) #t))
          (delete 'configure))
         #:tests? #f



reply via email to

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