[arch-commits] Commit in xf86-video-unichrome/trunk (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Mon Apr 21 10:58:43 UTC 2008


    Date: Monday, April 21, 2008 @ 06:58:43
  Author: alexander
Revision: 616

* rebuilt against unichrome-dri 7.0.3rc3

Modified:
  xf86-video-unichrome/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-04-21 10:55:24 UTC (rev 615)
+++ PKGBUILD	2008-04-21 10:58:43 UTC (rev 616)
@@ -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=7
 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.3rc3')
+makedepends=('pkgconfig' 'xorg-server>=1.4.0.90' 'xorg-util-macros' 'xf86driproto' \
+             'glproto' 'mesa>=7.0.3rc3' '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