summaryrefslogtreecommitdiff
path: root/extra/brltty
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-28 03:35:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-28 03:35:53 +0000
commitdef73efccccb818d214cb818e8b4de8385444a43 (patch)
tree89db423b051ce9f971b6f7386ada2a3573b6e3b7 /extra/brltty
parenteb411a7c7cc929ada01019bd4c306116ce385693 (diff)
Fri Mar 28 03:32:00 UTC 2014
Diffstat (limited to 'extra/brltty')
-rw-r--r--extra/brltty/PKGBUILD24
1 files changed, 15 insertions, 9 deletions
diff --git a/extra/brltty/PKGBUILD b/extra/brltty/PKGBUILD
index e3e101a2e..cb6373270 100644
--- a/extra/brltty/PKGBUILD
+++ b/extra/brltty/PKGBUILD
@@ -1,28 +1,33 @@
-# $Id: PKGBUILD 203074 2014-01-03 11:03:11Z tomegun $
+# $Id: PKGBUILD 208810 2014-03-27 14:42:59Z fyan $
# 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=6
+pkgrel=7
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)
-makedepends=(bluez-libs at-spi2-core)
+makedepends=(bluez-libs at-spi2-core tcl)
optdepends=('bluez-libs: bluetooth support'
- 'at-spi2-core: X11/GNOME Apps accessibility'
- 'atk: ATK bridge for X11/GNOME accessibility')
+ '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
+source=(https://github.com/brltty/brltty/archive/${pkgname^^}-$pkgver.tar.gz
brltty.service)
+prepare() {
+ cd $pkgname-${pkgname^^}-$pkgver
+ ./autogen
+}
+
build() {
- cd $pkgname-$pkgver
+ cd $pkgname-${pkgname^^}-$pkgver
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--mandir=/usr/share/man \
--with-tables-directory=/usr/share/brltty \
@@ -35,10 +40,11 @@ build() {
}
package() {
- cd $pkgname-$pkgver
+ cd $pkgname-${pkgname^^}-$pkgver
make INSTALL_ROOT="$pkgdir" install
install -Dm644 Documents/brltty.conf "$pkgdir/etc/brltty.conf"
install -Dm644 ../brltty.service "$pkgdir/usr/lib/systemd/system/brltty.service"
}
-md5sums=('7b52fa7746fed41ed344a1f75ce55951'
+
+md5sums=('c21cfd64fd84b21739383e63e1ec81b3'
'0cad54bb5470122535f5e3a11d5ca123')