diff --git a/accessibility/brltty/actions.py b/accessibility/brltty/actions.py
index 26e141bd86..a396a8917a 100644
--- a/accessibility/brltty/actions.py
+++ b/accessibility/brltty/actions.py
@@ -11,10 +11,12 @@ from pisi.actionsapi import shelltools
def setup():
pisitools.flags.add(" -lspeechd")
+ shelltools.export("PYTHON","/usr/bin/python3")
autotools.configure(" \
--with-tables-directory=/usr/share/brltty \
--with-screen-driver=lx \
--enable-gpm \
+ --with-espeak \
--with-install-root='%s' \
--with-writable-directory='/run/brltty' \
--disable-java-bindings" % get.installDIR())
@@ -24,6 +26,8 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ autotools.rawInstall("DESTDIR=%s install-udev" % get.installDIR())
+ autotools.rawInstall("DESTDIR=%s install-polkit" % get.installDIR())
#pisitools.removeDir("/run")
pisitools.removeDir("/var")
pisitools.dodoc("LICENSE*", "README")
diff --git a/accessibility/brltty/pspec.xml b/accessibility/brltty/pspec.xml
index 9e2655fc8e..1a37a5549b 100644
--- a/accessibility/brltty/pspec.xml
+++ b/accessibility/brltty/pspec.xml
@@ -16,16 +16,20 @@
gpm
bzip2
tcl-devel
+ atk-devel
dbus-devel
+ polkit-devel
glib2-devel
icu4c-devel
expat-devel
libXt-devel
libX11-devel
espeak-devel
+ espeak-ng-devel
cython
+ cython3
polkit-devel
- python-devel
+ python3-devel
ncurses-devel
libpcre2-devel
alsa-lib-devel
@@ -33,6 +37,7 @@
libXtst-devel
liblouis-devel
bluez-libs-devel
+ at-spi2-atk-devel
at-spi2-core-devel
speech-dispatcher-devel
@@ -53,11 +58,13 @@
libXt
libX11
espeak
+ espeak-ng
libXaw
libXtst
libpcre2
alsa-lib
liblouis
+ libXfixes
bluez-libs
at-spi2-core
speech-dispatcher
@@ -65,6 +72,7 @@
/etc
/usr/bin
+ /usr/libexec/brltty/udev-wrapper
/usr/lib
/usr/share/locale
/usr/share/man
@@ -87,7 +95,7 @@
- 2021-05-02
+ 2021-05-21
6.3
Version bump.
Mustafa Cinasal