[arch-commits] CVS update of extra/modules/catalyst (3 files)

Travis Willard travis at archlinux.org
Sat Jan 26 13:40:12 UTC 2008


    Date: Saturday, January 26, 2008 @ 08:40:12
  Author: travis
    Path: /home/cvs-extra/extra/modules/catalyst

   Added: ChangeLog (1.1)
Modified: PKGBUILD (1.4 -> 1.5) catalyst.install (1.2 -> 1.3)

upgpkg: catalyst 8.01-1
    Upstream update


------------------+
 ChangeLog        |    5 +++++
 PKGBUILD         |   18 ++++++++----------
 catalyst.install |    6 +++---
 3 files changed, 16 insertions(+), 13 deletions(-)


Index: extra/modules/catalyst/ChangeLog
diff -u /dev/null extra/modules/catalyst/ChangeLog:1.1
--- /dev/null	Sat Jan 26 08:40:12 2008
+++ extra/modules/catalyst/ChangeLog	Sat Jan 26 08:40:11 2008
@@ -0,0 +1,5 @@
+2008-01-26 Travis Willard <travis at archlinux.org>
+
+	* 8.01-1
+	Added ChangeLog
+	New upstream release.
Index: extra/modules/catalyst/PKGBUILD
diff -u extra/modules/catalyst/PKGBUILD:1.4 extra/modules/catalyst/PKGBUILD:1.5
--- extra/modules/catalyst/PKGBUILD:1.4	Fri Jan 25 12:40:29 2008
+++ extra/modules/catalyst/PKGBUILD	Sat Jan 26 08:40:12 2008
@@ -1,22 +1,21 @@
-# $Id: PKGBUILD,v 1.4 2008/01/25 17:40:29 tpowa Exp $
+# $Id: PKGBUILD,v 1.5 2008/01/26 13:40:12 travis Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca>
 # Contributor: amdviaman
 
 pkgname=catalyst
-pkgver=7.12
-_installerver=8.443.1
-_kernel_version=2.6.24
-pkgrel=3
+pkgver=8.01
+_kernel_version=2.6.23
+pkgrel=1
 pkgdesc="Proprietary AMD/ATI kernel drivers for Radeon brand cards. Stock kernel."
 arch=('i686' 'x86_64')
 url="http://www.ati.amd.com"
 license=('custom') 
-depends=("catalyst-utils>=${pkgver}" "kernel26>=2.6.24-1" "kernel26<=2.6.25-0")
+depends=("catalyst-utils>=${pkgver}" "kernel26>=${_kernel_version}-1" "kernel26<=${_kernel_version}.9999")
 makedepends=()
 replaces=('ati-fglrx' 'fglrx') # damnit, I wish AMD/ATI would quit rebranding
 install=${pkgname}.install
-source=(http://www2.ati.com/drivers/linux/ati-driver-installer-${_installerver}-x86.x86_64.run)
-md5sums=('5d40b0c7a6f9e8356fdcd38052ae5e7b')
+source=(http://www2.ati.com/drivers/linux/ati-driver-installer-${pkgver/./-}-x86.x86_64.run)
+md5sums=('cf8f493901f5abb28347e7aa7c9d6cca')
 
 _kernver=${_kernel_version}-ARCH
 
@@ -26,8 +25,7 @@
     [ "$CARCH" = "i686" ] && _arch="x86"
     [ "$CARCH" = "x86_64" ] && _arch="x86_64"
 
-    chmod a+x ati-driver-installer-${_installerver}-x86.x86_64.run
-    ./ati-driver-installer-${_installerver}-x86.x86_64.run --extract archive_files
+    /bin/sh ./ati-driver-installer-${pkgver/./-}-x86.x86_64.run --extract archive_files
 
     cp $startdir/src/archive_files/arch/${_arch}/* $startdir/src/ -r 
     cp $startdir/src/archive_files/common/* $startdir/src/ -r 
Index: extra/modules/catalyst/catalyst.install
diff -u extra/modules/catalyst/catalyst.install:1.2 extra/modules/catalyst/catalyst.install:1.3
--- extra/modules/catalyst/catalyst.install:1.2	Fri Jan 25 12:40:29 2008
+++ extra/modules/catalyst/catalyst.install	Sat Jan 26 08:40:12 2008
@@ -13,20 +13,20 @@
   echo "You can use the tool 'aticonfig' to generate an xorg.conf file."
   echo "Remember to add fglrx to the MODULES list in /etc/rc.conf."
   echo "--------------------------------------------------------------"
-  KERNEL_VERSION=2.6.24-ARCH
+  KERNEL_VERSION=2.6.23-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 
 # arg 1:  the new package version
 # arg 2:  the old package version
 post_upgrade() {
-  KERNEL_VERSION=2.6.24-ARCH
+  KERNEL_VERSION=2.6.23-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 
 # arg 1:  the old package version
 post_remove() {
-  KERNEL_VERSION=2.6.24-ARCH
+  KERNEL_VERSION=2.6.23-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 




More information about the arch-commits mailing list