[arch-commits] CVS update of extra/modules/fglrx-ck (PKGBUILD fglrx-ck.install)

Travis Willard travis at archlinux.org
Sun Jul 29 19:24:43 UTC 2007


    Date: Sunday, July 29, 2007 @ 15:24:43
  Author: travis
    Path: /home/cvs-extra/extra/modules/fglrx-ck

Modified: PKGBUILD (1.7 -> 1.8) fglrx-ck.install (1.2 -> 1.3)

upgpkg: fglrx-ck 8.39.4-1
Upstream Update


------------------+
 PKGBUILD         |   25 ++++++++++++-------------
 fglrx-ck.install |    6 +++---
 2 files changed, 15 insertions(+), 16 deletions(-)


Index: extra/modules/fglrx-ck/PKGBUILD
diff -u extra/modules/fglrx-ck/PKGBUILD:1.7 extra/modules/fglrx-ck/PKGBUILD:1.8
--- extra/modules/fglrx-ck/PKGBUILD:1.7	Sat Jul 28 00:34:39 2007
+++ extra/modules/fglrx-ck/PKGBUILD	Sun Jul 29 15:24:43 2007
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD,v 1.7 2007/07/28 04:34:39 eric Exp $
+# $Id: PKGBUILD,v 1.8 2007/07/29 19:24:43 travis Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca>
 # Contributor: amdviaman
 
 pkgname=fglrx-ck
-pkgver=8.38.6
+pkgver=8.39.4
 _kernel_version=2.6.22
-pkgrel=2
-pkgdesc="Proprietary -ARCH kernel drivers/modules for the AMD/ATI RADEON (9500 and later), \
-         MOBILITY RADEON (M10 and later), RADEON XPRESS IGP and FireGL (Z1 and later) video cards."
+pkgrel=1
+pkgdesc="Proprietary AMD/ATI kernel drivers for Radeon brand cards. ck kernel."
 arch=('i686' 'x86_64')
 url="http://www.ati.com"
-license=('custom:"ATI"') #license provided by ati-fglrx-utils package
+#license provided by fglrx-utils package
+license=('custom:"fglrx"') 
 depends=("fglrx-utils>=${pkgver}" "kernel26ck>=${_kernel_version}")
 makedepends=()
-replaces=('ati-fglrx')
-install=fglrx-ck.install
-source=(http://www2.ati.com/drivers/linux/ati-driver-installer-$pkgver-x86.x86_64.run 2.6.22.patch)
-md5sums=('750eb0b5fa996d40b3ca52542c78154b' '4806f1d58a09e5b9aecb7437609a49ea')
-sha1sums=('a4320c6d3c6716740971c18bbd5e62b0b452cc67' 'e96447f62b1343eeee8b95e64d4c1dfc6ee540c9')
+replaces=('ati-fglrx-ck')
+install=${pkgname}.install
+source=(http://www2.ati.com/drivers/linux/ati-driver-installer-$pkgver-x86.x86_64.run)
+md5sums=('0d04bccfc0baf8defafa8f66b53a0ef6')
+sha1sums=('2b1b66169df36c3e6c811562b63642ff4dce2b1d')
 
 _kernver=${_kernel_version}-ck
 
@@ -43,8 +43,6 @@
     cd $startdir/src/lib/modules/fglrx/build_mod/
 
     # Build the kernel module
-    patch -Np0 -i $startdir/src/2.6.22.patch || return 1
-
     cp 2.6.x/Makefile .
     make -C /lib/modules/${_kernver}/build SUBDIRS="`pwd`" modules || return 1
 
@@ -55,3 +53,4 @@
     sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" $startdir/$install
 
 }
+
Index: extra/modules/fglrx-ck/fglrx-ck.install
diff -u extra/modules/fglrx-ck/fglrx-ck.install:1.2 extra/modules/fglrx-ck/fglrx-ck.install:1.3
--- extra/modules/fglrx-ck/fglrx-ck.install:1.2	Sun May 27 10:14:57 2007
+++ extra/modules/fglrx-ck/fglrx-ck.install	Sun Jul 29 15:24:43 2007
@@ -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.21-ck
+  KERNEL_VERSION=2.6.22-ck
   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.21-ck
+  KERNEL_VERSION=2.6.22-ck
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 
 # arg 1:  the old package version
 post_remove() {
-  KERNEL_VERSION=2.6.21-ck
+  KERNEL_VERSION=2.6.22-ck
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 




More information about the arch-commits mailing list