summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhullyb2021-02-16 21:37:48 +0800
committerzhullyb2021-02-19 04:00:51 +0800
commitd5e2679e4eb13e1b400a10c8f1a4591de43aeb5b (patch)
tree6beb4621436b41e45f9347f92695e064a4a23098
parentf2ea92a6f1fb02f404f4e635c529aa5bc7b4f28d (diff)
downloadaur-d5e2679e4eb13e1b400a10c8f1a4591de43aeb5b.tar.gz
Add cjktty now
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23fec8bc01f3..3d139167da3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = linux-xanmod-cacule-uksm
+pkgbase = linux-xanmod-cacule-uksm-cjktty
pkgdesc = Linux Xanmod. Branch with Cacule scheduler by Hamad Marri
pkgver = 5.10.16
pkgrel = 1
@@ -18,6 +18,7 @@ pkgbase = linux-xanmod-cacule-uksm
source = choose-gcc-optimization.sh
source = 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-CLONE_NEWUSER.patch
source = 0002-UKSM.patch
+ source = 0003-CJKTTY.patch::https://raw.githubusercontent.com/zhmars/cjktty-patches/master/v5.x/cjktty-5.10.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43
@@ -26,8 +27,9 @@ pkgbase = linux-xanmod-cacule-uksm
sha256sums = 2c7369218e81dee86f8ac15bda741b9bb34fa9cefcb087760242277a8207d511
sha256sums = 6c66dba73251440352f93ff32b72f5dd49536d0f17ef9347867660fd3a626991
sha256sums = 9f7931fe587cfbc918aabbf3a1211a7179c8b2b300a1fc38c22920df4ed7dc2a
+ sha256sums = 078837287607800f948e0e26e6a8ba874d856fd37e0063e8975bb562268546c4
-pkgname = linux-xanmod-cacule-uksm
+pkgname = linux-xanmod-cacule-uksm-cjktty
pkgdesc = The Linux kernel and modules with Xanmod patches
depends = coreutils
depends = kmod
@@ -35,6 +37,6 @@ pkgname = linux-xanmod-cacule-uksm
optdepends = crda: to set the correct wireless channels of your country
optdepends = linux-firmware: firmware images needed for some devices
-pkgname = linux-xanmod-cacule-uksm-headers
+pkgname = linux-xanmod-cacule-uksm-cjktty-headers
pkgdesc = Header files and scripts for building modules for Xanmod Linux kernel
diff --git a/PKGBUILD b/PKGBUILD
index 1541fd512399..2c1b2ef4b7ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,7 +69,7 @@ _makenconfig=y
### IMPORTANT: Do no edit below this line unless you know what you're doing
-pkgbase=linux-xanmod-cacule-uksm
+pkgbase=linux-xanmod-cacule-uksm-cjktty
pkgver=5.10.16
_major=5.10
_branch=5.x
@@ -90,7 +90,8 @@ source=("https://cdn.kernel.org/pub/linux/kernel/v${_branch}/linux-${_major}.tar
"https://github.com/xanmod/linux/releases/download/${pkgver}-xanmod${xanmod}-cacule/patch-${pkgver}-xanmod${xanmod}-cacule.xz"
choose-gcc-optimization.sh
'0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-CLONE_NEWUSER.patch'
- '0002-UKSM.patch')
+ '0002-UKSM.patch'
+ '0003-CJKTTY.patch::https://raw.githubusercontent.com/zhmars/cjktty-patches/master/v5.x/cjktty-5.10.patch')
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linux Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
@@ -107,7 +108,8 @@ sha256sums=('dcdf99e43e98330d925016985bfbc7b83c66d367b714b2de0cbbfcbf83d8ca43'
'e1c108a65a34c1ed2474a8296a517025fcb26c018bf1b4c02bc12b42487de000'
'2c7369218e81dee86f8ac15bda741b9bb34fa9cefcb087760242277a8207d511'
'6c66dba73251440352f93ff32b72f5dd49536d0f17ef9347867660fd3a626991'
- '9f7931fe587cfbc918aabbf3a1211a7179c8b2b300a1fc38c22920df4ed7dc2a')
+ '9f7931fe587cfbc918aabbf3a1211a7179c8b2b300a1fc38c22920df4ed7dc2a'
+ '078837287607800f948e0e26e6a8ba874d856fd37e0063e8975bb562268546c4')
export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}
export KBUILD_BUILD_USER=${KBUILD_BUILD_USER:-makepkg}