[arch-commits] CVS update of extra/modules/fglrx-utils (PKGBUILD)

Travis Willard travis at archlinux.org
Sun Jul 8 14:27:12 UTC 2007


    Date: Sunday, July 8, 2007 @ 10:27:12
  Author: travis
    Path: /home/cvs-extra/extra/modules/fglrx-utils

Modified: PKGBUILD (1.3 -> 1.4)

upgpkg: fglrx-utils 8.38.6-1
Upstream update


----------+
 PKGBUILD |   21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)


Index: extra/modules/fglrx-utils/PKGBUILD
diff -u extra/modules/fglrx-utils/PKGBUILD:1.3 extra/modules/fglrx-utils/PKGBUILD:1.4
--- extra/modules/fglrx-utils/PKGBUILD:1.3	Sat Jun  2 23:27:08 2007
+++ extra/modules/fglrx-utils/PKGBUILD	Sun Jul  8 10:27:12 2007
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD,v 1.3 2007/06/03 03:27:08 travis Exp $
+# $Id: PKGBUILD,v 1.4 2007/07/08 14:27:12 travis Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca>
 
 # Thanks to dibblethewrecker for the original work and packages.
 # Thanks to testing monkey S1G1 for contributions
 
 pkgname=fglrx-utils
-pkgver=8.37.6
+pkgver=8.38.6
 pkgrel=1
 pkgdesc="Proprietary userspace tools and libraries 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."
+         MOBILITY RADEON (M10 and later), RADEON XPRESS IGP and FireGL (Z1 and later) video cards."
 arch=('i686' 'x86_64')
 url="http://www.ati.com"
 license=('custom:"ATI"') #license provided in this package also applies to
@@ -19,15 +19,17 @@
 provides=('libgl')
 install=$pkgname.install
 source=(http://www2.ati.com/drivers/linux/ati-driver-installer-$pkgver-x86.x86_64.run \
-        amdcccle.desktop fglrx.sh atieventsd.sh)
-md5sums=('ebad4685199a9b3704237bc165de00d4'
+        amdcccle.desktop fglrx.sh atieventsd.sh ati-powermode.sh.patch)
+md5sums=('750eb0b5fa996d40b3ca52542c78154b'
          '1f4b870e977b155af549442932e8ce6f'
          'bdafe749e046bfddee2d1c5e90eabd83'
-         'f729bf913613f49b0b9759c246058a87')
-sha1sums=('bc7e32d6ba91967c2661d74874edc046190cf9a1'
+         'f729bf913613f49b0b9759c246058a87'
+         '150c5cd49e9affe3635415aa9d9c00e6')
+sha1sums=('a4320c6d3c6716740971c18bbd5e62b0b452cc67'
           'ec0271dfc6926efe28c791242a613c27b1f79bcb'
           '5339ab8c6268bd8a886c56bd1ea25ecd2fe09985'
-          '3a9444e247e46df62c8effb64f8ed39d3665c5c5')
+          '3a9444e247e46df62c8effb64f8ed39d3665c5c5'
+          'afd5121c6c5520929e5a274780721e3200cce590')
 options=('!strip')
 
 build() {
@@ -42,8 +44,11 @@
     # Grab the example ACPI scripts for lid close and AC plugged/unplugged
     mkdir -p $startdir/src/etc/
     cp $startdir/src/archive_files/common/usr/share/doc/fglrx/examples/etc/acpi $startdir/src/etc -r
+    cd $startdir/src/etc/acpi
     sed -i "s#/usr/X11R6/bin/aticonfig#/usr/bin/aticonfig#g" $startdir/src/etc/acpi/ati-powermode.sh || return 1
     sed -i "s#--effective=now##g" $startdir/src/etc/acpi/ati-powermode.sh || return 1
+    patch -Np0 -i $startdir/src/ati-powermode.sh.patch
+    cd ../..
  
     # Get our architecture files and common files all in one place
     cp $startdir/src/archive_files/arch/${_arch}/* $startdir/src/ -r




More information about the arch-commits mailing list