[arch-commits] Commit in xf86-video-nouveau/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Mon May 17 17:42:29 UTC 2010
Date: Monday, May 17, 2010 @ 13:42:28
Author: andyrtr
Revision: 80482
upgpkg: xf86-video-nouveau 0.0.16_git20100517-1
update snapshot; fix dep for new kernel
Modified:
xf86-video-nouveau/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-05-17 16:37:52 UTC (rev 80481)
+++ PKGBUILD 2010-05-17 17:42:28 UTC (rev 80482)
@@ -3,21 +3,21 @@
# Contributor: buddabrod <buddabrod at gmail.com>
pkgname=xf86-video-nouveau
-_gitdate=20100428
+_gitdate=20100517
pkgver=0.0.16_git${_gitdate} # see configure.ac
pkgrel=1
pkgdesc="Open Source 3D 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=('nouveau-drm>=0.0.16_20100313' 'libdrm>=2.4.19')
+depends=('libdrm>=2.4.19' 'udev')
optdepends=('nouveau-dri: highly experimental gallium3d features')
-makedepends=('pkgconfig' 'xorg-server>=1.8.0' 'mesa>=7.8' 'glproto>=1.4.11' 'xorg-util-macros' 'xf86driproto' 'autoconf' 'nouveau-dri>=7.8.1')
+makedepends=('pkgconfig' 'xorg-server>=1.8.0' 'mesa>=7.8.1' 'glproto>=1.4.11' 'xorg-util-macros' 'xf86driproto' 'autoconf' 'nouveau-dri>=7.8.1')
conflicts=('xorg-server<1.8.0')
options=('!libtool') # 'force'
install=${pkgname}.install
source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
-md5sums=('98d840d751ba42f367700ed236e0c398')
+md5sums=('787f5cbba1f14f4ffcafbb00516abdad')
# source PKGBUILD && mksource
mksource() {
@@ -33,5 +33,9 @@
cd ${srcdir}/xf86-video-nouveau-${_gitdate}
./autogen.sh --prefix=/usr || return 1
make || return 1
+}
+
+package() {
+ cd ${srcdir}/xf86-video-nouveau-${_gitdate}
make DESTDIR=${pkgdir} install || return 1
}
More information about the arch-commits
mailing list