# Maintainer: Maximilian Luz pkgbase=linux-surface-lts pkgver=4.19.110 pkgrel=1 pkgdesc='LTS Linux' url="https://www.kernel.org/" arch=(x86_64) license=(GPL2) makedepends=( bc kmod libelf xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick ) options=('!strip') _srcname=linux-$pkgver source=( https://www.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/${_srcname}.tar.{xz,sign} config # the main kernel config file 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch surface.config 0001-surface3-power.patch 0002-surface3-spi.patch 0003-surface3-oemb.patch 0004-surface-buttons.patch 0005-surface-sam.patch 0006-suspend.patch 0007-ipts.patch 0008-surface-lte.patch 0009-ioremap_uc.patch 0010-wifi.patch ) validpgpkeys=( 'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman ) # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc sha256sums=('ca113d2c4a061cbb6efaab60290b10dda0298e3249ff1d0c2327eb3d827c6b96' 'SKIP' '4e68572e7cc4c5368f0236e0792660ae8498373988625dca46e509399a7eaea6' 'a13581d3c6dc595206e4fe7fcf6b542e7a1bdbe96101f0f010fc5be49f99baf2' 'c602c46325ef87e19f437a7326ac4e36e539f005a27ad1416e75bbc227cade58' '861ddac7aed14f31adc5af7871613f76a673a574297e3beac3aaa401091c9e09' '8fc15c09b23dc6fa4b4831ba882f1c1e53a2f4477d899b0aac07f024ccc66d57' '9b098ba2d5506665c021ac3035be534f02826ccc2b2b87ef6c3ff484fa04f8da' 'fb91e15d9264d81dd999ad3f7f56765aa7ffbd517bc1af1dae1cc054fe13f3d0' '450acc3ec328e5cf62fb47e6803c82e02b2a3ddb321270c5e438faf75f62821a' '852b14a01ab61b393d51bb1d9bfb4c7936b8bcf51699f25c386b263efde651d0' 'f181574028b80a1df3327cd016c20841639ad00c6e1c6cf515699a85529815a8' '0a2d2189ece6cc14f03d7279f3eb068cb98afcdf6d0992e24e4b43ff146086fc' '5db036baa250330793d87e739c44550feb50ff4ea9ce25c5fbf60ce6850d6b47' '3a17cfa87167ebeabdfa51d686bd8a9265080729161b505052498159a1158395') export KBUILD_BUILD_HOST=archlinux export KBUILD_BUILD_USER=$pkgbase export KBUILD_BUILD_TIMESTAMP="$(date -Ru${SOURCE_DATE_EPOCH:+d @$SOURCE_DATE_EPOCH})" # optional certificate and key for secure boot signing _mok_crt="$PWD/MOK.crt" _mok_key="$PWD/MOK.key" prepare() { cd $_srcname msg2 "Setting version..." scripts/setlocalversion --save-scmversion echo "-$pkgrel" > localversion.10-pkgrel echo "${pkgbase#linux}" > localversion.20-pkgname local src for src in "${source[@]}"; do src="${src%%::*}" src="${src##*/}" [[ $src = *.patch ]] || continue msg2 "Applying patch $src..." patch -Np1 < "../$src" done msg2 "Setting config..." # cp ../config .config # merge the two configs together ./scripts/kconfig/merge_config.sh -m ../config ../surface.config make olddefconfig make -s kernelrelease > version msg2 "Prepared %s version %s" "$pkgbase" "$(