[arch-commits] Commit in catalyst/trunk (PKGBUILD catalyst.install)
Thomas Baechler
thomas at archlinux.org
Fri Oct 10 18:03:31 UTC 2008
Date: Friday, October 10, 2008 @ 14:03:31
Author: thomas
Revision: 14837
upgpkg: catalyst 8.8-2
Modified:
catalyst/trunk/PKGBUILD
catalyst/trunk/catalyst.install
------------------+
PKGBUILD | 12 ++++++------
catalyst.install | 6 +++---
2 files changed, 9 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-10-10 16:13:47 UTC (rev 14836)
+++ PKGBUILD 2008-10-10 18:03:31 UTC (rev 14837)
@@ -4,20 +4,20 @@
pkgname=catalyst
pkgver=8.8
-_kernel_version=2.6.26
-pkgrel=1
+_kernel_version=2.6.27
+pkgrel=2
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.26.2-1" "kernel26<=2.6.27")
+depends=("catalyst-utils>=${pkgver}" "kernel26>=2.6.27" "kernel26<2.6.28")
makedepends=()
replaces=('ati-fglrx' 'fglrx') # Yay rebranding
install=${pkgname}.install
source=(http://www2.ati.com/drivers/linux/ati-driver-installer-${pkgver/./-}-x86.x86_64.run
- 2.6.26.patch)
+ 2.6.27.patch)
md5sums=('276976fb5aaf108efcdbf37256bf6d51'
- '132569a6ea9cbb0f07fe4479126aa9a4')
+ '99c87235ff9e1cb62e4127f959a96499')
_kernver=${_kernel_version}-ARCH
build() {
@@ -28,7 +28,7 @@
/bin/sh ./ati-driver-installer-${pkgver/./-}-x86.x86_64.run --extract archive_files
cd $startdir/src/archive_files/common
- patch -Np0 -i $startdir/src/2.6.26.patch || return 1
+ patch -Np2 -i $startdir/src/2.6.27.patch || return 1
cp $startdir/src/archive_files/arch/${_arch}/* $startdir/src/ -r
cp $startdir/src/archive_files/common/* $startdir/src/ -r
Modified: catalyst.install
===================================================================
--- catalyst.install 2008-10-10 16:13:47 UTC (rev 14836)
+++ catalyst.install 2008-10-10 18:03:31 UTC (rev 14837)
@@ -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.26-ARCH
+ KERNEL_VERSION=2.6.27-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.26-ARCH
+ KERNEL_VERSION=2.6.27-ARCH
depmod -v $KERNEL_VERSION > /dev/null 2>&1
}
# arg 1: the old package version
post_remove() {
- KERNEL_VERSION=2.6.26-ARCH
+ KERNEL_VERSION=2.6.27-ARCH
depmod -v $KERNEL_VERSION > /dev/null 2>&1
}
More information about the arch-commits
mailing list