[arch-commits] Commit in calibre/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Sun Apr 18 20:54:34 UTC 2021


    Date: Sunday, April 18, 2021 @ 20:54:33
  Author: eschwartz
Revision: 919950

upgpkg: calibre 5.16.0-1: upstream release

add support for new system plugin path option

qt5-imageformats is needed because calibre now tests for webp support
and is required by EPUB 3.3 anyway

Modified:
  calibre/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-18 19:42:42 UTC (rev 919949)
+++ PKGBUILD	2021-04-18 20:54:33 UTC (rev 919950)
@@ -8,8 +8,8 @@
 
 pkgbase=calibre
 pkgname=calibre
-pkgver=5.14.0
-pkgrel=2
+pkgver=5.16.0
+pkgrel=1
 pkgdesc="Ebook management application"
 arch=('x86_64')
 url="https://calibre-ebook.com/"
@@ -20,7 +20,7 @@
           'pyqtwebengine' 'regex' 'zeroconf')
 depends=('hunspell' 'hyphen' 'icu' 'jxrlib' 'libmtp' 'libusb'
          'libwmf' 'mathjax' 'mtdev' 'optipng' 'podofo'
-         "${_py_deps[@]/#/python-}" 'qt5-svg' 'ttf-liberation' 'udisks2')
+         "${_py_deps[@]/#/python-}" 'qt5-imageformats' 'qt5-svg' 'ttf-liberation' 'udisks2')
 makedepends=('qt5-x11extras' 'sip' 'pyqt-builder' 'xdg-utils' 'rapydscript-ng')
 checkdepends=('xorg-server-xvfb')
 optdepends=('poppler: required for converting pdf to html'
@@ -29,9 +29,9 @@
 replaces=('calibre-common' 'calibre-python3')
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz"
         "https://calibre-ebook.com/signatures/${pkgbase}-${pkgver}.tar.xz.sig")
-sha256sums=('186cce57b6990af0b014282fa1d3d914fffc11e40d8495ea43d91485534e1271'
+sha256sums=('7e4b0d5ac59001361601953c56667c715d4a5081a80b71f4389314b447260735'
             'SKIP')
-b2sums=('3f503b2d32adb355a034b8573485fdedcebcc2670a9bf00fbeca07d84bc14f2c43530db1e15196f354d61adbad504cdb2d6cf8c6ca5bccc0cbf5e38869e6ff90'
+b2sums=('afd135b43960094682c234831ae44b1b714d313f5d01b4a26bc9252d54a8728faa57f3ad1db07241a819d91b70e90730957bcfb608f230efc4fc44a0f37e2857'
         'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New longer key) <kovid at kovidgoyal.net>
 
@@ -88,7 +88,8 @@
 
     LANG='en_US.UTF-8' python setup.py install \
         --staging-root="${pkgdir}/usr" \
-        --prefix=/usr
+        --prefix=/usr \
+        --system-plugins-location=/usr/share/calibre/system-plugins
 
     cp -a man-pages/ "${pkgdir}/usr/share/man"
 



More information about the arch-commits mailing list