Date: Monday, November 21, 2016 @ 15:06:32
Author: lcarlier
Revision: 281756
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
xf86-video-nouveau/repos/staging-i686/
xf86-video-nouveau/repos/staging-i686/PKGBUILD
(from rev 281755, xf86-video-nouveau/trunk/PKGBUILD)
xf86-video-nouveau/repos/staging-i686/xf86-video-nouveau.install
(from rev 281755, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
xf86-video-nouveau/repos/staging-x86_64/
xf86-video-nouveau/repos/staging-x86_64/PKGBUILD
(from rev 281755, xf86-video-nouveau/trunk/PKGBUILD)
xf86-video-nouveau/repos/staging-x86_64/xf86-video-nouveau.install
(from rev 281755, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
-------------------------------------------+
staging-i686/PKGBUILD | 31 ++++++++++++++++++++++++++++
staging-i686/xf86-video-nouveau.install | 6 +++++
staging-x86_64/PKGBUILD | 31 ++++++++++++++++++++++++++++
staging-x86_64/xf86-video-nouveau.install | 6 +++++
4 files changed, 74 insertions(+)
Copied: xf86-video-nouveau/repos/staging-i686/PKGBUILD (from rev 281755,
xf86-video-nouveau/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2016-11-21 15:06:32 UTC (rev 281756)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke <[email protected]>
+# Contributor: buddabrod <[email protected]>
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.13
+pkgrel=2
+pkgdesc="Open Source 2D acceleration driver for nVidia cards"
+arch=('i686' 'x86_64')
+url="http://nouveau.freedesktop.org/"
+license=('GPL')
+depends=('libsystemd' 'mesa')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'systemd')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23'
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+install=$pkgname.install
+source=(https://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2{,.sig})
+sha256sums=('6d9242ba139c3df7afefffb455573b52f4427920b978161c00483c64a6da47cb'
+ 'SKIP')
+validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst
<[email protected]>
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: xf86-video-nouveau/repos/staging-i686/xf86-video-nouveau.install (from
rev 281755, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
===================================================================
--- staging-i686/xf86-video-nouveau.install (rev 0)
+++ staging-i686/xf86-video-nouveau.install 2016-11-21 15:06:32 UTC (rev
281756)
@@ -0,0 +1,6 @@
+post_install () {
+ cat << _EOF
+ ==> make sure you use KernelModeSetting (KMS)
+ ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}
Copied: xf86-video-nouveau/repos/staging-x86_64/PKGBUILD (from rev 281755,
xf86-video-nouveau/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-21 15:06:32 UTC (rev 281756)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke <[email protected]>
+# Contributor: buddabrod <[email protected]>
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.13
+pkgrel=2
+pkgdesc="Open Source 2D acceleration driver for nVidia cards"
+arch=('i686' 'x86_64')
+url="http://nouveau.freedesktop.org/"
+license=('GPL')
+depends=('libsystemd' 'mesa')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'systemd')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23'
'X-ABI-VIDEODRV_VERSION>=24')
+groups=('xorg-drivers')
+install=$pkgname.install
+source=(https://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2{,.sig})
+sha256sums=('6d9242ba139c3df7afefffb455573b52f4427920b978161c00483c64a6da47cb'
+ 'SKIP')
+validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst
<[email protected]>
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: xf86-video-nouveau/repos/staging-x86_64/xf86-video-nouveau.install
(from rev 281755, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
===================================================================
--- staging-x86_64/xf86-video-nouveau.install (rev 0)
+++ staging-x86_64/xf86-video-nouveau.install 2016-11-21 15:06:32 UTC (rev
281756)
@@ -0,0 +1,6 @@
+post_install () {
+ cat << _EOF
+ ==> make sure you use KernelModeSetting (KMS)
+ ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}