[arch-commits] Commit in nouveau-drm/repos (3 files)
andyrtr at archlinux.org
andyrtr at archlinux.org
Mon Sep 21 15:38:39 UTC 2009
Date: Monday, September 21, 2009 @ 11:38:39
Author: andyrtr
Revision: 52555
Merged revisions 52550 via svnmerge from
svn+ssh://gerolde.archlinux.org/srv/svn-packages/nouveau-drm/trunk
........
r52550 | andyrtr | 2009-09-21 15:06:23 +0000 (Mo, 21 Sep 2009) | 2 lines
upgpkg: nouveau-drm 0.0.15_20090920-1
new snapshot 20090920; fix typo in install file #15856
........
Modified:
nouveau-drm/repos/testing-i686/ (properties)
nouveau-drm/repos/testing-i686/PKGBUILD
nouveau-drm/repos/testing-i686/nouveau-drm.install
---------------------+
PKGBUILD | 8 ++++----
nouveau-drm.install | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
Property changes on: nouveau-drm/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /nouveau-drm/trunk:1-51746
+ /nouveau-drm/trunk:1-52554
Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2009-09-21 15:15:51 UTC (rev 52554)
+++ testing-i686/PKGBUILD 2009-09-21 15:38:39 UTC (rev 52555)
@@ -3,8 +3,8 @@
# Contributor: buddabrod <buddabrod at gmail.com>
pkgname=nouveau-drm
-_snapdate=20090909
-pkgver=0.0.15_${_snapdate} # see drivers/gpu/drm/nouveau_drv.h for version
+_snapdate=20090920
+pkgver=0.0.15_${_snapdate} # see master/drivers/gpu/drm/nouveau/nouveau_drv.h for version
_kernver='2.6.31-ARCH'
pkgrel=1
pkgdesc="nvidia opensource X driver"
@@ -19,8 +19,6 @@
#http://people.freedesktop.org/~pq/nouveau-drm/master.tar.gz
# get the Makefile from http://cgit.freedesktop.org/nouveau/linux-2.6/plain/nouveau/Makefile?h=master-compat
Makefile)
-md5sums=('9c46ff084d305e8568dd318c8dccc531'
- '84e2fdf54c027372fbce6c0d81127c24')
build() {
cd ${srcdir}/master
@@ -39,3 +37,5 @@
# install script
sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" ${startdir}/${pkgname}.install
}
+md5sums=('1eaa4874e4e1ba31d29f56046c6d5f52'
+ '84e2fdf54c027372fbce6c0d81127c24')
Modified: testing-i686/nouveau-drm.install
===================================================================
--- testing-i686/nouveau-drm.install 2009-09-21 15:15:51 UTC (rev 52554)
+++ testing-i686/nouveau-drm.install 2009-09-21 15:38:39 UTC (rev 52555)
@@ -5,7 +5,7 @@
post_upgrade() {
post_install $1
- rmmod nouveau || echo 'In order to use the new nouneau module, exit Xserver and unload it manually.'
+ rmmod nouveau || echo 'In order to use the new nouveau module, exit Xserver and unload it manually.'
}
post_remove() {
More information about the arch-commits
mailing list