diff options
author | root <root@rshg054.dnsready.net> | 2013-04-24 00:49:38 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-24 00:49:38 -0700 |
commit | 6e4a9ce4b0809e1eeb57f514f5ea71e2e77355bb (patch) | |
tree | 777883bcc66e4420c1eaf7aaea255326b46690e7 /extra/brltty | |
parent | d1d93fafb9ef98fdd0c9a5a486c179c03cbbfb33 (diff) |
Wed Apr 24 00:49:37 PDT 2013
Diffstat (limited to 'extra/brltty')
-rw-r--r-- | extra/brltty/PKGBUILD | 21 | ||||
-rw-r--r-- | extra/brltty/brltty.service | 2 |
2 files changed, 13 insertions, 10 deletions
diff --git a/extra/brltty/PKGBUILD b/extra/brltty/PKGBUILD index c86f5b324..b374331bd 100644 --- a/extra/brltty/PKGBUILD +++ b/extra/brltty/PKGBUILD @@ -1,31 +1,32 @@ -# $Id: PKGBUILD 183336 2013-04-21 22:08:36Z heftig $ -# Maintainer: +# $Id: PKGBUILD 183561 2013-04-23 13:10:19Z tomegun $ +# Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: Giovanni Scafora <giovanni@archlinux.org> pkgname=brltty pkgver=4.5 -pkgrel=1 +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>=51.1' 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 source=(http://mielke.cc/$pkgname/releases/$pkgname-$pkgver.tar.gz brltty.service) -md5sums=('7b52fa7746fed41ed344a1f75ce55951' - '7acecd700b9f94d76fe4a6ad56cb0448') + build() { cd $pkgname-$pkgver ./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 @@ -39,3 +40,5 @@ package() { install -Dm644 Documents/brltty.conf "$pkgdir/etc/brltty.conf" install -Dm644 ../brltty.service "$pkgdir/usr/lib/systemd/system/brltty.service" } +md5sums=('7b52fa7746fed41ed344a1f75ce55951' + '0cad54bb5470122535f5e3a11d5ca123') diff --git a/extra/brltty/brltty.service b/extra/brltty/brltty.service index 1b9d55e32..4ef39c3fc 100644 --- a/extra/brltty/brltty.service +++ b/extra/brltty/brltty.service @@ -9,4 +9,4 @@ Type=forking PIDFile=/run/brltty.pid [Install] -WantedBy=multi-user.target +WantedBy=sysinit.target |