GNU bug report logs -
#35446
[PATCH 0/26] Calibre: Update to 3.41.3
Previous Next
Reported by: Brendan Tildesley <mail <at> brendan.scot>
Date: Sat, 27 Apr 2019 09:29:02 UTC
Severity: normal
Tags: patch
Done: Danny Milosavljevic <dannym <at> scratchpost.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/ebook.scm (calibre):
[snippets]: Remove all of src/odf instead of just the thumbnail with the
uncertain license (that was probably free anyway).
[inputs]: Add python2-odfpy.
---
gnu/packages/ebook.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index a4f9c8b495..6d94b41069 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -89,13 +89,13 @@
(sha256
(base32
"167hhv4wimkjnyfgqkyqmaiixhicbxacy6190gps98jyj4csi8ra"))
- ;; Remove non-free or doubtful code, see
+ ;; Unbundle python2-pdf.
;; https://lists.gnu.org/archive/html/guix-devel/2015-02/msg00478.html
(modules '((guix build utils)))
(snippet
'(begin
- (delete-file "src/odf/thumbnail.py")
- #t))
+ (delete-file-recursively "src/odf")
+ #t))
(patches (search-patches "calibre-no-updates-dialog.patch"
"calibre-remove-test-bs4.patch" ;; TODO: fix test.
"calibre-remove-test-sqlite.patch" ;; TODO: fix test.
@@ -141,6 +141,7 @@
;; python2-msgpack is needed for the network content server to work.
("python2-msgpack" ,python2-msgpack)
("python2-netifaces" ,python2-netifaces)
+ ("python2-odfpy" ,python2-odfpy)
("python2-pillow" ,python2-pillow)
("python2-psutil" ,python2-psutil)
("python2-pygments" ,python2-pygments)
--
2.21.0
This bug report was last modified 6 years and 76 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.