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

Laurent Carlier lcarlier at archlinux.org
Thu Oct 2 19:27:32 UTC 2014


    Date: Thursday, October 2, 2014 @ 21:27:31
  Author: lcarlier
Revision: 223775

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

Added:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
    (from rev 223774, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
    (from rev 223774, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
    (from rev 223774, xf86-video-nouveau/trunk/PKGBUILD)
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
    (from rev 223774, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
Deleted:
  xf86-video-nouveau/repos/extra-i686/PKGBUILD
  xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install

-----------------------------------------+
 /PKGBUILD                               |   58 ++++++++++++++++++++++++++++++
 /xf86-video-nouveau.install             |   12 ++++++
 extra-i686/PKGBUILD                     |   29 ---------------
 extra-i686/xf86-video-nouveau.install   |    6 ---
 extra-x86_64/PKGBUILD                   |   29 ---------------
 extra-x86_64/xf86-video-nouveau.install |    6 ---
 6 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-10-02 19:27:20 UTC (rev 223774)
+++ extra-i686/PKGBUILD	2014-10-02 19:27:31 UTC (rev 223775)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: buddabrod <buddabrod at gmail.com>
-
-pkgname=xf86-video-nouveau
-pkgver=1.0.11
-pkgrel=1
-pkgdesc="Open Source 2D acceleration driver for nVidia cards"
-arch=('i686' 'x86_64')
-url="http://nouveau.freedesktop.org/"
-license=('GPL')
-depends=('libdrm' 'systemd' 'nouveau-dri')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<18' 'X-ABI-VIDEODRV_VERSION>=19')
-groups=('xorg-drivers' 'xorg')
-install=$pkgname.install
-source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f84fe2b2787f3ea9419eac3aa86462b929a551b3dbc4de550cc83b67f3216848')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: xf86-video-nouveau/repos/extra-i686/PKGBUILD (from rev 223774, xf86-video-nouveau/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-10-02 19:27:31 UTC (rev 223775)
@@ -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.11
+pkgrel=2
+pkgdesc="Open Source 2D acceleration driver for nVidia cards"
+arch=('i686' 'x86_64')
+url="http://nouveau.freedesktop.org/"
+license=('GPL')
+depends=('libdrm' 'systemd' 'mesa-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<18' 'X-ABI-VIDEODRV_VERSION>=19')
+groups=('xorg-drivers' 'xorg')
+install=$pkgname.install
+source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f84fe2b2787f3ea9419eac3aa86462b929a551b3dbc4de550cc83b67f3216848')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/xf86-video-nouveau.install
===================================================================
--- extra-i686/xf86-video-nouveau.install	2014-10-02 19:27:20 UTC (rev 223774)
+++ extra-i686/xf86-video-nouveau.install	2014-10-02 19:27:31 UTC (rev 223775)
@@ -1,6 +0,0 @@
-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/extra-i686/xf86-video-nouveau.install (from rev 223774, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
===================================================================
--- extra-i686/xf86-video-nouveau.install	                        (rev 0)
+++ extra-i686/xf86-video-nouveau.install	2014-10-02 19:27:31 UTC (rev 223775)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-10-02 19:27:20 UTC (rev 223774)
+++ extra-x86_64/PKGBUILD	2014-10-02 19:27:31 UTC (rev 223775)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: buddabrod <buddabrod at gmail.com>
-
-pkgname=xf86-video-nouveau
-pkgver=1.0.11
-pkgrel=1
-pkgdesc="Open Source 2D acceleration driver for nVidia cards"
-arch=('i686' 'x86_64')
-url="http://nouveau.freedesktop.org/"
-license=('GPL')
-depends=('libdrm' 'systemd' 'nouveau-dri')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
-conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<18' 'X-ABI-VIDEODRV_VERSION>=19')
-groups=('xorg-drivers' 'xorg')
-install=$pkgname.install
-source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f84fe2b2787f3ea9419eac3aa86462b929a551b3dbc4de550cc83b67f3216848')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: xf86-video-nouveau/repos/extra-x86_64/PKGBUILD (from rev 223774, xf86-video-nouveau/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-10-02 19:27:31 UTC (rev 223775)
@@ -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.11
+pkgrel=2
+pkgdesc="Open Source 2D acceleration driver for nVidia cards"
+arch=('i686' 'x86_64')
+url="http://nouveau.freedesktop.org/"
+license=('GPL')
+depends=('libdrm' 'systemd' 'mesa-dri')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
+conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<18' 'X-ABI-VIDEODRV_VERSION>=19')
+groups=('xorg-drivers' 'xorg')
+install=$pkgname.install
+source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f84fe2b2787f3ea9419eac3aa86462b929a551b3dbc4de550cc83b67f3216848')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/xf86-video-nouveau.install
===================================================================
--- extra-x86_64/xf86-video-nouveau.install	2014-10-02 19:27:20 UTC (rev 223774)
+++ extra-x86_64/xf86-video-nouveau.install	2014-10-02 19:27:31 UTC (rev 223775)
@@ -1,6 +0,0 @@
-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/extra-x86_64/xf86-video-nouveau.install (from rev 223774, xf86-video-nouveau/trunk/xf86-video-nouveau.install)
===================================================================
--- extra-x86_64/xf86-video-nouveau.install	                        (rev 0)
+++ extra-x86_64/xf86-video-nouveau.install	2014-10-02 19:27:31 UTC (rev 223775)
@@ -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