[PATCH] gnu: Add emacs-calibredb.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal
M
M
Michael Rohleder wrote on 3 Jul 2020 07:36
(address . guix-patches@gnu.org)
877dvlb1ns.fsf@rohleder.de
From bbf9f7a65c20527b2e543789440dfb84b616f77d Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Fri, 3 Jul 2020 07:28:08 +0200
Subject: [PATCH] gnu: Add emacs-calibredb.

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

Toggle diff (46 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1941379dea..27fbcc8262 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20452,6 +20452,39 @@ Dash docsets.")
through Dash docsets.")
(license license:expat))))
+(define-public emacs-calibredb
+ (package
+ (name "emacs-calibredb")
+ (version "2.4.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/chenyanming/calibredb.el.git")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0c6y3n51djajhfj4k6g0r58brls0fhyw6d7c6h4zi5jl1hw64vj6"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-s" ,emacs-s)
+ ("emacs-dash" ,emacs-dash)
+ ("emacs-transient" ,emacs-transient)
+ ("emacs-org" ,emacs-org)))
+ (home-page "https://github.com/chenyanming/calibredb.el")
+ (synopsis "Yet another calibre client for Emacs")
+ (description "This package integrates calibre into Emacs.
+@enumerate
+@item Powerful ebook dashboard.
+@item Manage ebooks, actually not only ebooks!
+@item Manage Ebook libraries.
+@item Another bookmarks solution, by setting the tags and comments.
+@item Quick search, filter, make actions on items with ivy and helm.
+@item Org-ref support.
+@end enumerate\n")
+ (license license:gpl3)))
+
(define-public emacs-el-patch
(package
(name "emacs-el-patch")
--
2.27.0
--
Wer glaubt etwas zu sein, hat aufgehoert etwas zu werden.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl7+w9cACgkQfHr/vv7y
yyU68wgAia7AKx54ljKHPbAtj+z6rrqvCOpuMT5BRDxB6H25qm9aSiGUbJRZCzDB
BycatbQh39rCVonOXg8iyVXr9yssdxufeTIFoM3y3E/whZtDEwMl+L+lojC8r0Hf
NIlY9X/AmUDqdcinzcySQq4i1H0nnqLGcCqtMUsalIHifXmXN9sXpwchjihjUROF
0I84dMdzQ5QqqVUNKDOKE2zA0bZFx/uo7HT+DvZ9fG475vUTEPHUXhdNFJ+1R5ZN
dm8SSozV2UkxkE4tuUFPnEPYTyaO2VZ0Mc7F9eW4SOIDXeLvIyhJKcw0RWD2Zm48
YjuIku07quraIGreSjvbqySoTCkZKg==
=rVvp
-----END PGP SIGNATURE-----

N
N
Nicolas Goaziou wrote on 4 Jul 2020 00:35
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 42172-done@debbugs.gnu.org)
87y2o05isj.fsf@nicolasgoaziou.fr
Hello,

Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (emacs-calibredb): New variable.

Thank you.

I re-ordered inputs and committed your patch.

Regards,
--
Nicolas Goaziou
Closed
?