[arch-commits] Commit in brltty/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Sat Nov 8 22:19:44 UTC 2008
Date: Saturday, November 8, 2008 @ 17:19:43
Author: giovanni
Revision: 18733
Merged revisions 18687 via svnmerge from
svn+ssh://archlinux.org/home/svn-packages/brltty/trunk
........
r18687 | jgc | 2008-11-08 08:55:57 -0800 (sab, 08 nov 2008) | 2 lines
upgpkg: brltty 3.10-1
Update and build against new libXaw
........
Modified:
brltty/repos/extra-x86_64/ (properties)
brltty/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Property changes on: brltty/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /brltty/trunk:1-3498
+ /brltty/trunk:1-18731
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-11-08 22:18:51 UTC (rev 18732)
+++ extra-x86_64/PKGBUILD 2008-11-08 22:19:43 UTC (rev 18733)
@@ -2,20 +2,20 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
# Contributor: William Rea <sillywilly at gmail.com>
pkgname=brltty
-pkgver=3.9
+pkgver=3.10
pkgrel=1
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>=1.20.4')
+depends=('libxaw' 'at-spi>=1.24.0' 'gpm>=1.20.5' 'icu' 'python>=2.6')
options=('!makeflags')
source=(http://mielke.cc/brltty/releases/brltty-${pkgver}.tar.gz)
-md5sums=('7ce54ba2d38b7c220870e8c781f36743')
+md5sums=('d52f332a29e00495d166e7f45403fa9d')
build() {
- cd ${startdir}/src/brltty-${pkgver}
- CFLAGS+="${CFLAGS} -D_GNU_SOURCE" ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --enable-gpm
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ CFLAGS+="${CFLAGS} -D_GNU_SOURCE" ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --enable-gpm || return 1
make || return 1
- make INSTALL_ROOT=${startdir}/pkg install
+ make INSTALL_ROOT="${pkgdir}" install || return 1
}
More information about the arch-commits
mailing list