Advertisement
Guest User

0001-15.12-20-4.15-kernel-support.patch

a guest
Feb 18th, 2018
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.55 KB | None | 0 0
  1. From 62db8cefcf624f62af47c0ffabf3dd5b904258b6 Mon Sep 17 00:00:00 2001
  2. From: Norbert Pfeiler <norbert.pfeiler+git@gmail.com>
  3. Date: Sat, 10 Feb 2018 21:18:08 +0100
  4. Subject: [PATCH] 15.12-20: 4.15 kernel support
  5.  
  6. ---
  7. PKGBUILD | 4 ++--
  8.  1 file changed, 2 insertions(+), 2 deletions(-)
  9.  
  10. diff --git a/PKGBUILD b/PKGBUILD
  11. index 5fecf9f..c5ebc7a 100644
  12. --- a/PKGBUILD
  13. +++ b/PKGBUILD
  14. @@ -32,7 +32,7 @@ _old_control=n #for pre-GCN users who has problems with default config, pick =y
  15.  
  16.  pkgname=catalyst-test
  17.  pkgver=15.12
  18. -pkgrel=19
  19. +pkgrel=20
  20.  # _betano=1.0
  21.  _amdver=15.302
  22.  pkgdesc="AMD/ATI Catalyst drivers for linux AKA Crimson. catalyst-dkms + catalyst-utils + lib32-catalyst-utils + experimental powerXpress suppport. PRE-GCN Radeons are optionally supported"
  23. @@ -40,7 +40,7 @@ arch=('i686' 'x86_64')
  24.  url="http://www.amd.com"
  25.  license=('custom')
  26.  options=('staticlibs' 'libtool' '!strip' '!upx')
  27. -depends=('dkms' 'linux>=3.0' 'linux<4.15' '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-noglvnd')
  28. +depends=('dkms' 'linux>=3.0' 'linux<4.16' '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-noglvnd')
  29.  optdepends=('qt4: to run ATi Catalyst Control Center (amdcccle)'
  30.         'libxxf86vm: to run ATi Catalyst Control Center (amdcccle)'
  31.         'opencl-headers: headers necessary for OpenCL development'
  32. --
  33. 2.16.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement