[arch-commits] Commit in brltty/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Feb 14 07:20:44 UTC 2019


    Date: Thursday, February 14, 2019 @ 07:20:41
  Author: arojas
Revision: 346254

make espeak optional (FS#61752)

Modified:
  brltty/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-14 00:59:36 UTC (rev 346253)
+++ PKGBUILD	2019-02-14 07:20:41 UTC (rev 346254)
@@ -5,16 +5,17 @@
 
 pkgname=brltty
 pkgver=5.6
-pkgrel=7
+pkgrel=8
 pkgdesc="Braille display driver for Linux/Unix"
 arch=(x86_64)
 url="http://mielke.cc/brltty"
 license=(GPL LGPL)
-depends=(libxaw gpm icu tcl bluez-libs espeak)
-makedepends=(at-spi2-core tcl speech-dispatcher cython)
+depends=(libxaw gpm icu tcl bluez-libs)
+makedepends=(at-spi2-core tcl speech-dispatcher cython espeak)
 optdepends=('at-spi2-core: X11/GNOME Apps accessibility'
             'atk: ATK bridge for X11/GNOME accessibility'
-            'speech-dispatcher: speech-dispatcher driver')
+            'speech-dispatcher: speech-dispatcher driver'
+            'espeak: espeak driver')
 backup=(etc/brltty.conf)
 options=('!emptydirs')
 install=brltty.install



More information about the arch-commits mailing list