GNU bug report logs - #77208
[PATCH] gnu: emacs-nov-el: Update to 0.5.0.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Sun, 23 Mar 2025 12:52:05 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77208 in the body.
You can then email your comments to 77208 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77208; Package guix-patches. (Sun, 23 Mar 2025 12:52:06 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 23 Mar 2025 12:52:06 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: emacs-nov-el: Update to 0.5.0.
Date: Sun, 23 Mar 2025 13:50:06 +0100
* gnu/packages/emacs-xyz.scm (emacs-nov-el): Update to 0.5.0.

Change-Id: I1a0d9638901be694d4da65615af239f4467a3fbe
---
 gnu/packages/emacs-xyz.scm | 39 ++++++++++----------------------------
 1 file changed, 10 insertions(+), 29 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2e8270c667..19a00e037f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24586,7 +24586,7 @@ (define-public emacs-esxml
 (define-public emacs-nov-el
   (package
     (name "emacs-nov-el")
-    (version "0.4.0")
+    (version "0.5.0")
     (source
      (origin
        (method git-fetch)
@@ -24595,42 +24595,23 @@ (define-public emacs-nov-el
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "10507fdfx02wb3j7g34w4ii8rgnjbmriq63ir6x1agf38s3i9p52"))))
+        (base32 "1s1ar3c9819mzalybp0pi6pzzwwnihal7pjyin2804h1gbappli8"))))
     (build-system emacs-build-system)
     (arguments
      (list
-      #:emacs emacs                    ;need libxml
+      #:tests? #f ; no actual tests
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'embed-path-to-unzip
-            (lambda _
-              (substitute* "nov.el"
-                (("\\(executable-find \"unzip\"\\)")
-                 (string-append "\"" (which "unzip") "\""))))))))
-    (propagated-inputs
-     (list emacs-dash emacs-esxml))
-    (inputs
-     (list unzip))
+            (lambda* (#:key inputs #:allow-other-keys)
+              (emacs-substitute-variables "nov.el"
+                ("nov-unzip-program" (search-input-file inputs "/bin/unzip"))))))))
+    (propagated-inputs (list emacs-esxml))
+    (inputs (list unzip))
     (home-page "https://depp.brause.cc/nov.el/")
     (synopsis "Major mode for reading EPUBs in Emacs")
-    (description "@code{nov.el} provides a major mode for reading EPUB
-documents.
-
-Features:
-
-@itemize
-@item Basic navigation (jump to TOC, previous/next chapter)
-@item Remembering and restoring the last read position
-@item Jump to next chapter when scrolling beyond end
-@item Renders EPUB2 (@code{.ncx}) and EPUB3 (@code{<nav>}) TOCs
-@item Hyperlinks to internal and external targets
-@item Supports textual and image documents
-@item View source of document files
-@item Metadata display
-@item Image rescaling
-@end itemize
-")
+    (description
+     "@code{nov.el} provides a major mode for reading EPUB documents.")
     (license license:gpl3+)))
 
 (define-public epipe

base-commit: 4ea012fc6ddcb32574fbd4a854b11808c34fbca8
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#77208; Package guix-patches. (Sat, 29 Mar 2025 16:13:02 GMT) Full text and rfc822 format available.

Message #8 received at 77208 <at> debbugs.gnu.org (full text, mbox):

From: Ian Eure <ian <at> retrospec.tv>
To: Cayetano Santos <csantosb <at> inventati.org>
Cc: 77208 <at> debbugs.gnu.org
Subject: Re: [bug#77208] [PATCH] gnu: emacs-nov-el: Update to 0.5.0.
Date: Sat, 29 Mar 2025 09:11:51 -0700
Hi Cayetano,

Pushed as 3f3541706e.

Thanks,
 -- Ian




bug closed, send any further explanations to 77208 <at> debbugs.gnu.org and Cayetano Santos <csantosb <at> inventati.org> Request was from Ian Eure <ian <at> retrospec.tv> to control <at> debbugs.gnu.org. (Sat, 29 Mar 2025 16:13:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 27 Apr 2025 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 10 days ago.

Previous Next


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