[arch-commits] Commit in xf86-video-unichrome/repos (3 files)
Jan de Groot
jgc at archlinux.org
Wed May 14 19:07:17 UTC 2008
Date: Wednesday, May 14, 2008 @ 15:07:16
Author: jgc
Revision: 1688
Move to extra
Modified:
xf86-video-unichrome/repos/extra-x86_64/ (properties)
xf86-video-unichrome/repos/extra-x86_64/PKGBUILD
Deleted:
xf86-video-unichrome/repos/testing-x86_64/
----------+
PKGBUILD | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
Property changes on: xf86-video-unichrome/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /xf86-video-unichrome/trunk:1
+ /xf86-video-unichrome/trunk:1-1687
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-05-14 19:05:09 UTC (rev 1687)
+++ extra-x86_64/PKGBUILD 2008-05-14 19:07:16 UTC (rev 1688)
@@ -1,14 +1,14 @@
# $Id$
-#Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=xf86-video-unichrome
pkgver=0.2.6
-pkgrel=6
+pkgrel=8
pkgdesc="Unichrome video drivers for X.Org"
arch=(i686 x86_64)
url="http://unichrome.sf.net/"
-depends=('unichrome-dri>=7.0.1')
-makedepends=('pkgconfig' 'xorg-server>=1.4' 'xorg-util-macros' 'xf86driproto' \
- 'glproto' 'mesa>=7.0.1' 'autoconf' 'automake' 'libtool')
+depends=('unichrome-dri>=7.0.3')
+makedepends=('pkgconfig' 'xorg-server>=1.4.0.90' 'xorg-util-macros' 'xf86driproto' \
+ 'glproto' 'mesa>=7.0.3' 'autoconf' 'automake' 'libtool')
options=('!libtool')
conflicts=('xf86-video-via' 'openchrome')
groups=('xorg-video-drivers')
@@ -20,8 +20,7 @@
cd ${startdir}/src/${pkgname}-${pkgver}
patch -Np1 -i ${startdir}/src/fix-defines.patch || return 1
./autogen.sh --prefix=/usr \
- --enable-dri \
- --build=${CHOST} --host=${CHOST}
+ --enable-dri
make || return 1
make DESTDIR=${startdir}/pkg install || return 1
}
More information about the arch-commits
mailing list