4.19.1-1 (clr 4.19.1-654)
This commit is contained in:
parent
fde89d33a0
commit
57d5caf787
2 changed files with 17 additions and 17 deletions
14
.SRCINFO
14
.SRCINFO
|
@ -1,5 +1,5 @@
|
||||||
pkgbase = linux-clear
|
pkgbase = linux-clear
|
||||||
pkgver = 4.18.18
|
pkgver = 4.19.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/clearlinux-pkgs/linux
|
url = https://github.com/clearlinux-pkgs/linux
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -12,10 +12,10 @@ pkgbase = linux-clear
|
||||||
makedepends = linux-firmware
|
makedepends = linux-firmware
|
||||||
makedepends = xmlto
|
makedepends = xmlto
|
||||||
options = !strip
|
options = !strip
|
||||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.18.tar.xz
|
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.19.tar.xz
|
||||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.18.tar.sign
|
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.19.tar.sign
|
||||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.18.18.xz
|
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.19.1.xz
|
||||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.18.16-651
|
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.19.1-654
|
||||||
source = https://downloadmirror.intel.com/28039/eng/microcode-20180807.tgz
|
source = https://downloadmirror.intel.com/28039/eng/microcode-20180807.tgz
|
||||||
source = enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz
|
source = enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz
|
||||||
source = 60-linux.hook
|
source = 60-linux.hook
|
||||||
|
@ -24,9 +24,9 @@ pkgbase = linux-clear
|
||||||
source = linux.preset
|
source = linux.preset
|
||||||
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
|
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
|
||||||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||||
sha256sums = 19d8bcf49ef530cd4e364a45b4a22fa70714b70349c8100e7308488e26f1eaf1
|
sha256sums = 0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = e886822aa7e2fcd83374330255a49d9ff691632d2b43c63d174fbc006891d541
|
sha256sums = bc426a43063b0bf5f9bc59be969338e34276e4a0dbbdb50914beae59a28a3fc1
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 29f9e8dc27e6c9b6488cecd7fe2394030307799e511db2d197d9e6553a7f9e40
|
sha256sums = 29f9e8dc27e6c9b6488cecd7fe2394030307799e511db2d197d9e6553a7f9e40
|
||||||
sha256sums = 226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d
|
sha256sums = 226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d
|
||||||
|
|
20
PKGBUILD
20
PKGBUILD
|
@ -64,12 +64,12 @@ _rev_override="n"
|
||||||
### IMPORTANT: Do no edit below this line unless you know what you're doing
|
### IMPORTANT: Do no edit below this line unless you know what you're doing
|
||||||
|
|
||||||
pkgbase=linux-clear
|
pkgbase=linux-clear
|
||||||
_major=4.18
|
_major=4.19
|
||||||
_minor=18
|
_minor=1
|
||||||
pkgver=${_major}.${_minor}
|
pkgver=${_major}.${_minor}
|
||||||
_srcname=linux-${_major}
|
_srcname=linux-${_major}
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
_clr=${_major}.16-651
|
_clr=654
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/clearlinux-pkgs/linux"
|
url="https://github.com/clearlinux-pkgs/linux"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -77,10 +77,10 @@ makedepends=('bc' 'git' 'inetutils' 'kmod' 'libelf' 'linux-firmware' 'xmlto')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
_gcc_more_v='20180509'
|
_gcc_more_v='20180509'
|
||||||
source=(
|
source=(
|
||||||
"https://www.kernel.org/pub/linux/kernel/v4.x/linux-${_major}.tar.xz"
|
"https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${_major}.tar.xz"
|
||||||
"https://www.kernel.org/pub/linux/kernel/v4.x/linux-${_major}.tar.sign"
|
"https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${_major}.tar.sign"
|
||||||
"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
|
"https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
|
||||||
"clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=${_clr}"
|
"clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=${pkgver}-${_clr}"
|
||||||
'https://downloadmirror.intel.com/28039/eng/microcode-20180807.tgz'
|
'https://downloadmirror.intel.com/28039/eng/microcode-20180807.tgz'
|
||||||
"enable_additional_cpu_optimizations-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/$_gcc_more_v.tar.gz" # enable_additional_cpu_optimizations_for_gcc
|
"enable_additional_cpu_optimizations-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/$_gcc_more_v.tar.gz" # enable_additional_cpu_optimizations_for_gcc
|
||||||
'60-linux.hook' # pacman hook for depmod
|
'60-linux.hook' # pacman hook for depmod
|
||||||
|
@ -106,7 +106,7 @@ prepare() {
|
||||||
echo "$_kernelname" > localversion.20-pkgname
|
echo "$_kernelname" > localversion.20-pkgname
|
||||||
|
|
||||||
### Add Clearlinux patches
|
### Add Clearlinux patches
|
||||||
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0500' | sed -n 's/.*: //p'); do
|
for i in $(grep '^Patch' ${srcdir}/clearlinux/linux.spec | grep -Ev '^Patch0501' | sed -n 's/.*: //p'); do
|
||||||
msg2 "Applying patch ${i}..."
|
msg2 "Applying patch ${i}..."
|
||||||
patch -Np1 -i "$srcdir/clearlinux/${i}"
|
patch -Np1 -i "$srcdir/clearlinux/${i}"
|
||||||
done
|
done
|
||||||
|
@ -335,9 +335,9 @@ for _p in "${pkgname[@]}"; do
|
||||||
}"
|
}"
|
||||||
done
|
done
|
||||||
|
|
||||||
sha256sums=('19d8bcf49ef530cd4e364a45b4a22fa70714b70349c8100e7308488e26f1eaf1'
|
sha256sums=('0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'e886822aa7e2fcd83374330255a49d9ff691632d2b43c63d174fbc006891d541'
|
'bc426a43063b0bf5f9bc59be969338e34276e4a0dbbdb50914beae59a28a3fc1'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'29f9e8dc27e6c9b6488cecd7fe2394030307799e511db2d197d9e6553a7f9e40'
|
'29f9e8dc27e6c9b6488cecd7fe2394030307799e511db2d197d9e6553a7f9e40'
|
||||||
'226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d'
|
'226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d'
|
||||||
|
|
Loading…
Reference in a new issue