[arch-commits] Commit in xf86-video-nouveau/repos (10 files)
Ionut Biru
ibiru at archlinux.org
Thu Oct 25 05:32:33 UTC 2012
Date: Thursday, October 25, 2012 @ 01:32:33
Author: ibiru
Revision: 169655
db-move: moved xf86-video-nouveau from [testing] to [extra] (i686, x86_64)
Added:
xf86-video-nouveau/repos/extra-i686/PKGBUILD
(from rev 169654, xf86-video-nouveau/repos/testing-i686/PKGBUILD)
xf86-video-nouveau/repos/extra-i686/xf86-video-nouveau.install
(from rev 169654, xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install)
xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
(from rev 169654, xf86-video-nouveau/repos/testing-x86_64/PKGBUILD)
xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
(from rev 169654, xf86-video-nouveau/repos/testing-x86_64/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
xf86-video-nouveau/repos/testing-i686/
xf86-video-nouveau/repos/testing-x86_64/
-----------------------------------------+
extra-i686/PKGBUILD | 58 +++++++++++++++---------------
extra-i686/xf86-video-nouveau.install | 12 +++---
extra-x86_64/PKGBUILD | 58 +++++++++++++++---------------
extra-x86_64/xf86-video-nouveau.install | 12 +++---
4 files changed, 70 insertions(+), 70 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-10-25 03:35:23 UTC (rev 169654)
+++ extra-i686/PKGBUILD 2012-10-25 05:32:33 UTC (rev 169655)
@@ -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.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/extra-i686/PKGBUILD (from rev 169654, xf86-video-nouveau/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-25 05:32:33 UTC (rev 169655)
@@ -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.3
+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=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=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a2ae34046324e1ec620f5a8dee3c8fe5a295acbb5d51825604c8ad28fb75a559')
+
+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 2012-10-25 03:35:23 UTC (rev 169654)
+++ extra-i686/xf86-video-nouveau.install 2012-10-25 05:32:33 UTC (rev 169655)
@@ -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 169654, xf86-video-nouveau/repos/testing-i686/xf86-video-nouveau.install)
===================================================================
--- extra-i686/xf86-video-nouveau.install (rev 0)
+++ extra-i686/xf86-video-nouveau.install 2012-10-25 05:32:33 UTC (rev 169655)
@@ -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 2012-10-25 03:35:23 UTC (rev 169654)
+++ extra-x86_64/PKGBUILD 2012-10-25 05:32:33 UTC (rev 169655)
@@ -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.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/extra-x86_64/PKGBUILD (from rev 169654, xf86-video-nouveau/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2012-10-25 05:32:33 UTC (rev 169655)
@@ -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.3
+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=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=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a2ae34046324e1ec620f5a8dee3c8fe5a295acbb5d51825604c8ad28fb75a559')
+
+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 2012-10-25 03:35:23 UTC (rev 169654)
+++ extra-x86_64/xf86-video-nouveau.install 2012-10-25 05:32:33 UTC (rev 169655)
@@ -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 169654, xf86-video-nouveau/repos/testing-x86_64/xf86-video-nouveau.install)
===================================================================
--- extra-x86_64/xf86-video-nouveau.install (rev 0)
+++ extra-x86_64/xf86-video-nouveau.install 2012-10-25 05:32:33 UTC (rev 169655)
@@ -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