[arch-commits] Commit in nouveau-drm-lts/trunk (PKGBUILD nouveau-drm.install)

Tobias Powalowski tpowa at archlinux.org
Mon May 10 18:55:39 UTC 2010


    Date: Monday, May 10, 2010 @ 14:55:39
  Author: tpowa
Revision: 80038

upgpkg: nouveau-drm 0.0.16_20100313-1
newpkg: build against lts kernel

Modified:
  nouveau-drm-lts/trunk/PKGBUILD
  nouveau-drm-lts/trunk/nouveau-drm.install

---------------------+
 PKGBUILD            |    2 +-
 nouveau-drm.install |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-10 18:54:00 UTC (rev 80037)
+++ PKGBUILD	2010-05-10 18:55:39 UTC (rev 80038)
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 url="http://nouveau.freedesktop.org/"
 depends=("kernel26-lts>=2.6.32" "kernel26-lts<2.6.33")
-makedepends=("kernel26-lts-headers>=2.6.32" "kernel26-headers<2.6.33")
+makedepends=("kernel26-lts-headers>=2.6.32" "kernel26-lts-headers<2.6.33")
 # http://nouveau.freedesktop.org/wiki/InstallDRM#head-771a47a133fba6a5a70253656e76c61e9bff93bd
 optdepends=('nouveau-firmware: needed for very new card (NV50 family and above) to work properly where the OSS replacement does not work well')
 #makedepends=('git' 'autoconf' 'pkgconfig')

Modified: nouveau-drm.install
===================================================================
--- nouveau-drm.install	2010-05-10 18:54:00 UTC (rev 80037)
+++ nouveau-drm.install	2010-05-10 18:55:39 UTC (rev 80038)
@@ -1,5 +1,5 @@
 post_install() {
-  KERNEL_VERSION='2.6.33-ARCH'
+  KERNEL_VERSION='2.6.32-lts'
   depmod -v $KERNEL_VERSION  > /dev/null 2>&1
   echo "if you are running kms in early mode please rebuild your initrd"
 }
@@ -10,7 +10,7 @@
 }
 
 post_remove() {
-  KERNEL_VERSION='2.6.33-ARCH'
+  KERNEL_VERSION='2.6.32-lts'
   depmod -v $KERNEL_VERSION	 > /dev/null 2>&1	 
 }
 




More information about the arch-commits mailing list