[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42885] [PATCH 25/27] gnu: calibre: Add qtsvg as input.
From: |
Brendan Tildesley |
Subject: |
[bug#42885] [PATCH 25/27] gnu: calibre: Add qtsvg as input. |
Date: |
Wed, 10 Mar 2021 20:00:51 +1100 |
* gnu/packages/ebook.scm (calibre):[inputs]: Add qtsvg as an input.
This fixes part of the broken qt test, but not all. It still fails
printing to pdf.
---
gnu/packages/ebook.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index be367a5245..25a31c9a65 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -199,6 +199,7 @@
("python-regex" ,python-regex)
("python-speechd" ,speech-dispatcher)
("python-zeroconf" ,python-zeroconf)
+ ("qtsvg" ,qtsvg)
("qtwebengine" ,qtwebengine)
("sqlite" ,sqlite)))
(arguments
@@ -277,9 +278,8 @@ sip-include-dirs = [\"" pyqt "/share/sip" "\"]")))
;; This informs the tests we are a continuous integration
;; environment and thus have no networking.
(setenv "CI" "true")
- ;; The Qt test complains about being unable to load all image
plugins, and I
- ;; notice the available plugins list it shows lacks 'svg'.
Adding qtsvg doesn't
- ;; fix it, so I'm not sure how to fix it. TODO: Fix test and
remove this.
+ ;; The Qt test fails at printing to pdf:
+ ;; AssertionError: b'Skia/PDF' not found in b'' : Print to PDF
failed
(setenv "SKIP_QT_BUILD_TEST" "true")
#t)))
(add-after 'build 'build-extra
--
2.30.1
- [bug#42885] [PATCH 19/27] gnu: python-poppler-qt5: Update to 21.1.0., (continued)
- [bug#42885] [PATCH 19/27] gnu: python-poppler-qt5: Update to 21.1.0., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 22/27] gnu: python-html5lib: Add python-chardet input., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 23/27] gnu: calibre: Update to 5.13.0., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 23/27] gnu: calibre: Update to 5.13.0., Leo Famulari, 2021/03/23
- [bug#42885] [PATCH 23/27] gnu: calibre: Update to 5.13.0., Leo Famulari, 2021/03/23
- [bug#42885] [PATCH 23/27] gnu: calibre: Update to 5.13.0., Brendan Tildesley, 2021/03/23
- [bug#42885] [PATCH 23/27] gnu: calibre: Update to 5.13.0., Leo Famulari, 2021/03/29
- [bug#42885] [PATCH 23/27] gnu: calibre: Update to 5.13.0., Leo Famulari, 2021/03/29
- [bug#42885] [PATCH 23/27] gnu: calibre: Update to 5.13.0., Brendan Tildesley, 2021/03/30
- [bug#42885] [PATCH 23/27] gnu: calibre: Update to 5.13.0., Brendan Tildesley, 2021/03/30
[bug#42885] [PATCH 25/27] gnu: calibre: Add qtsvg as input.,
Brendan Tildesley <=
[bug#42885] [PATCH 27/27] gnu: Remove python2-pyqt., Brendan Tildesley, 2021/03/10
[bug#42885] [PATCH 26/27] gnu: Remove python2-pyqtwebengine., Brendan Tildesley, 2021/03/10