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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Oct 6 20:07:48 UTC 2012


    Date: Saturday, October 6, 2012 @ 16:07:48
  Author: andyrtr
Revision: 168232

db-move: moved xf86-video-nouveau from [staging] to [testing] (i686, x86_64)

Added:
  xf86-video-nouveau/repos/testing-i686/
  xf86-video-nouveau/repos/testing-i686/PKGBUILD
    (from rev 168199, xf86-video-nouveau/repos/staging-i686/PKGBUILD)
  xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install
    (from rev 168199, xf86-video-nouveau/repos/staging-i686/xf86-video-nouveau.install)
  xf86-video-nouveau/repos/testing-x86_64/
  xf86-video-nouveau/repos/testing-x86_64/PKGBUILD
    (from rev 168199, xf86-video-nouveau/repos/staging-x86_64/PKGBUILD)
  xf86-video-nouveau/repos/testing-x86_64/xf86-video-nouveau.install
    (from rev 168199, xf86-video-nouveau/repos/staging-x86_64/xf86-video-nouveau.install)
Deleted:
  xf86-video-nouveau/repos/staging-i686/
  xf86-video-nouveau/repos/staging-x86_64/

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

Copied: xf86-video-nouveau/repos/testing-i686/PKGBUILD (from rev 168199, xf86-video-nouveau/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-10-06 20:07:48 UTC (rev 168232)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: buddabrod <buddabrod at gmail.com>
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.2
+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' '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)
+sha256sums=('765731c2a91d434d4360517a128d18af70b158f727e49813f1a42e26cccbc45d')
+
+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 168199, xf86-video-nouveau/repos/staging-i686/xf86-video-nouveau.install)
===================================================================
--- testing-i686/xf86-video-nouveau.install	                        (rev 0)
+++ testing-i686/xf86-video-nouveau.install	2012-10-06 20:07:48 UTC (rev 168232)
@@ -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 168199, xf86-video-nouveau/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-10-06 20:07:48 UTC (rev 168232)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: buddabrod <buddabrod at gmail.com>
+
+pkgname=xf86-video-nouveau
+pkgver=1.0.2
+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' '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)
+sha256sums=('765731c2a91d434d4360517a128d18af70b158f727e49813f1a42e26cccbc45d')
+
+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 168199, xf86-video-nouveau/repos/staging-x86_64/xf86-video-nouveau.install)
===================================================================
--- testing-x86_64/xf86-video-nouveau.install	                        (rev 0)
+++ testing-x86_64/xf86-video-nouveau.install	2012-10-06 20:07:48 UTC (rev 168232)
@@ -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