[arch-commits] CVS update of unstable/x11/fglrx-mm (PKGBUILD)

Travis Willard travis at archlinux.org
Sun Jul 29 19:10:14 UTC 2007


    Date: Sunday, July 29, 2007 @ 15:10:14
  Author: travis
    Path: /home/cvs-unstable/unstable/x11/fglrx-mm

Modified: PKGBUILD (1.2 -> 1.3)

Updated PKGBUILD to match the other fglrx PKGBUILDs - didn't tag CURRENT though, until this darn thing will build with -mm


----------+
 PKGBUILD |   23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)


Index: unstable/x11/fglrx-mm/PKGBUILD
diff -u unstable/x11/fglrx-mm/PKGBUILD:1.2 unstable/x11/fglrx-mm/PKGBUILD:1.3
--- unstable/x11/fglrx-mm/PKGBUILD:1.2	Sun Apr 29 13:56:45 2007
+++ unstable/x11/fglrx-mm/PKGBUILD	Sun Jul 29 15:10:14 2007
@@ -1,21 +1,25 @@
-# $Id: PKGBUILD,v 1.2 2007/04/29 17:56:45 travis Exp $
+# $Id: PKGBUILD,v 1.3 2007/07/29 19:10:14 travis Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca>
 # Contributor: amdviaman
 
 pkgname=fglrx-mm
-pkgver=8.36.5
+pkgver=8.39.4
+_kernel_version=2.6.23
 pkgrel=1
-pkgdesc="Proprietary -mm kernel drivers/modules for the AMD/ATI RADEON (9500 and later), \
-         MOBILITY RADEON (M10 and later), RADEON XPRESS IGP and FireGL (Z1 and later) series of graphics accelerators."
+pkgdesc="Proprietary AMD/ATI kernel drivers for Radeon brand cards. mm kernel."
 arch=('i686' 'x86_64')
 url="http://www.ati.com"
-license=('custom:"ATI"') #license provided by ati-fglrx-utils package
-depends=('fglrx-utils' 'kernel26mm')
+#license provided by fglrx-utils package
+license=('custom:"fglrx"') 
+depends=("fglrx-utils>=${pkgver}" "kernel26mm>=${_kernel_version}.rc1.mm1")
 makedepends=()
 replaces=('ati-fglrx-mm')
-install=$pkgname.install
-_kernver=2.6.21-mm
+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}-mm
 
 build() {
     cd $startdir/src
@@ -39,7 +43,6 @@
     cd $startdir/src/lib/modules/fglrx/build_mod/
 
     # Build the kernel module
-    # patch -Np0 -i $startdir/src/firegl_public.patch || return 1
     cp 2.6.x/Makefile .
     make -C /lib/modules/${_kernver}/build SUBDIRS="`pwd`" modules || return 1
 
@@ -51,5 +54,3 @@
 
 }
 
-md5sums=('bf056417ac6c57acdf5e5a6bb99a7dae')
-sha1sums=('c0edc17d1816ec7415d64d0cc85193060f61e080')




More information about the arch-commits mailing list