diff options
-rw-r--r-- | libre/calibre/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/calibre/libre.patch | 9 |
2 files changed, 2 insertions, 11 deletions
diff --git a/libre/calibre/PKGBUILD b/libre/calibre/PKGBUILD index 2c624f00d..c9e0f8c2f 100644 --- a/libre/calibre/PKGBUILD +++ b/libre/calibre/PKGBUILD @@ -17,7 +17,7 @@ pkgname=calibre pkgver=3.28.0 pkgrel=2 -pkgrel+=.parabola1 +pkgrel+=.parabola2 pkgdesc="Ebook management application" pkgdesc+=", without nonfree decompression engine for RAR archives" arch=('x86_64') @@ -41,7 +41,7 @@ source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz" 'libre.patch') sha256sums=('241050cb89e5a70d3195cfd91ccf406919ac0bfb437e34b538c954c306d87b2c' 'SKIP' - 'eebb25512888b663c30ff3bd642d8b6af0edffbed5b019d12a47bbcf18a8dced') + 'f418669d2e32e917e3292350150015ed6dd13f8c2dd82ac5f1c5d20c112dd2e8') validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New longer key) <kovid@kovidgoyal.net> prepare() { diff --git a/libre/calibre/libre.patch b/libre/calibre/libre.patch index 34a8eca82..77fb69722 100644 --- a/libre/calibre/libre.patch +++ b/libre/calibre/libre.patch @@ -367,15 +367,6 @@ from functools import partial --- calibre-3.28.0.orig/src/calibre/gui2/__init__.py 2018-07-19 23:19:03.000000000 -0500 +++ calibre-3.28.0/src/calibre/gui2/__init__.py 2018-08-08 18:06:17.667314109 -0500 -@@ -146,7 +146,7 @@ - defs['cover_grid_show_title'] = False - defs['cover_grid_texture'] = None - defs['show_vl_tabs'] = False -- defs['vl_tabs_closable'] = True -+ defs['closable_tabs'] = True - defs['show_highlight_toggle_button'] = False - defs['add_comments_to_email'] = False - defs['cb_preserve_aspect_ratio'] = False @@ -189,8 +189,6 @@ help=_('Confirm before deleting')) c.add_opt('main_window_geometry', default=None, |