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

Travis Willard travis at archlinux.org
Mon Feb 18 01:52:22 UTC 2008


    Date: Sunday, February 17, 2008 @ 20:52:22
  Author: travis
    Path: /home/cvs-extra/extra/modules/catalyst-utils

Modified: ChangeLog (1.1 -> 1.2) PKGBUILD (1.3 -> 1.4)

upgpkg: catalyst-utils 8.02-1
    Upstream update


-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |   32 ++++++++++++++++----------------
 2 files changed, 21 insertions(+), 16 deletions(-)


Index: extra/modules/catalyst-utils/ChangeLog
diff -u extra/modules/catalyst-utils/ChangeLog:1.1 extra/modules/catalyst-utils/ChangeLog:1.2
--- extra/modules/catalyst-utils/ChangeLog:1.1	Sat Jan 26 08:34:34 2008
+++ extra/modules/catalyst-utils/ChangeLog	Sun Feb 17 20:52:22 2008
@@ -1,3 +1,8 @@
+2008-02-17 Travis Willard <travis at archlinux.org>
+
+	* 8.02-1
+	New upstream release.
+
 2008-01-26 Travis Willard <travis at archlinux.org>
 
 	* 8.01-1
Index: extra/modules/catalyst-utils/PKGBUILD
diff -u extra/modules/catalyst-utils/PKGBUILD:1.3 extra/modules/catalyst-utils/PKGBUILD:1.4
--- extra/modules/catalyst-utils/PKGBUILD:1.3	Sat Jan 26 08:34:34 2008
+++ extra/modules/catalyst-utils/PKGBUILD	Sun Feb 17 20:52:22 2008
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD,v 1.3 2008/01/26 13:34:34 travis Exp $
+# $Id: PKGBUILD,v 1.4 2008/02/18 01:52:22 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=catalyst-utils
-pkgver=8.01
+pkgver=8.02
 pkgrel=1
 pkgdesc="Proprietary AMD/ATI userspace tools and libraries for Radeon brand cards."
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 install=${pkgname}.install
 source=(http://www2.ati.com/drivers/linux/ati-driver-installer-${pkgver/./-}-x86.x86_64.run \
         amdcccle.desktop catalyst.sh atieventsd.sh ati-powermode.sh.patch)
-md5sums=('cf8f493901f5abb28347e7aa7c9d6cca'
+md5sums=('bcdf3c19c0b7a7c2051d751d5131d426'
          '1f4b870e977b155af549442932e8ce6f'
          'bdafe749e046bfddee2d1c5e90eabd83'
          'f729bf913613f49b0b9759c246058a87'
@@ -80,19 +80,7 @@
       mv $startdir/src/usr/X11R6/lib/* $startdir/pkg/usr/lib/
     fi
 
-    # create proper symlinks to libGL.so, libfglrx_pp.so, and libfglrx_gamma.so
-    cd $startdir/pkg/usr/lib
-    ln -s libGL.so.1.2 libGL.so
-    ln -s libGL.so.1.2 libGL.so.1
-    ln -sf /usr/lib/libfglrx_pp.so.1.0 libfglrx_pp.so.1
-    ln -sf /usr/lib/libfglrx_gamma.so.1.0 libfglrx_gamma.so.1
-
-    mkdir -p ${startdir}/pkg/usr/lib/xorg/modules/extensions
-    cd ${startdir}/pkg/usr/lib/xorg/modules/extensions
-    ln -sf libGLcore.xorg libGLcore.so
-    ln -sf libglx.xorg libglx.so
-    
-    # correct dir permissions
+   # correct dir permissions
     find $startdir/pkg/usr -type d -exec chmod 755 {} \;
 
     # correct FILE permissions - >=8.39.4 has nearly every file marked 0744. This
@@ -108,6 +96,18 @@
     find $startdir/pkg/usr/share/ati/amdcccle/ -name '*.qm' -not -type d -exec chmod 0644 {} \;
     find $startdir/pkg/usr/share/man -not -type d -exec chmod 0644 {} \;
 
+    # create proper symlinks to libGL.so, libfglrx_pp.so, and libfglrx_gamma.so
+    cd $startdir/pkg/usr/lib
+    ln -s libGL.so.1.2 libGL.so
+    ln -s libGL.so.1.2 libGL.so.1
+    ln -sf /usr/lib/libfglrx_pp.so.1.0 libfglrx_pp.so.1
+    ln -sf /usr/lib/libfglrx_gamma.so.1.0 libfglrx_gamma.so.1
+
+    mkdir -p ${startdir}/pkg/usr/lib/xorg/modules/extensions
+    cd ${startdir}/pkg/usr/lib/xorg/modules/extensions
+    ln -sf libGLcore.xorg libGLcore.so
+    ln -sf libglx.xorg libglx.so
+    
     # install licenses
     install -m 0644 -D $startdir/src/archive_files/ATI_LICENSE.TXT \
                      $startdir/pkg/usr/share/licenses/${pkgname}/AMD_ATI_LICENSE.TXT




More information about the arch-commits mailing list