summaryrefslogtreecommitdiff
path: root/libre/calibre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-07-04 17:55:30 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-07-04 18:05:07 -0300
commitadf037634955ea69baa957fb54eb60a93e495f03 (patch)
treee66d4b6833ad58d6a8004c692cad11a383d59a3a /libre/calibre
parent3dedd7d413edfba2fdd6d491c863c64632846122 (diff)
calibre-2.61.0-1.parabola1: updating version
Diffstat (limited to 'libre/calibre')
-rw-r--r--libre/calibre/PKGBUILD10
-rw-r--r--libre/calibre/libre.patch61
2 files changed, 31 insertions, 40 deletions
diff --git a/libre/calibre/PKGBUILD b/libre/calibre/PKGBUILD
index e1097c076..bc12c1654 100644
--- a/libre/calibre/PKGBUILD
+++ b/libre/calibre/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 181030 2016-06-24 17:06:30Z jelle $
+# $Id: PKGBUILD 181789 2016-07-02 15:36:23Z jelle $
# Maintainer (Arch): Jelle van der Waa <jelle@vdwaa.nl>
# Maintainer (Arch): Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor (Arch): Giovanni Scafora <giovanni@archlinux.org>
@@ -10,7 +10,7 @@
# Contributor: Márcio Silva <coadde@parabola.nu>
pkgname=calibre
-pkgver=2.60.0
+pkgver=2.61.0
pkgrel=1.parabola1
pkgdesc="Ebook management application, without nonfree decompression engine for RAR archives"
arch=('i686' 'x86_64' 'armv7h')
@@ -35,10 +35,10 @@ mksource=("http://download.$pkgname-ebook.com/${pkgver}/$pkgname-${pkgver}.tar.x
"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig")
source=("https://repo.parabola.nu/other/${pkgname}-libre/${pkgname}-libre-${pkgver}.tar.xz"
'libre.patch')
-mksha256sums=('30cca18269fcf94400bdc428e7ac706b6265e550b9572668f998ebab5de5c83b'
+mksha256sums=('a88c3da1320c346cb4847d3a887674e4aa4c965b4e2311e425343d9fe72b5df7'
'SKIP')
-sha256sums=('e4e91670ca1a8d84895a62b3d745f055100585ca71605e957bc80ac4ddb20d37'
- '0029cf8ffbeefeed4462b1c9bc271290645766834665ab7ac7e0d2981d36556d')
+sha256sums=('31e9354d81b6b5f26c2f5c2a4d5f4d2eb0a4c9d9b2f4722d1322c887495eff10'
+ '7a9139d7dd04e6e30515ddd004b8880485f65330bd96d49220472c22efde7e45')
validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
mksource(){
diff --git a/libre/calibre/libre.patch b/libre/calibre/libre.patch
index 528922713..ca162e199 100644
--- a/libre/calibre/libre.patch
+++ b/libre/calibre/libre.patch
@@ -59,10 +59,10 @@ index 1622aab..7061d81 100644
\'/usr/include/ImageMagick',
\]
diff --git a/setup/extensions.py b/setup/extensions.py
-index d309f5f..3611aaf 100644
+index d6a2dea..c8dea7a 100644
--- a/setup/extensions.py
+++ b/setup/extensions.py
-@@ -244,24 +244,6 @@ extensions = [
+@@ -240,24 +240,6 @@ extensions = [
sip_files=['calibre/ebooks/pdf/render/qt_hack.sip']
),
@@ -88,7 +88,7 @@ index d309f5f..3611aaf 100644
diff --git a/setup/installer/windows/freeze.py b/setup/installer/windows/freeze.py
-index b355b2f..cf4e16a 100644
+index 539ec35..f0537d9 100644
--- a/setup/installer/windows/freeze.py
+++ b/setup/installer/windows/freeze.py
@@ -674,7 +674,7 @@ class Win32Freeze(Command, WixMixIn):
@@ -101,10 +101,10 @@ index b355b2f..cf4e16a 100644
# dupypy crashes when loaded from the zip file
'dukpy.pyd',
diff --git a/setup/resources.py b/setup/resources.py
-index b4ce05d..57cc14e 100644
+index df11ac2..29c7792 100644
--- a/setup/resources.py
+++ b/setup/resources.py
-@@ -321,7 +321,7 @@ class Resources(Command): # {{{
+@@ -324,7 +324,7 @@ class Resources(Command): # {{{
log = Log()
# log.outputs = []
for inf in supported_input_formats():
@@ -140,7 +140,7 @@ index 4a62a5f..b52cca0 100644
raise Exception('Unknown archive type')
extractor(path, dir)
diff --git a/src/calibre/constants.py b/src/calibre/constants.py
-index d91f0b7..97ea8cc 100644
+index 4244cbf..4dcb8e4 100644
--- a/src/calibre/constants.py
+++ b/src/calibre/constants.py
@@ -141,7 +141,6 @@ class Plugins(collections.Mapping):
@@ -152,7 +152,7 @@ index d91f0b7..97ea8cc 100644
'qt_hack',
'_regex',
diff --git a/src/calibre/customize/builtins.py b/src/calibre/customize/builtins.py
-index 51184e3..5ac06cc 100644
+index 6392bdf..ea987d0 100644
--- a/src/calibre/customize/builtins.py
+++ b/src/calibre/customize/builtins.py
@@ -127,7 +127,7 @@ plugins += [HTML2ZIP, PML2PMLZ, TXT2TXTZ, ArchiveExtract,]
@@ -204,10 +204,10 @@ index 51184e3..5ac06cc 100644
name = 'Read RB metadata'
diff --git a/src/calibre/customize/ui.py b/src/calibre/customize/ui.py
-index ad7f861..add33e6 100644
+index 81e80c0..412ea1a 100644
--- a/src/calibre/customize/ui.py
+++ b/src/calibre/customize/ui.py
-@@ -476,7 +476,7 @@ def available_input_formats():
+@@ -478,7 +478,7 @@ def available_input_formats():
if not is_disabled(plugin):
for format in plugin.file_types:
formats.add(format)
@@ -217,7 +217,7 @@ index ad7f861..add33e6 100644
diff --git a/src/calibre/devices/kobo/driver.py b/src/calibre/devices/kobo/driver.py
-index c20b9fb..c1b0a96 100644
+index 40f1fdf..6bd09e6 100644
--- a/src/calibre/devices/kobo/driver.py
+++ b/src/calibre/devices/kobo/driver.py
@@ -77,7 +77,7 @@ class KOBO(USBMS):
@@ -274,7 +274,7 @@ index e3561bb..d1b5c79 100644
core_usage = -1
diff --git a/src/calibre/ebooks/conversion/plumber.py b/src/calibre/ebooks/conversion/plumber.py
-index 0fd2d8f..5ad7f36 100644
+index 04ce4ec..a6c6827 100644
--- a/src/calibre/ebooks/conversion/plumber.py
+++ b/src/calibre/ebooks/conversion/plumber.py
@@ -42,7 +42,7 @@ various stages of conversion. The stages are:
@@ -447,7 +447,7 @@ index 43cde64..63e4163 100644
def url_for(name, version, **kwargs):
if not name.endswith('_'):
diff --git a/src/calibre/linux.py b/src/calibre/linux.py
-index 54d0e3b..5b7760e 100644
+index ea2463c..24c3698 100644
--- a/src/calibre/linux.py
+++ b/src/calibre/linux.py
@@ -312,7 +312,7 @@ class ZshCompleter(object): # {{{
@@ -460,29 +460,20 @@ index 54d0e3b..5b7760e 100644
p = (get_parser(input_fmt=fmt) if is_input
else get_parser(output_fmt=fmt))
diff --git a/src/calibre/test_build.py b/src/calibre/test_build.py
-index de3182b..05f17a3 100644
+index 1474f92..31251ed 100644
--- a/src/calibre/test_build.py
+++ b/src/calibre/test_build.py
-@@ -177,11 +177,6 @@ def test_file_dialog_helper():
- test()
- print('File dialog helper OK!')
-
--def test_unrar():
-- from calibre.utils.unrar import test_basic
-- test_basic()
-- fprint('Unrar OK!')
+@@ -166,10 +166,6 @@ class BuildTest(unittest.TestCase):
+ from calibre.gui2.win_file_dialogs import test
+ test()
+
+- def test_unrar(self):
+- from calibre.utils.unrar import test_basic
+- test_basic()
-
- def test_icu():
- fprint('Testing ICU')
- from calibre.utils.icu_test import test_build
-@@ -288,7 +283,6 @@ def test():
- test_sqlite()
- test_apsw()
- test_imaging()
-- test_unrar()
- test_certgen()
- test_icu()
- test_qt()
+ @unittest.skipUnless(iswindows, 'WPD is windows only')
+ def test_wpd(self):
+ wpd = plugins['wpd'][0]
diff --git a/src/calibre/utils/search_query_parser.py b/src/calibre/utils/search_query_parser.py
index 4c08706..15c1019 100644
--- a/src/calibre/utils/search_query_parser.py
@@ -700,10 +691,10 @@ index 16085cf..420efaa 100755
def __init__(self, data, baseuri, encoding):
self.document = BeautifulSoup.BeautifulSoup(data)
diff --git a/translations/calibre/main.pot b/translations/calibre/main.pot
-index 9ced1a7..2fb35e1 100644
+index 64522dd..ccd968b 100644
--- a/translations/calibre/main.pot
+++ b/translations/calibre/main.pot
-@@ -4341,7 +4341,7 @@ msgid "Set book ID"
+@@ -4405,7 +4405,7 @@ msgid "Set book ID"
msgstr ""
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/archive.py:42
@@ -712,7 +703,7 @@ index 9ced1a7..2fb35e1 100644
msgstr ""
#: /home/kovid/work/calibre/src/calibre/ebooks/metadata/book/base.py:652
-@@ -12629,7 +12629,7 @@ msgid "You can also customise the plugin locations using <b>Preferences -> Custo
+@@ -12759,7 +12759,7 @@ msgid "You can also customise the plugin locations using <b>Preferences -> Custo
msgstr ""
#: /home/kovid/work/calibre/src/calibre/gui2/dialogs/comicconf.py:33