Skip to content

Commit 4224303

Browse files
authored
kernels: update depends and makedepends (#808)
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
1 parent c64cf23 commit 4224303

20 files changed

Lines changed: 390 additions & 81 deletions

File tree

linux-cachyos-bmq/.SRCINFO

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,40 @@
1+
# Generated by makepkg 7.1.0
2+
# Tue Apr 14 16:01:44 UTC 2026
13
pkgbase = linux-cachyos-bmq
24
pkgdesc = Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements
3-
pkgver = 6.19.12
5+
pkgver = 7.0.0
46
pkgrel = 1
57
url = https://github.com/CachyOS/linux-cachyos
68
arch = x86_64
79
license = GPL-2.0-only
810
makedepends = bc
11+
makedepends = binutils
912
makedepends = cpio
1013
makedepends = gettext
14+
makedepends = glibc
1115
makedepends = libelf
16+
makedepends = libgcc
17+
makedepends = openssl
1218
makedepends = pahole
1319
makedepends = perl
1420
makedepends = python
1521
makedepends = rust
1622
makedepends = rust-bindgen
1723
makedepends = rust-src
1824
makedepends = tar
25+
makedepends = xxhash
1926
makedepends = xz
27+
makedepends = zlib
2028
makedepends = zstd
2129
options = !strip
2230
options = !debug
2331
options = !lto
24-
source = https://github.com/CachyOS/linux/releases/download/cachyos-6.19.12-2/cachyos-6.19.12-2.tar.gz
32+
source = https://github.com/CachyOS/linux/releases/download/cachyos-7.0.0-2/cachyos-7.0.0-2.tar.gz
2533
source = config
26-
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.19/sched/0001-prjc-cachy.patch
27-
b2sums = fcc2e23cd0bc55ad638216e5326b8a823f6091bde09388b9933dda6be37237ffb9193d0bdc6d2540ce7d1bfc21ccb9b4901b86543c2c4c4c3aef761b1069c645
28-
b2sums = c5a9e9c21351a31201f790a6c2389938e593d9228043aa031897537d3da17a149886acb2de73fbb7c1e8ffecfd71bf548ca800ee87b02ca306b92bf38a4e74a8
29-
b2sums = d85172c9f23dd8ed580f274cb5c8226c2d994e13d42b09129b0088c368a5c50125bcee0fbebd9fd6a561955cdb003a0d3d497045f0e9440b9303eb2830ed1ff9
34+
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/7.0/sched/0001-prjc-cachy.patch
35+
b2sums = 40fefc434872c4ec8af8c780b2926d959ad74f1a3d94ad454d0f889caa67ab913cac3e5109f28c69c27acc4fc033c6c478128ba799447edbb207252923a63943
36+
b2sums = b247fa1ddea7d6124348fa66438715b1eb7afe279fd0d073cf9a366deecd322dbfea3843de0c61356f0d88b242cec42dbb6b2b2344d4ae9042335118c0c31e81
37+
b2sums = c91f71dd4dd33fedd45a1969b4304a112e02bdd6eda537fea504b37d2cf35773f3680bd65078be2a251f440fe747cb30532cfb1bf7b906e3e2fc85cfa79619a0
3038

3139
pkgname = linux-cachyos-bmq
3240
pkgdesc = The Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements kernel and modules
@@ -47,6 +55,14 @@ pkgname = linux-cachyos-bmq
4755

4856
pkgname = linux-cachyos-bmq-headers
4957
pkgdesc = Headers and scripts for building modules for the Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements kernel
58+
depends = binutils
59+
depends = glibc
60+
depends = libelf
61+
depends = libgcc
62+
depends = openssl
5063
depends = pahole
64+
depends = xxhash
65+
depends = zlib
66+
depends = zstd
5167
depends = linux-cachyos-bmq
5268
provides = LINUX-HEADERS

linux-cachyos-bmq/PKGBUILD

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,17 +167,23 @@ license=('GPL-2.0-only')
167167
options=('!strip' '!debug' '!lto')
168168
makedepends=(
169169
bc
170+
binutils
170171
cpio
171172
gettext
173+
glibc
172174
libelf
175+
libgcc
176+
openssl
173177
pahole
174178
perl
175179
python
176180
rust
177181
rust-bindgen
178182
rust-src
179183
tar
184+
xxhash
180185
xz
186+
zlib
181187
zstd
182188
)
183189

@@ -551,7 +557,16 @@ _package() {
551557

552558
_package-headers() {
553559
pkgdesc="Headers and scripts for building modules for the $pkgdesc kernel"
554-
depends=('pahole' "${pkgbase}")
560+
depends=(binutils
561+
glibc
562+
libelf
563+
libgcc
564+
openssl
565+
pahole
566+
xxhash
567+
zlib
568+
zstd
569+
"${pkgbase}")
555570
provides=(LINUX-HEADERS)
556571

557572
cd "${_srcname}"
@@ -733,6 +748,6 @@ for _p in "${pkgname[@]}"; do
733748
}"
734749
done
735750

736-
b2sums=('fcc2e23cd0bc55ad638216e5326b8a823f6091bde09388b9933dda6be37237ffb9193d0bdc6d2540ce7d1bfc21ccb9b4901b86543c2c4c4c3aef761b1069c645'
737-
'c5a9e9c21351a31201f790a6c2389938e593d9228043aa031897537d3da17a149886acb2de73fbb7c1e8ffecfd71bf548ca800ee87b02ca306b92bf38a4e74a8'
738-
'd85172c9f23dd8ed580f274cb5c8226c2d994e13d42b09129b0088c368a5c50125bcee0fbebd9fd6a561955cdb003a0d3d497045f0e9440b9303eb2830ed1ff9')
751+
b2sums=('40fefc434872c4ec8af8c780b2926d959ad74f1a3d94ad454d0f889caa67ab913cac3e5109f28c69c27acc4fc033c6c478128ba799447edbb207252923a63943'
752+
'b247fa1ddea7d6124348fa66438715b1eb7afe279fd0d073cf9a366deecd322dbfea3843de0c61356f0d88b242cec42dbb6b2b2344d4ae9042335118c0c31e81'
753+
'c91f71dd4dd33fedd45a1969b4304a112e02bdd6eda537fea504b37d2cf35773f3680bd65078be2a251f440fe747cb30532cfb1bf7b906e3e2fc85cfa79619a0')

linux-cachyos-bore/.SRCINFO

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,40 @@
1+
# Generated by makepkg 7.1.0
2+
# Tue Apr 14 16:01:51 UTC 2026
13
pkgbase = linux-cachyos-bore
24
pkgdesc = Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements
3-
pkgver = 6.19.12
5+
pkgver = 7.0.0
46
pkgrel = 1
57
url = https://github.com/CachyOS/linux-cachyos
68
arch = x86_64
79
license = GPL-2.0-only
810
makedepends = bc
11+
makedepends = binutils
912
makedepends = cpio
1013
makedepends = gettext
14+
makedepends = glibc
1115
makedepends = libelf
16+
makedepends = libgcc
17+
makedepends = openssl
1218
makedepends = pahole
1319
makedepends = perl
1420
makedepends = python
1521
makedepends = rust
1622
makedepends = rust-bindgen
1723
makedepends = rust-src
1824
makedepends = tar
25+
makedepends = xxhash
1926
makedepends = xz
27+
makedepends = zlib
2028
makedepends = zstd
2129
options = !strip
2230
options = !debug
2331
options = !lto
24-
source = https://github.com/CachyOS/linux/releases/download/cachyos-6.19.12-2/cachyos-6.19.12-2.tar.gz
32+
source = https://github.com/CachyOS/linux/releases/download/cachyos-7.0.0-2/cachyos-7.0.0-2.tar.gz
2533
source = config
26-
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.19/sched/0001-bore-cachy.patch
27-
b2sums = fcc2e23cd0bc55ad638216e5326b8a823f6091bde09388b9933dda6be37237ffb9193d0bdc6d2540ce7d1bfc21ccb9b4901b86543c2c4c4c3aef761b1069c645
28-
b2sums = c5a9e9c21351a31201f790a6c2389938e593d9228043aa031897537d3da17a149886acb2de73fbb7c1e8ffecfd71bf548ca800ee87b02ca306b92bf38a4e74a8
29-
b2sums = d22b4d57707bfd94469e006ee6b43f09fc3b52bf41463b8ec33d1de14d71cea7fc8b3df8d5d9db57aacf69711209bc602a7868939e553f4972e0c6753e734333
34+
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/7.0/sched/0001-bore-cachy.patch
35+
b2sums = 40fefc434872c4ec8af8c780b2926d959ad74f1a3d94ad454d0f889caa67ab913cac3e5109f28c69c27acc4fc033c6c478128ba799447edbb207252923a63943
36+
b2sums = b247fa1ddea7d6124348fa66438715b1eb7afe279fd0d073cf9a366deecd322dbfea3843de0c61356f0d88b242cec42dbb6b2b2344d4ae9042335118c0c31e81
37+
b2sums = 9dc1a5a46d8ecf606323926f22b4ce0aaf910dc47fd9ab9b8d08d1600e0bb45109babf7098f390562d8d8456239bb44b7db13b175fe2f529b9784a603dc11fbe
3038

3139
pkgname = linux-cachyos-bore
3240
pkgdesc = The Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements kernel and modules
@@ -47,6 +55,14 @@ pkgname = linux-cachyos-bore
4755

4856
pkgname = linux-cachyos-bore-headers
4957
pkgdesc = Headers and scripts for building modules for the Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements kernel
58+
depends = binutils
59+
depends = glibc
60+
depends = libelf
61+
depends = libgcc
62+
depends = openssl
5063
depends = pahole
64+
depends = xxhash
65+
depends = zlib
66+
depends = zstd
5167
depends = linux-cachyos-bore
5268
provides = LINUX-HEADERS

linux-cachyos-bore/PKGBUILD

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,17 +167,23 @@ license=('GPL-2.0-only')
167167
options=('!strip' '!debug' '!lto')
168168
makedepends=(
169169
bc
170+
binutils
170171
cpio
171172
gettext
173+
glibc
172174
libelf
175+
libgcc
176+
openssl
173177
pahole
174178
perl
175179
python
176180
rust
177181
rust-bindgen
178182
rust-src
179183
tar
184+
xxhash
180185
xz
186+
zlib
181187
zstd
182188
)
183189

@@ -551,7 +557,16 @@ _package() {
551557

552558
_package-headers() {
553559
pkgdesc="Headers and scripts for building modules for the $pkgdesc kernel"
554-
depends=('pahole' "${pkgbase}")
560+
depends=(binutils
561+
glibc
562+
libelf
563+
libgcc
564+
openssl
565+
pahole
566+
xxhash
567+
zlib
568+
zstd
569+
"${pkgbase}")
555570
provides=(LINUX-HEADERS)
556571

557572
cd "${_srcname}"
@@ -733,6 +748,6 @@ for _p in "${pkgname[@]}"; do
733748
}"
734749
done
735750

736-
b2sums=('fcc2e23cd0bc55ad638216e5326b8a823f6091bde09388b9933dda6be37237ffb9193d0bdc6d2540ce7d1bfc21ccb9b4901b86543c2c4c4c3aef761b1069c645'
737-
'c5a9e9c21351a31201f790a6c2389938e593d9228043aa031897537d3da17a149886acb2de73fbb7c1e8ffecfd71bf548ca800ee87b02ca306b92bf38a4e74a8'
738-
'd22b4d57707bfd94469e006ee6b43f09fc3b52bf41463b8ec33d1de14d71cea7fc8b3df8d5d9db57aacf69711209bc602a7868939e553f4972e0c6753e734333')
751+
b2sums=('40fefc434872c4ec8af8c780b2926d959ad74f1a3d94ad454d0f889caa67ab913cac3e5109f28c69c27acc4fc033c6c478128ba799447edbb207252923a63943'
752+
'b247fa1ddea7d6124348fa66438715b1eb7afe279fd0d073cf9a366deecd322dbfea3843de0c61356f0d88b242cec42dbb6b2b2344d4ae9042335118c0c31e81'
753+
'9dc1a5a46d8ecf606323926f22b4ce0aaf910dc47fd9ab9b8d08d1600e0bb45109babf7098f390562d8d8456239bb44b7db13b175fe2f529b9784a603dc11fbe')

linux-cachyos-deckify/.SRCINFO

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,44 @@
1+
# Generated by makepkg 7.1.0
2+
# Tue Apr 14 16:01:59 UTC 2026
13
pkgbase = linux-cachyos-deckify
24
pkgdesc = Linux BORE + Cachy Sauce + Handheld Kernel by CachyOS with other patches and improvements.
3-
pkgver = 6.19.12
5+
pkgver = 7.0.0
46
pkgrel = 1
57
url = https://github.com/CachyOS/linux-cachyos
68
arch = x86_64
79
license = GPL-2.0-only
810
makedepends = bc
11+
makedepends = binutils
912
makedepends = cpio
1013
makedepends = gettext
14+
makedepends = glibc
1115
makedepends = libelf
16+
makedepends = libgcc
17+
makedepends = openssl
1218
makedepends = pahole
1319
makedepends = perl
1420
makedepends = python
1521
makedepends = rust
1622
makedepends = rust-bindgen
1723
makedepends = rust-src
1824
makedepends = tar
25+
makedepends = xxhash
1926
makedepends = xz
27+
makedepends = zlib
2028
makedepends = zstd
2129
options = !strip
2230
options = !debug
2331
options = !lto
24-
source = https://github.com/CachyOS/linux/releases/download/cachyos-6.19.12-2/cachyos-6.19.12-2.tar.gz
32+
source = https://github.com/CachyOS/linux/releases/download/cachyos-7.0.0-2/cachyos-7.0.0-2.tar.gz
2533
source = config
26-
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.19/misc/0001-acpi-call.patch
27-
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.19/misc/0001-handheld.patch
28-
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.19/sched/0001-bore-cachy.patch
29-
b2sums = fcc2e23cd0bc55ad638216e5326b8a823f6091bde09388b9933dda6be37237ffb9193d0bdc6d2540ce7d1bfc21ccb9b4901b86543c2c4c4c3aef761b1069c645
30-
b2sums = ce0807a020329980eab2412b9ab067c1e2bda01f9a82d43ba3c733c73305ba443c00f2831aa935de2cd40e4761ad5733af04f420fc70e9a76a6e105b62694b68
34+
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/7.0/misc/0001-acpi-call.patch
35+
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/7.0/misc/0001-handheld.patch
36+
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/7.0/sched/0001-bore-cachy.patch
37+
b2sums = 40fefc434872c4ec8af8c780b2926d959ad74f1a3d94ad454d0f889caa67ab913cac3e5109f28c69c27acc4fc033c6c478128ba799447edbb207252923a63943
38+
b2sums = b247fa1ddea7d6124348fa66438715b1eb7afe279fd0d073cf9a366deecd322dbfea3843de0c61356f0d88b242cec42dbb6b2b2344d4ae9042335118c0c31e81
3139
b2sums = ddaf90fd846e13cb213fb343f9599447d377dd51111cd2cbfbda2334836ba7c6925a28453353017a785163dbd1d5d44f1c7eca036c611a8dcf2cecab7d35c2de
32-
b2sums = a756cc68d6557113c6b4817b1d8ef75415541c52f765c1506e460104a7a0efb233f42662f4a591d114bca2767f415dd2003da559da5338566b5c7448fd21708b
33-
b2sums = d22b4d57707bfd94469e006ee6b43f09fc3b52bf41463b8ec33d1de14d71cea7fc8b3df8d5d9db57aacf69711209bc602a7868939e553f4972e0c6753e734333
40+
b2sums = b2083fdba47db86a75b2395de3294dcec91bb0732a8df8833146315e7a1bfc69d8a91423ae641fa8bd663cdd17ee68bf92a090ea7edd136eec0a9b760e1b7cd5
41+
b2sums = 9dc1a5a46d8ecf606323926f22b4ce0aaf910dc47fd9ab9b8d08d1600e0bb45109babf7098f390562d8d8456239bb44b7db13b175fe2f529b9784a603dc11fbe
3442

3543
pkgname = linux-cachyos-deckify
3644
pkgdesc = The Linux BORE + Cachy Sauce + Handheld Kernel by CachyOS with other patches and improvements. kernel and modules
@@ -51,6 +59,14 @@ pkgname = linux-cachyos-deckify
5159

5260
pkgname = linux-cachyos-deckify-headers
5361
pkgdesc = Headers and scripts for building modules for the Linux BORE + Cachy Sauce + Handheld Kernel by CachyOS with other patches and improvements. kernel
62+
depends = binutils
63+
depends = glibc
64+
depends = libelf
65+
depends = libgcc
66+
depends = openssl
5467
depends = pahole
68+
depends = xxhash
69+
depends = zlib
70+
depends = zstd
5571
depends = linux-cachyos-deckify
5672
provides = LINUX-HEADERS

linux-cachyos-deckify/PKGBUILD

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,17 +166,23 @@ license=('GPL-2.0-only')
166166
options=('!strip' '!debug' '!lto')
167167
makedepends=(
168168
bc
169+
binutils
169170
cpio
170171
gettext
172+
glibc
171173
libelf
174+
libgcc
175+
openssl
172176
pahole
173177
perl
174178
python
175179
rust
176180
rust-bindgen
177181
rust-src
178182
tar
183+
xxhash
179184
xz
185+
zlib
180186
zstd
181187
)
182188

@@ -570,7 +576,16 @@ _package() {
570576

571577
_package-headers() {
572578
pkgdesc="Headers and scripts for building modules for the $pkgdesc kernel"
573-
depends=('pahole' "${pkgbase}")
579+
depends=(binutils
580+
glibc
581+
libelf
582+
libgcc
583+
openssl
584+
pahole
585+
xxhash
586+
zlib
587+
zstd
588+
"${pkgbase}")
574589
provides=(LINUX-HEADERS)
575590

576591
cd "${_srcname}"
@@ -752,8 +767,8 @@ for _p in "${pkgname[@]}"; do
752767
}"
753768
done
754769

755-
b2sums=('fcc2e23cd0bc55ad638216e5326b8a823f6091bde09388b9933dda6be37237ffb9193d0bdc6d2540ce7d1bfc21ccb9b4901b86543c2c4c4c3aef761b1069c645'
756-
'ce0807a020329980eab2412b9ab067c1e2bda01f9a82d43ba3c733c73305ba443c00f2831aa935de2cd40e4761ad5733af04f420fc70e9a76a6e105b62694b68'
770+
b2sums=('40fefc434872c4ec8af8c780b2926d959ad74f1a3d94ad454d0f889caa67ab913cac3e5109f28c69c27acc4fc033c6c478128ba799447edbb207252923a63943'
771+
'b247fa1ddea7d6124348fa66438715b1eb7afe279fd0d073cf9a366deecd322dbfea3843de0c61356f0d88b242cec42dbb6b2b2344d4ae9042335118c0c31e81'
757772
'ddaf90fd846e13cb213fb343f9599447d377dd51111cd2cbfbda2334836ba7c6925a28453353017a785163dbd1d5d44f1c7eca036c611a8dcf2cecab7d35c2de'
758-
'a756cc68d6557113c6b4817b1d8ef75415541c52f765c1506e460104a7a0efb233f42662f4a591d114bca2767f415dd2003da559da5338566b5c7448fd21708b'
759-
'd22b4d57707bfd94469e006ee6b43f09fc3b52bf41463b8ec33d1de14d71cea7fc8b3df8d5d9db57aacf69711209bc602a7868939e553f4972e0c6753e734333')
773+
'b2083fdba47db86a75b2395de3294dcec91bb0732a8df8833146315e7a1bfc69d8a91423ae641fa8bd663cdd17ee68bf92a090ea7edd136eec0a9b760e1b7cd5'
774+
'9dc1a5a46d8ecf606323926f22b4ce0aaf910dc47fd9ab9b8d08d1600e0bb45109babf7098f390562d8d8456239bb44b7db13b175fe2f529b9784a603dc11fbe')

0 commit comments

Comments
 (0)