Date: Saturday, December 18, 2021 @ 12:42:19 Author: alerque Revision: 1076750
upgpkg: calibre 5.34.0-2; drop xvfb build workaround, no longer needed Modified: calibre/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-18 12:42:11 UTC (rev 1076749) +++ PKGBUILD 2021-12-18 12:42:19 UTC (rev 1076750) @@ -1,5 +1,6 @@ # Maintainer: Jelle van der Waa <[email protected]> -# Maintainer: Eli Schwartz <[email protected]> +# Maintainer: Caleb Maclennan <[email protected]> +# Contributor: Eli Schwartz <[email protected]> # Contributor: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Giovanni Scafora <[email protected]> # Contributor: Petrov Roman <[email protected]> @@ -9,7 +10,7 @@ pkgbase=calibre pkgname=calibre pkgver=5.34.0 -pkgrel=1 +pkgrel=2 pkgdesc="Ebook management application" arch=('x86_64') url="https://calibre-ebook.com/" @@ -22,7 +23,6 @@ 'libwmf' 'mathjax' 'mtdev' 'optipng' 'podofo' "${_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' 'speech-dispatcher: TTS support in the viewer') conflicts=('calibre-common' 'calibre-python3') @@ -76,10 +76,7 @@ 'pycryptodome' ) - # without xvfb-run this fails with much "Control socket failed to recv(), resetting" - # ERROR: test_websocket_perf (calibre.srv.tests.web_sockets.WebSocketTest) - # one or two tests are a bit flaky, but the python3 build seems to succeed more often - LANG='en_US.UTF-8' xvfb-run python setup.py test "${_test_excludes[@]/#/--exclude-test-name=}" + LANG='en_US.UTF-8' python setup.py test "${_test_excludes[@]/#/--exclude-test-name=}" } package() {
