[arch-commits] Commit in xf86-video-nouveau/repos (6 files)

Laurent Carlier lcarlier at nymeria.archlinux.org
Wed Jun 12 15:03:16 UTC 2013


    Date: Wednesday, June 12, 2013 @ 17:03:16
  Author: lcarlier
Revision: 188194

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  xf86-video-nouveau/repos/testing-i686/
  xf86-video-nouveau/repos/testing-i686/PKGBUILD
    (from rev 188193, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install
    (from rev 188193, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
  xf86-video-nouveau/repos/testing-x86_64/
  xf86-video-nouveau/repos/testing-x86_64/PKGBUILD
    (from rev 188193, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/testing-x86_64/xf86-video-nouveau.install
    (from rev 188193, xf86-video-nouveau/trunk/xf86-video-nouveau.install)

-------------------------------------------+
 testing-i686/PKGBUILD                     |   30 ++++++++++++++++++++++++++++
 testing-i686/xf86-video-nouveau.install   |    6 +++++
 testing-x86_64/PKGBUILD                   |   30 ++++++++++++++++++++++++++++
 testing-x86_64/xf86-video-nouveau.install |    6 +++++
 4 files changed, 72 insertions(+)

Copied: xf86-video-nouveau/repos/testing-i686/PKGBUILD (from rev 188193, xf86-video-nouveau/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-06-12 15:03:16 UTC (rev 188194)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: buddabrod <buddabrod at gmail.com>
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.8
+pkgrel=1
+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' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.14.0' 'X-ABI-VIDEODRV_VERSION<14' 'X-ABI-VIDEODRV_VERSION>=15')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+install=$pkgname.install
+source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9b904314b8e9c7a5800724a6a31038ed88fa3fcfd35da6f4015fc104c8283617')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install (from rev 188193, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
===================================================================
--- testing-i686/xf86-video-nouveau.install	                        (rev 0)
+++ testing-i686/xf86-video-nouveau.install	2013-06-12 15:03:16 UTC (rev 188194)
@@ -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/testing-x86_64/PKGBUILD (from rev 188193, xf86-video-nouveau/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-06-12 15:03:16 UTC (rev 188194)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: buddabrod <buddabrod at gmail.com>
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.8
+pkgrel=1
+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' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server<1.14.0' 'X-ABI-VIDEODRV_VERSION<14' 'X-ABI-VIDEODRV_VERSION>=15')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+install=$pkgname.install
+source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9b904314b8e9c7a5800724a6a31038ed88fa3fcfd35da6f4015fc104c8283617')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: xf86-video-nouveau/repos/testing-x86_64/xf86-video-nouveau.install (from rev 188193, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
===================================================================
--- testing-x86_64/xf86-video-nouveau.install	                        (rev 0)
+++ testing-x86_64/xf86-video-nouveau.install	2013-06-12 15:03:16 UTC (rev 188194)
@@ -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
+}




More information about the arch-commits mailing list