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

Ionut Biru ibiru at archlinux.org
Tue Jun 12 02:03:08 UTC 2012


    Date: Monday, June 11, 2012 @ 22:03:07
  Author: ibiru
Revision: 161499

rebuild against new libdrm, get new snapshot

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-12 01:59:59 UTC (rev 161498)
+++ PKGBUILD	2012-06-12 02:03:07 UTC (rev 161499)
@@ -3,21 +3,21 @@
 # Contributor: buddabrod <buddabrod at gmail.com>
 
 pkgname=xf86-video-nouveau
-_gitdate=20120512
+_gitdate=20120612
 pkgver=0.0.16_git${_gitdate} # see configure.ac
-pkgrel=2
+pkgrel=1
 pkgdesc="Open Source 2D acceleration driver for nVidia cards (experimental)"
 arch=('i686' 'x86_64')
 url="http://nouveau.freedesktop.org/wiki/"
 license=('GPL') #and MIT, not yet a license file, see http://nouveau.freedesktop.org/wiki/FAQ#head-09f75d03eb30011c754038a3893119a70745de4e
-depends=('libdrm-nouveau' 'udev')
+depends=('libdrm' 'udev')
 optdepends=('nouveau-dri:       experimental gallium3d features')
-makedepends=('xorg-server-devel' 'libdrm-new' 'xf86driproto')
+makedepends=('xorg-server-devel' 'xf86driproto')
 conflicts=('xorg-server<1.11.99.902')
 options=('!libtool')
 install=$pkgname.install
 source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
-md5sums=('3e27e283219936d64c194eca24cd81cd')
+md5sums=('d72338b96fa4c8356f69f10692dbc6d9')
 
 # source PKGBUILD && mksource
 mksource() {
@@ -30,12 +30,12 @@
 }
 
 build() {
-  cd $srcdir/xf86-video-nouveau-${_gitdate}
+  cd xf86-video-nouveau-${_gitdate}
   ./autogen.sh --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/xf86-video-nouveau-${_gitdate}
-  make DESTDIR=$pkgdir install
+  cd xf86-video-nouveau-${_gitdate}
+  make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list