[arch-commits] CVS update of unstable/modules/fglrx-suspend2 (2 files)

Travis Willard travis at archlinux.org
Tue Sep 18 14:40:24 UTC 2007


    Date: Tuesday, September 18, 2007 @ 10:40:24
  Author: travis
    Path: /home/cvs-unstable/unstable/modules/fglrx-suspend2

 Removed: PKGBUILD (1.1) fglrx-suspend2.install (1.1)

Removing from unstable to prevent name clash in extra


------------------------+
 PKGBUILD               |   56 -----------------------------------------------
 fglrx-suspend2.install |   35 -----------------------------
 2 files changed, 91 deletions(-)


Index: unstable/modules/fglrx-suspend2/PKGBUILD
diff -u unstable/modules/fglrx-suspend2/PKGBUILD:1.1 unstable/modules/fglrx-suspend2/PKGBUILD:removed
--- unstable/modules/fglrx-suspend2/PKGBUILD:1.1	Fri Sep 14 07:42:41 2007
+++ unstable/modules/fglrx-suspend2/PKGBUILD	Tue Sep 18 10:40:24 2007
@@ -1,56 +0,0 @@
-# $Id: PKGBUILD,v 1.1 2007/09/14 11:42:41 travis Exp $
-# Maintainer: Travis Willard <travisw at wmpub.ca>
-# Contributor: amdviaman
-
-pkgname=fglrx-suspend2
-pkgver=8.41.7
-_kernel_version=2.6.22
-pkgrel=1
-pkgdesc="Proprietary AMD/ATI kernel drivers for Radeon brand cards. suspend2 kernel."
-arch=('i686' 'x86_64')
-url="http://www.ati.com"
-#license provided by fglrx-utils package
-license=('custom:"fglrx"') 
-depends=("fglrx-utils>=${pkgver}" "kernel26suspend2>=${_kernel_version}")
-makedepends=()
-replaces=('ati-fglrx-suspend2')
-install=${pkgname}.install
-source=(http://www2.ati.com/drivers/linux/ati-driver-installer-$pkgver-x86.x86_64.run)
-md5sums=('0b43b45499ced87a6bd30d99faed25cc')
-sha1sums=('fe556f3ffc6517586809278d8295ca254faefbf0')
-
-_kernver=${_kernel_version}-suspend2
-
-build() {
-    cd $startdir/src
-
-    [ "$CARCH" = "i686" ] && _arch="x86"
-    [ "$CARCH" = "x86_64" ] && _arch="x86_64"
-
-    chmod a+x ati-driver-installer-$pkgver-x86.x86_64.run
-    ./ati-driver-installer-$pkgver-x86.x86_64.run --extract archive_files
-
-
-    cp $startdir/src/archive_files/arch/${_arch}/* $startdir/src/ -r 
-    cp $startdir/src/archive_files/common/* $startdir/src/ -r 
-
-    if [ "$CARCH" == "x86_64" ]; then
-      cp $startdir/src/archive_files/x710_64a/* $startdir/src/ -r
-    else
-      cp $startdir/src/archive_files/x710/* $startdir/src/ -r
-    fi
-    cd $startdir/src
-    cd $startdir/src/lib/modules/fglrx/build_mod/
-
-    # Build the kernel module
-    cp 2.6.x/Makefile .
-    make -C /lib/modules/${_kernver}/build SUBDIRS="`pwd`" modules || return 1
-
-    # Install the kernel module
-    install -m 644 -D $startdir/src/lib/modules/fglrx/build_mod/fglrx.ko \
-        $startdir/pkg/lib/modules/${_kernver}/video/fglrx.ko
-
-    sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" $startdir/$install
-
-}
-
Index: unstable/modules/fglrx-suspend2/fglrx-suspend2.install
diff -u unstable/modules/fglrx-suspend2/fglrx-suspend2.install:1.1 unstable/modules/fglrx-suspend2/fglrx-suspend2.install:removed
--- unstable/modules/fglrx-suspend2/fglrx-suspend2.install:1.1	Fri Sep 14 07:42:41 2007
+++ unstable/modules/fglrx-suspend2/fglrx-suspend2.install	Tue Sep 18 10:40:24 2007
@@ -1,35 +0,0 @@
-# This is a default template for a post-install scriptlet.  You can
-# remove any functions you don't need (and this header).
-
-# arg 1:  the new package version
-pre_install() {
-  /bin/true
-}
-
-# arg 1:  the new package version
-post_install() {
-  echo "PLEASE NOTE:"
-  echo "--------------------------------------------------------------"
-  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.22-suspend2
-  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.22-suspend2
-  depmod -v $KERNEL_VERSION > /dev/null 2>&1
-}
-
-# arg 1:  the old package version
-post_remove() {
-  KERNEL_VERSION=2.6.22-suspend2
-  depmod -v $KERNEL_VERSION > /dev/null 2>&1
-}
-
-op=$1
-shift
-$op $*




More information about the arch-commits mailing list