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

Eric Belanger eric at archlinux.org
Wed Jun 18 01:49:01 UTC 2008


    Date: Tuesday, June 17, 2008 @ 21:49:00
  Author: eric
Revision: 2993

upgpkg: brltty 3.7.2-2
    rebuilt against gpm 1.20.4, added arch tag, FSH man pages

Modified:
  brltty/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-18 01:46:34 UTC (rev 2992)
+++ PKGBUILD	2008-06-18 01:49:00 UTC (rev 2993)
@@ -3,11 +3,12 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 pkgname=brltty
 pkgver=3.7.2
-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' 'at-spi>=1.7.11' 'gpm')
+depends=('libxaw' 'at-spi>=1.7.11' 'gpm>=1.20.4')
 source=(http://mielke.cc/brltty/releases/brltty-${pkgver}.tar.gz
 	fix-kernelincludes.patch)
 md5sums=('0ae3da8252783a4d20e1ed4e55cede5b' '27e8a1ecbfe76764626220c3a064118a')
@@ -15,7 +16,7 @@
 build() {
   cd ${startdir}/src/brltty-${pkgver}
   patch -Np1 -i ${startdir}/src/fix-kernelincludes.patch || return 1
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-gpm
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --enable-gpm
   make || return 1
   make INSTALL_ROOT=${startdir}/pkg install
 }





More information about the arch-commits mailing list