summaryrefslogtreecommitdiff
path: root/libre/calibre/libre.patch
diff options
context:
space:
mode:
authorJesús Eduardo <heckyel@openmailbox.org>2017-05-16 12:08:30 -0500
committerJesús Eduardo <heckyel@openmailbox.org>2017-05-16 12:08:30 -0500
commitf5f74a2423a8cfd6423594a765eb37d52816adfc (patch)
tree192bb1a263fcfafb9a1d3eb70d393f8579ec3af8 /libre/calibre/libre.patch
parent839ebcf6f50370fec62eae4057af3b220e5c5fea (diff)
downloadabslibre-f5f74a2423a8cfd6423594a765eb37d52816adfc.tar.gz
abslibre-f5f74a2423a8cfd6423594a765eb37d52816adfc.tar.bz2
abslibre-f5f74a2423a8cfd6423594a765eb37d52816adfc.zip
calibre: update libre.patch and PKGBUILD
Diffstat (limited to 'libre/calibre/libre.patch')
-rw-r--r--libre/calibre/libre.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/calibre/libre.patch b/libre/calibre/libre.patch
index 3ac517740..e899c836a 100644
--- a/libre/calibre/libre.patch
+++ b/libre/calibre/libre.patch
@@ -292,7 +292,7 @@ index bf8853b..917c485 100644
class Plumber(object):
diff --git a/src/calibre/ebooks/metadata/archive.py b/src/calibre/ebooks/metadata/archive.py
-index f5c0b7b..28c4d80 100644
+index f5c0b7b..5a1d03b 100644
--- a/src/calibre/ebooks/metadata/archive.py
+++ b/src/calibre/ebooks/metadata/archive.py
@@ -29,8 +29,6 @@ def archive_type(stream):
@@ -310,9 +310,10 @@ index f5c0b7b..28c4d80 100644
description = _('Extract common e-book formats from archive files '
- '(ZIP/RAR). Also try to autodetect if they are actually '
- 'CBZ/CBR files.')
+- file_types = set(['zip', 'rar'])
+ '(ZIP). Also try to autodetect if they are actually '
+ 'CBZ files.')
- file_types = set(['zip', 'rar'])
++ file_types = set(['zip'])
supported_platforms = ['windows', 'osx', 'linux']
on_import = True