summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2021-05-17 15:25:56 -0400
committerStorm Dragon2021-05-17 15:25:56 -0400
commit8a52b7e537b874cf5b7f73ccbd76f39670838f48 (patch)
tree14a9be35c4ecbea4e0d382b8736626d259741db3
parentd92355d191d3301cdc4107bd6f4fffbff1c3d743 (diff)
downloadaur-fenrir.tar.gz
Added espeak-ng as a dependency so people won't have no speech if they just run without configuration.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f81190ad1982..597e3e5ed767 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = fenrir
arch = any
license = LGPL
makedepends = python-setuptools
+ depends = espeak-ng
depends = python
depends = python-pyudev
depends = python-daemonize
diff --git a/PKGBUILD b/PKGBUILD
index bbfd7b807733..7096503e8a5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='A user space console screen reader written in python3'
arch=('any')
url="https://linux-a11y.org/index.php?page=fenrir-screenreader"
license=('LGPL')
-depends=('python' 'python-pyudev' 'python-daemonize' 'python-evdev' 'python-dbus' 'python-pyte')
+depends=('espeak-ng' 'python' 'python-pyudev' 'python-daemonize' 'python-evdev' 'python-dbus' 'python-pyte')
optdepends=('brltty: For Braille support'
'gstreamer: for soundicons via gstreamer'
'socat: Control running Fenrir screenreader'