mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Adds missing client-side packages to Qubes-Dangerzone
Dangerzone was failing to convert documents in Qubes due to missing client-side dependencies. In particular poppler-utils, ghostscript and graphicsmagick. Fixes #647
This commit is contained in:
parent
9bad7ab3bb
commit
6c59b1f41d
1 changed files with 5 additions and 1 deletions
|
@ -70,9 +70,13 @@ Conflicts: dangerzone-qubes
|
|||
BuildRequires: python3-devel
|
||||
|
||||
%if 0%{?_qubes}
|
||||
# Qubes-only requirements
|
||||
# Qubes-only requirements (server-side)
|
||||
Requires: python3-magic
|
||||
Requires: libreoffice
|
||||
# Qubes-only requirements (client-side)
|
||||
Requires: GraphicsMagick
|
||||
Requires: ghostscript
|
||||
Requires: poppler-utils
|
||||
Requires: tesseract
|
||||
# Explicitly require every tesseract model:
|
||||
# See: https://github.com/freedomofpress/dangerzone/issues/431
|
||||
|
|
Loading…
Reference in a new issue