summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVi0L02015-09-29 19:36:09 +0200
committerVi0L02015-09-29 19:36:09 +0200
commitcf2557601c4908c69b9340fec4cc83f3fc20336e (patch)
treeb4783a27a24f952ae615822022c7ab5fc030ec26
parent16541d81a35c288f92da3ff125f203f3899f527a (diff)
downloadaur-cf2557601c4908c69b9340fec4cc83f3fc20336e.tar.gz
mv linux linux-lts
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--catalyst-test.install16
3 files changed, 22 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 249596a7c786..79961cc336ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = catalyst-test
pkgdesc = AMD/ATI Catalyst drivers for linux. catalyst-hook + catalyst-utils + lib32-catalyst-utils + experimental powerXpress suppport. Radeons HD 2 3 4 xxx ARE NOT SUPPORTED
pkgver = 15.9
- pkgrel = 3
+ pkgrel = 4
url = http://www.amd.com
install = catalyst-test.install
arch = i686
arch = x86_64
license = custom
- depends = linux>=3.0
- depends = linux<4.2
- depends = linux-headers
+ depends = linux-lts>=3.0
+ depends = linux-lts<4.2
+ depends = linux-lts-headers
depends = xorg-server>=1.7.0
depends = xorg-server<1.18.0
depends = libxrandr
diff --git a/PKGBUILD b/PKGBUILD
index 4cb4a53f6f98..455145bd7c1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@
pkgname=catalyst-test
pkgver=15.9
-pkgrel=3
+pkgrel=4
# _betano=1.0
_amdver=15.201.1151
pkgdesc="AMD/ATI Catalyst drivers for linux. catalyst-hook + catalyst-utils + lib32-catalyst-utils + experimental powerXpress suppport. Radeons HD 2 3 4 xxx ARE NOT SUPPORTED"
@@ -34,7 +34,7 @@ arch=('i686' 'x86_64')
url="http://www.amd.com"
license=('custom')
options=('staticlibs' 'libtool' '!strip' '!upx')
-depends=('linux>=3.0' 'linux<4.2' 'linux-headers' 'xorg-server>=1.7.0' 'xorg-server<1.18.0' 'libxrandr' 'libsm' 'fontconfig' 'libxcursor' 'libxi' 'gcc-libs' 'gcc>4.0.0' 'make' 'patch' 'libxinerama' 'mesa>=10.1.0-4')
+depends=('linux-lts>=3.0' 'linux-lts<4.2' 'linux-lts-headers' 'xorg-server>=1.7.0' 'xorg-server<1.18.0' 'libxrandr' 'libsm' 'fontconfig' 'libxcursor' 'libxi' 'gcc-libs' 'gcc>4.0.0' 'make' 'patch' 'libxinerama' 'mesa>=10.1.0-4')
optdepends=('qt4: to run ATi Catalyst Control Center (amdcccle)'
'libxxf86vm: to run ATi Catalyst Control Center (amdcccle)'
'opencl-headers: headers necessary for OpenCL development'
diff --git a/catalyst-test.install b/catalyst-test.install
index 01c90889b330..4f8248167902 100644
--- a/catalyst-test.install
+++ b/catalyst-test.install
@@ -27,6 +27,22 @@ whisperer(){
echo "More info here:"
echo "https://bbs.archlinux.org/viewtopic.php?pid=1255575#p1255575"
echo -e '\E[37;44m'"\033[1m----------------------------------------------------------------\033[0m"
+ echo -e "\e[0;32m--------------------------- PXP --------------------------------\e[0m"
+ echo -e "\e[0;32m@pxp_user:\e[0m I switched GL/glx links to catalyst again..."
+ echo -e "\e[0;32m----------------------------------------------------------------\e[0m"
+ echo -e "\e[1;31m-------------------------- TTY BUG -----------------------------\e[0m"
+ echo "There's a bug in switching to VT/TTY"
+ echo "Using uvesafb is a workaround:"
+ echo "https://wiki.archlinux.org/index.php/uvesafb"
+ echo -e "\e[1;31m----------------------------------------------------------------\e[0m"
+ echo -e "\e[1;31m--------------------- NO 4.2 KERNEL SUPPORT---------------------\e[0m"
+ echo "catalyst doesn't support linux kernels >= 4.2"
+ echo "please configure bootloader to use proper kernel"
+ echo "like linux-lts in example"
+ echo ""
+ echo "sleeping now for 5 seconds as this is important..."
+ echo -e "\e[1;31m----------------------------------------------------------------\e[0m"
+ sleep 5
}
bug_whisper(){