[arch-commits] Commit in xf86-video-nouveau/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sat Dec 12 09:20:16 UTC 2015


    Date: Saturday, December 12, 2015 @ 10:20:16
  Author: andyrtr
Revision: 255824

upgpkg: xf86-video-nouveau 1.0.12-1

upstream update 1.0.12

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

----------+
 PKGBUILD |   32 +++++++++++++++++---------------
 1 file changed, 17 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-12 07:46:53 UTC (rev 255823)
+++ PKGBUILD	2015-12-12 09:20:16 UTC (rev 255824)
@@ -3,7 +3,8 @@
 # Contributor: buddabrod <buddabrod at gmail.com>
 
 pkgname=xf86-video-nouveau
-pkgver=1.0.11+31+g1ff13a9
+#pkgver=1.0.11+31+g1ff13a9
+pkgver=1.0.12
 pkgrel=1
 pkgdesc="Open Source 2D acceleration driver for nVidia cards"
 arch=('i686' 'x86_64')
@@ -14,29 +15,30 @@
 conflicts=('xorg-server<1.16' 'X-ABI-VIDEODRV_VERSION<20' 'X-ABI-VIDEODRV_VERSION>=21')
 groups=('xorg-drivers' 'xorg')
 install=$pkgname.install
-#source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
-source=('git://anongit.freedesktop.org/nouveau/xf86-video-nouveau#commit=1ff13a9')
+source=(http://xorg.freedesktop.org/archive/individual/driver/$pkgname-$pkgver.tar.bz2)
+#source=('git://anongit.freedesktop.org/nouveau/xf86-video-nouveau#commit=1ff13a9')
 sha256sums=('SKIP')
+sha256sums=('0ea057ad7fc31caba2d4e46c7e418fe2b3c762b04fb8d382f53383397fd8391e')
 
-pkgver() {
-  cd $pkgname
-  git describe --long | sed 's/xf86-video-nouveau-//' | sed 's/-/+/g'
-}
+#pkgver() {
+#  cd $pkgname
+#  git describe --long | sed 's/xf86-video-nouveau-//' | sed 's/-/+/g'
+#}
 
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
+#prepare() {
+#  cd $pkgname
+#  NOCONFIGURE=1 ./autogen.sh
+#}
 
 build() {
-#  cd $pkgname-$pkgver
-  cd $pkgname
+  cd $pkgname-$pkgver
+#  cd $pkgname
   ./configure --prefix=/usr
   make
 }
 
 package() {
-#  cd $pkgname-$pkgver
-  cd $pkgname
+  cd $pkgname-$pkgver
+#  cd $pkgname
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list