chakra-hw-detection corrections, catalyst-legacy rebuild to correct naming

This commit is contained in:
abveritas 2012-07-10 02:21:35 +00:00
parent 5443c21c94
commit e19f1f6225
5 changed files with 11 additions and 11 deletions

View File

@ -15,13 +15,13 @@ optdepends=('qt: to run ATi Catalyst Control Center (amdcccle)'
'libxxf86vm: to run ATi Catalyst Control Center (amdcccle)')
conflicts=('catalyst-test' 'nvidia-utils' 'libgl' 'catalystpxp-utils' 'catalyst-utils' 'catalyst-utils-legacy')
provides=('libgl' "libatical=${pkgver}" 'catalyst-utils' 'catalyst-utils-legacy')
replaces=('catalyst-utils-legacy'
replaces=('catalyst-utils-legacy')
install=${pkgname}.install
source=(http://www2.ati.com/drivers/legacy/amd-driver-installer-${pkgver}-legacy-x86.x86_64.zip
catalyst.sh
amdcccle.desktop
atieventsd.sh)
source=("http://www2.ati.com/drivers/legacy/amd-driver-installer-${pkgver}-legacy-x86.x86_64.zip"
'catalyst.sh'
'amdcccle.desktop'
'atieventsd.sh')
md5sums=('36d5a91d60673b26705e9ac2df952daf'
'bdafe749e046bfddee2d1c5e90eabd83'

View File

@ -7,13 +7,13 @@ _kernver="3.4.3-1-CHAKRA"
pkgname=catalyst-legacy
pkgver=12.6
pkgrel=1
pkgrel=2
pkgdesc="AMD/ATI Catalyst drivers for linux. fglrx kernel module only"
arch=('i686' 'x86_64')
url="http://www.ati.amd.com"
screenshot="http://linuxtation3.files.wordpress.com/2007/03/pantallazo.jpg"
license=('custom')
depends=('linux>=3.4' 'linux<3.5' 'catalyst-utils-legacy')
depends=('linux>=3.4' 'linux<3.5' 'catalyst-legacy-utils')
makedepends=('gcc-libs' 'gcc>4.0.0' 'make' 'linux-headers')
conflicts=('catalyst-test' 'nvidia' 'xf86-video-ati' 'xf86-video-radeonhd' 'ati-dri' 'catalyst')
install=catalyst.install

View File

@ -4,8 +4,8 @@
# maintainer abveritas@chakra-project.org
pkgname=chakra-hardware-detection
pkgver=20120702
pkgrel=1
pkgver=20120709
pkgrel=2
pkgdesc="Hardware detection scripts for Chakra"
arch=('any')
url="http://www.chakra-project.org"

View File

@ -17,4 +17,4 @@ NV173XX_DB="hw_nvidia173xx_hwdb"
ATI_DB="hw_ati_hwdb"
# ATI-LEGACY DATABASE FILE NAME
ATILEGACY_DB="hw_ati_legacy_hwdb
ATILEGACY_DB="hw_ati_legacy_hwdb"

View File

@ -59,7 +59,7 @@ generate_initial_config() {
# output the detected graphics driver
output_detected_driver() {
# keep in sync with the addedpacks list inside the profile
XORG_DRIVERS="apm ark ati chips cirrus geode glint i128 i740 intel-legacy intel mach64 mga neomagic nouveau nv openchrome r128 radeonhd rendition s3 s3virge savage siliconmotion sis sisusb tdfx trident tseng v4l vesa voodoo"
XORG_DRIVERS="apm ark ati chips cirrus geode glint i128 i740 intel-legacy intel mach64 mga neomagic nouveau nv openchrome r128 rendition s3 s3virge savage siliconmotion sisusb tdfx trident tseng v4l vesa voodoo"
if [ -e "/tmp/nvidia-173xx" ] ; then
USED_DRIVER="nvidia"