diff options
author | Vi0L0 | 2017-02-19 18:39:06 +0100 |
---|---|---|
committer | Vi0L0 | 2017-02-19 18:39:06 +0100 |
commit | be117e402f931af7954f200dd1381f330df79998 (patch) | |
tree | aa08735499db41577c0073b43fa04c4755c113f7 /PKGBUILD | |
parent | 955d85a7f5062653200d19df1864887efa48b2e7 (diff) | |
download | aur-be117e402f931af7954f200dd1381f330df79998.tar.gz |
15.9-15: initial 4.10 kernel support
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -10,19 +10,20 @@ # Contributor: kolasa (part of 4.3 kernel patches) # Contributor: gentoo (part of 4.3 kernel patches) # Contributor: Philip Muller @ Manjaro (4.4 kernel patch) +# Contributor: sling00 (4.10 kernel patch) _kernver=`uname -r` pkgname=catalyst pkgver=15.9 -pkgrel=14 +pkgrel=15 _amdver=15.201.1151 pkgdesc="AMD/ATI Catalyst drivers for linux. fglrx kernel module only. Radeons HD 2 3 4 xxx ARE NOT SUPPORTED" arch=('i686' 'x86_64') url="http://www.amd.com" license=('custom') -depends=('linux>=3.0' 'linux<4.10' 'catalyst-utils') +depends=('linux>=3.0' 'linux<4.11' 'catalyst-utils') makedepends=('gcc-libs' 'gcc>4.0.0' 'make' 'linux-headers') conflicts=('catalyst-test') install=catalyst.install @@ -45,7 +46,8 @@ source=( grsec_arch.patch 4.6-arch-get_user_pages-page_cache_release.patch 4.7-arch-cpu_has_pge-v2.patch - 4.9_over_4.6-arch-get_user_pages_remote.patch) + 4.9_over_4.6-arch-get_user_pages_remote.patch + 4.10-arch-sling00-virtual_address-acpi_get_table_with_size.patch) md5sums=('d2de2df6946b452c266a3c892e6e46ff' 'fd98b7e486d7fd4cad8de7b95b5b031e' @@ -61,7 +63,8 @@ md5sums=('d2de2df6946b452c266a3c892e6e46ff' '8941e91fc58cb44ce21ab9bda135754e' '11b7c2e0dc4794801005d66b0e7608a3' '37eef5103a11d8136979463e7bc31091' - '194cb44e9e2ab0e65b6267aca66d0400') + '194cb44e9e2ab0e65b6267aca66d0400' + '05f6364db877d9c4bdf1592deda905b7') build() { @@ -97,6 +100,7 @@ build() { patch -Np1 -i ../4.6-arch-get_user_pages-page_cache_release.patch patch -Np1 -i ../4.7-arch-cpu_has_pge-v2.patch patch -Np1 -i ../4.9_over_4.6-arch-get_user_pages_remote.patch + patch -Np1 -i ../4.10-arch-sling00-virtual_address-acpi_get_table_with_size.patch cd ${srcdir}/archive_files/common/lib/modules/fglrx/build_mod cp ${srcdir}/archive_files/arch/${_archdir}/lib/modules/fglrx/build_mod/libfglrx_ip.a . |