[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: calibre: Unbundle chardet.
From: |
Marius Bakke |
Subject: |
06/09: gnu: calibre: Unbundle chardet. |
Date: |
Fri, 19 May 2017 17:58:15 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit eeba7d3a076d0a9ed168c500d13afdb129199e56
Author: Brendan Tildesley <address@hidden>
Date: Sun May 14 22:38:07 2017 +1000
gnu: calibre: Unbundle chardet.
* gnu/packages/ebook.scm (calibre)[source]: Delete bundled chardet.
[inputs]: Add python2-chardet.
Signed-off-by: Marius Bakke <address@hidden>
---
gnu/packages/ebook.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index 800b518..778b17c 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -31,6 +31,7 @@
#:use-module (gnu packages fonts)
#:use-module (gnu packages fontutils)
#:use-module (gnu packages freedesktop)
+ #:use-module (gnu packages gnome)
#:use-module (gnu packages glib)
#:use-module (gnu packages icu4c)
#:use-module (gnu packages image)
@@ -83,6 +84,7 @@
(delete-file-recursively "src/unrar")
(delete-file "src/odf/thumbnail.py")
(delete-file-recursively "resources/fonts/liberation")
+ (delete-file-recursively "src/chardet")
(substitute* (find-files "." "\\.py")
(("calibre\\.ebooks\\.markdown") "markdown"))
#t))
@@ -121,6 +123,7 @@
("podofo" ,podofo)
("python" ,python-2)
("python2-apsw" ,python2-apsw)
+ ("python2-chardet" ,python2-chardet)
("python2-cssselect" ,python2-cssselect)
("python2-cssutils" ,python2-cssutils)
("python2-dateutil" ,python2-dateutil)
- branch master updated (b55dd31 -> 1326166), Marius Bakke, 2017/05/19
- 04/09: gnu: calibre: Unbundle python2-markdown., Marius Bakke, 2017/05/19
- 06/09: gnu: calibre: Unbundle chardet.,
Marius Bakke <=
- 01/09: gnu: calibre: Update to 2.85.1., Marius Bakke, 2017/05/19
- 07/09: gnu: calibre: Add missing dependencies., Marius Bakke, 2017/05/19
- 09/09: gnu: calibre: Don't create uninstaller., Marius Bakke, 2017/05/19
- 08/09: gnu: calibre: Add exhaustive license list., Marius Bakke, 2017/05/19
- 03/09: gnu: calibre: Import unbundle feedparser patch from debian., Marius Bakke, 2017/05/19
- 05/09: gnu: calibre: Unbundle liberation fonts., Marius Bakke, 2017/05/19
- 02/09: gnu: calibre: Import dont-load-icons patch from debian., Marius Bakke, 2017/05/19