Date: Monday, February 29, 2016 @ 12:15:31 Author: bpiotrowski Revision: 260366
upgpkg: brltty 5.3.1-2 enable espeak support Modified: brltty/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-29 09:48:03 UTC (rev 260365) +++ PKGBUILD 2016-02-29 11:15:31 UTC (rev 260366) @@ -5,13 +5,13 @@ pkgname=brltty pkgver=5.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="Braille display driver for Linux/Unix" arch=(i686 x86_64) url="http://mielke.cc/brltty" license=(GPL LGPL) -depends=(libxaw gpm icu tcl cython bluez-libs) -makedepends=(at-spi2-core tcl) +depends=(libxaw gpm icu tcl cython bluez-libs espeak) +makedepends=(at-spi2-core tcl speech-dispatcher) optdepends=('at-spi2-core: X11/GNOME Apps accessibility' 'atk: ATK bridge for X11/GNOME accessibility') backup=(etc/brltty.conf) @@ -30,7 +30,6 @@ --with-screen-driver=lx \ --enable-gpm \ --disable-java-bindings \ - --disable-static make }
