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

Eli Schwartz eschwartz at archlinux.org
Fri Dec 25 18:11:34 UTC 2020


    Date: Friday, December 25, 2020 @ 18:11:33
  Author: eschwartz
Revision: 790946

upgpkg: calibre 5.8.1-1: upstream release

finally devendors liberation-fonts upstream

Modified:
  calibre/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-25 18:11:30 UTC (rev 790945)
+++ PKGBUILD	2020-12-25 18:11:33 UTC (rev 790946)
@@ -8,8 +8,8 @@
 
 pkgbase=calibre
 pkgname=calibre
-pkgver=5.7.2
-pkgrel=2
+pkgver=5.8.1
+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' 'udisks2')
+         "${_py_deps[@]/#/python-}" 'qt5-svg' 'ttf-liberation' 'udisks2')
 makedepends=('qt5-x11extras' 'sip5' '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=('3cdbc526071e16b5d974b98c1e9a80b7716127764164285884e37e5e52a9ebae'
+sha256sums=('23910db4cff74236f489a9720ad45a30afd1eb09dd05e944f383b1b3ac9d514e'
             'SKIP')
-b2sums=('14d552d6eb6b07ab0875c850eda9bd548d042908be6fefb160213d8cc4c7edaa5998a026edd6314d658aa8ef7e8e85285b8bb8dc1d381ee28f62218f3d5a38fb'
+b2sums=('3cd7b91ea02d997156292a73908cf98c88200b98b30c47fc54cd8c31e75ea5c130f3d82fe8d16a9d9e4a03f6a0f8f9231e7f311601a9320f1514a00950e23c33'
         'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New longer key) <kovid at kovidgoyal.net>
 
@@ -59,6 +59,7 @@
 
     LANG='en_US.UTF-8' python setup.py build
     LANG='en_US.UTF-8' python setup.py gui
+    python setup.py liberation_fonts --path-to-liberation_fonts /usr/share/fonts/liberation --system-liberation_fonts
     LANG='en_US.UTF-8' python setup.py mathjax --path-to-mathjax /usr/share/mathjax --system-mathjax
     LANG='en_US.UTF-8' python setup.py rapydscript
 }



More information about the arch-commits mailing list