Date: Tuesday, April 23, 2013 @ 14:32:17 Author: tomegun Revision: 183559
upgpkg: brltty 4.5-3 change default screen driver to Linux Modified: brltty/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-23 10:01:48 UTC (rev 183558) +++ PKGBUILD 2013-04-23 12:32:17 UTC (rev 183559) @@ -5,14 +5,16 @@ pkgname=brltty pkgver=4.5 -pkgrel=2 +pkgrel=3 pkgdesc="Braille display driver for Linux/Unix" arch=(i686 x86_64) url="http://mielke.cc/brltty" license=(GPL LGPL) -depends=(libxaw at-spi2-core gpm 'icu' tcl atk cython) -makedepends=(bluez) -optdepends=('bluez: bluetooth support') +depends=(libxaw gpm icu tcl cython) +makedepends=(bluez at-spi2-core) +optdepends=('bluez: bluetooth support' + 'at-spi2-core: X11/GNOME Apps accessibility' + 'atk: ATK bridge for X11/GNOME accessibility') backup=(etc/brltty.conf) options=('!emptydirs') install=brltty.install @@ -24,7 +26,7 @@ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --mandir=/usr/share/man \ --with-tables-directory=/usr/share/brltty \ - --with-screen-driver=a2 \ + --with-screen-driver=lx \ --enable-gpm \ --disable-java-bindings \ --disable-static
