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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Oct 6 16:31:50 UTC 2012


    Date: Saturday, October 6, 2012 @ 12:31:50
  Author: andyrtr
Revision: 168159

upgpkg: xf86-video-nouveau 1.0.2-2

rebuild for new Xorg-server; depend on the server ABI; fix makedeps

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-06 16:28:48 UTC (rev 168158)
+++ PKGBUILD	2012-10-06 16:31:50 UTC (rev 168159)
@@ -4,14 +4,14 @@
 
 pkgname=xf86-video-nouveau
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Open Source 2D acceleration driver for nVidia cards"
 arch=('i686' 'x86_64')
 url="http://nouveau.freedesktop.org/"
 license=('GPL')
 depends=('libdrm' 'udev' 'nouveau-dri')
-makedepends=('xorg-server-devel' 'xf86driproto')
-conflicts=('xorg-server<1.11.99.902')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=13' 'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.13.0' 'X-ABI-VIDEODRV_VERSION<13' 'X-ABI-VIDEODRV_VERSION>=14')
 options=('!libtool')
 install=$pkgname.install
 source=($url/release/$pkgname-$pkgver.tar.bz2)




More information about the arch-commits mailing list