diff options
author | Raffaele Mancuso | 2023-07-08 12:51:10 +0200 |
---|---|---|
committer | Raffaele Mancuso | 2023-07-08 12:51:10 +0200 |
commit | 1ee8c651d270230989cdeedba97de773c09172fa (patch) | |
tree | 935e8d62b2a7d9f9b014ba11b1f5b52ae5ba0757 | |
parent | ccf2217c9d8697403fba775effdc1eab6402439d (diff) | |
download | aur-1ee8c651d270230989cdeedba97de773c09172fa.tar.gz |
Optional dependencies for Text To Speech
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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' |