all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Roel Janssen <roel@gnu.org>
To: 30592@debbugs.gnu.org
Subject: [bug#30592] [PATCH 2/2] gnu: Add emacs-nov.
Date: Sat, 24 Feb 2018 11:59:28 +0100	[thread overview]
Message-ID: <878tbimz5b.fsf@gnu.org> (raw)
In-Reply-To: <87d10umzca.fsf@gnu.org>


* gnu/packages/emacs.scm (emacs-nov): New variable.
---
 gnu/packages/emacs.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index ce83c26a2..e78b59a39 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3581,6 +3581,41 @@ form is esxml.  This is the form that is returned by such functions as
 xml-related libraries.")
     (license license:gpl3+)))
 
+(define-public emacs-nov
+  (package
+    (name "emacs-nov")
+    (version "0.2.2")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/wasamasa/nov.el/archive/"
+                    version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0pc07cr2qfa66pxyxhvgrxiwssykisj25yjxvx3qr4v7bp5qmms7"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-dash" ,emacs-dash)
+       ("emacs-esxml" ,emacs-esxml)))
+    (home-page "https://github.com/wasamasa/nov.el")
+    (synopsis "Major mode for reading EPUB files in Emacs")
+    (description
+     "This package provides a major mode for reading EPUB documents.
+Features:
+@itemize
+@item Basic navigation (jump to table of contents (TOC), previous/next chapter)
+@item Remembering and restoring the last read position
+@item Jump to next chapter when scrolling beyond end
+@item Renders EPUB2 (.ncx) and EPUB3 (<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\n")
+    (license license:gpl3+)))
+
 (define-public emacs-queue
   (package
     (name "emacs-queue")
-- 
2.16.2

  parent reply	other threads:[~2018-02-24 11:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-24 10:55 [bug#30592] [PATCH 0/2] Add emacs-nov Roel Janssen
2018-02-24 10:58 ` [bug#30592] [PATCH 1/2] gnu: Add emacs-esxml Roel Janssen
2018-02-26 17:53   ` Ludovic Courtès
2018-02-24 10:59 ` Roel Janssen [this message]
2018-02-26 17:53   ` [bug#30592] [PATCH 2/2] gnu: Add emacs-nov Ludovic Courtès
2018-02-26 21:30     ` bug#30592: " Roel Janssen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878tbimz5b.fsf@gnu.org \
    --to=roel@gnu.org \
    --cc=30592@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.