summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaffaele Mancuso2023-07-08 12:51:10 +0200
committerRaffaele Mancuso2023-07-08 12:51:10 +0200
commit1ee8c651d270230989cdeedba97de773c09172fa (patch)
tree935e8d62b2a7d9f9b014ba11b1f5b52ae5ba0757
parentccf2217c9d8697403fba775effdc1eab6402439d (diff)
downloadaur-1ee8c651d270230989cdeedba97de773c09172fa.tar.gz
Optional dependencies for Text To Speech
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7f32df660f1..c17cda1dd15b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,6 +24,10 @@ makedepends=('git'
'qt6-declarative'
'qt6-multimedia'
)
+optdepends=(
+ 'flite: Text-To-Speech using flite synthesizer',
+ 'libspeechd: Text-To-Speech using speechd synthesizer'
+)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("$pkgname"::'git+https://github.com/JakubMelka/PDF4QT'