Skip to content

Commit

Permalink
Refactor PKGBUILD
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Aug 3, 2024
1 parent 1f081e6 commit a18fcf7
Show file tree
Hide file tree
Showing 22 changed files with 177 additions and 24 deletions.
1 change: 0 additions & 1 deletion linux-cachyos-bore/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ pkgbase = linux-cachyos-bore
makedepends = gcc
makedepends = gcc-libs
makedepends = glibc
makedepends = binutils
makedepends = make
makedepends = patch
makedepends = python
Expand Down
17 changes: 16 additions & 1 deletion linux-cachyos-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,22 @@ arch=('x86_64')
url="https://github.com/CachyOS/linux-cachyos"
license=('GPL-2.0-only')
options=('!strip' '!debug' '!lto')
makedepends=('bc' 'libelf' 'pahole' 'cpio' 'perl' 'tar' 'xz' 'zstd' 'gcc' 'gcc-libs' 'glibc' 'binutils' 'make' 'patch' 'python')
makedepends=(
bc
libelf
pahole
cpio
perl
tar
xz
zstd
gcc
gcc-libs
glibc
make
patch
python
)
# LLVM makedepends
if [[ "$_use_llvm_lto" = "thin" || "$_use_llvm_lto" = "full" ]] || [ -n "$_use_kcfi" ]; then
makedepends+=(clang llvm lld)
Expand Down
1 change: 0 additions & 1 deletion linux-cachyos-deckify/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ pkgbase = linux-cachyos-deckify
makedepends = gcc
makedepends = gcc-libs
makedepends = glibc
makedepends = binutils
makedepends = make
makedepends = patch
makedepends = python
Expand Down
17 changes: 16 additions & 1 deletion linux-cachyos-deckify/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,22 @@ arch=('x86_64' 'x86_64_v3')
url="https://github.com/CachyOS/linux-cachyos"
license=('GPL-2.0-only')
options=('!strip' '!debug' '!lto')
makedepends=('bc' 'libelf' 'pahole' 'cpio' 'perl' 'tar' 'xz' 'zstd' 'gcc' 'gcc-libs' 'glibc' 'binutils' 'make' 'patch' 'python')
makedepends=(
bc
libelf
pahole
cpio
perl
tar
xz
zstd
gcc
gcc-libs
glibc
make
patch
python
)
# LLVM makedepends
if [[ "$_use_llvm_lto" = "thin" || "$_use_llvm_lto" = "full" ]] || [ -n "$_use_kcfi" ]; then
makedepends+=(clang llvm lld)
Expand Down
1 change: 0 additions & 1 deletion linux-cachyos-echo/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ pkgbase = linux-cachyos-echo
makedepends = gcc
makedepends = gcc-libs
makedepends = glibc
makedepends = binutils
makedepends = make
makedepends = patch
makedepends = python
Expand Down
17 changes: 16 additions & 1 deletion linux-cachyos-echo/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,22 @@ arch=('x86_64' 'x86_64_v3')
url="https://github.com/CachyOS/linux-cachyos"
license=('GPL-2.0-only')
options=('!strip' '!debug' '!lto')
makedepends=('bc' 'libelf' 'pahole' 'cpio' 'perl' 'tar' 'xz' 'zstd' 'gcc' 'gcc-libs' 'glibc' 'binutils' 'make' 'patch' 'python')
makedepends=(
bc
libelf
pahole
cpio
perl
tar
xz
zstd
gcc
gcc-libs
glibc
make
patch
python
)
# LLVM makedepends
if [[ "$_use_llvm_lto" = "thin" || "$_use_llvm_lto" = "full" ]] || [ -n "$_use_kcfi" ]; then
makedepends+=(clang llvm lld)
Expand Down
1 change: 0 additions & 1 deletion linux-cachyos-eevdf/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ pkgbase = linux-cachyos-eevdf
makedepends = gcc
makedepends = gcc-libs
makedepends = glibc
makedepends = binutils
makedepends = make
makedepends = patch
makedepends = python
Expand Down
17 changes: 16 additions & 1 deletion linux-cachyos-eevdf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,22 @@ arch=('x86_64')
url="https://github.com/CachyOS/linux-cachyos"
license=('GPL-2.0-only')
options=('!strip' '!debug' '!lto')
makedepends=('bc' 'libelf' 'pahole' 'cpio' 'perl' 'tar' 'xz' 'zstd' 'gcc' 'gcc-libs' 'glibc' 'binutils' 'make' 'patch' 'python')
makedepends=(
bc
libelf
pahole
cpio
perl
tar
xz
zstd
gcc
gcc-libs
glibc
make
patch
python
)
# LLVM makedepends
if [[ "$_use_llvm_lto" = "thin" || "$_use_llvm_lto" = "full" ]] || [ -n "$_use_kcfi" ]; then
makedepends+=(clang llvm lld)
Expand Down
1 change: 0 additions & 1 deletion linux-cachyos-hardened/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ pkgbase = linux-cachyos-hardened
makedepends = gcc
makedepends = gcc-libs
makedepends = glibc
makedepends = binutils
makedepends = make
makedepends = patch
makedepends = python
Expand Down
17 changes: 16 additions & 1 deletion linux-cachyos-hardened/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,22 @@ arch=('x86_64')
url="https://github.com/CachyOS/linux-cachyos"
license=('GPL-2.0-only')
options=('!strip' '!debug' '!lto')
makedepends=('bc' 'libelf' 'pahole' 'cpio' 'perl' 'tar' 'xz' 'zstd' 'gcc' 'gcc-libs' 'glibc' 'binutils' 'make' 'patch' 'python')
makedepends=(
bc
libelf
pahole
cpio
perl
tar
xz
zstd
gcc
gcc-libs
glibc
make
patch
python
)
# LLVM makedepends
if [[ "$_use_llvm_lto" = "thin" || "$_use_llvm_lto" = "full" ]] || [ -n "$_use_kcfi" ]; then
makedepends+=(clang llvm lld)
Expand Down
1 change: 0 additions & 1 deletion linux-cachyos-lts/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ pkgbase = linux-cachyos-lts
makedepends = gcc
makedepends = gcc-libs
makedepends = glibc
makedepends = binutils
makedepends = make
makedepends = patch
makedepends = python
Expand Down
17 changes: 16 additions & 1 deletion linux-cachyos-lts/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,22 @@ arch=('x86_64' 'x86_64_v3')
url="https://github.com/CachyOS/linux-cachyos"
license=('GPL-2.0-only')
options=('!strip' '!debug' '!lto')
makedepends=('bc' 'libelf' 'pahole' 'cpio' 'perl' 'tar' 'xz' 'zstd' 'gcc' 'gcc-libs' 'glibc' 'binutils' 'make' 'patch' 'python')
makedepends=(
bc
libelf
pahole
cpio
perl
tar
xz
zstd
gcc
gcc-libs
glibc
make
patch
python
)
# LLVM makedepends
if [[ "$_use_llvm_lto" = "thin" || "$_use_llvm_lto" = "full" ]] || [ -n "$_use_kcfi" ]; then
makedepends+=(clang llvm lld)
Expand Down
2 changes: 0 additions & 2 deletions linux-cachyos-rc/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pkgbase = linux-cachyos-rc
pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
arch = x86_64_v3
license = GPL-2.0-only
makedepends = bc
makedepends = libelf
Expand All @@ -17,7 +16,6 @@ pkgbase = linux-cachyos-rc
makedepends = gcc
makedepends = gcc-libs
makedepends = glibc
makedepends = binutils
makedepends = make
makedepends = patch
makedepends = python
Expand Down
19 changes: 17 additions & 2 deletions linux-cachyos-rc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,26 @@ pkgdesc='Linux SCHED-EXT + Cachy Sauce Kernel by CachyOS with other patches and
pkgrel=1
_kernver=$pkgver-$pkgrel
_kernuname="${pkgver}-${pkgsuffix}"
arch=('x86_64' 'x86_64_v3')
arch=('x86_64')
url="https://github.com/CachyOS/linux-cachyos"
license=('GPL-2.0-only')
options=('!strip' '!debug' '!lto')
makedepends=('bc' 'libelf' 'pahole' 'cpio' 'perl' 'tar' 'xz' 'zstd' 'gcc' 'gcc-libs' 'glibc' 'binutils' 'make' 'patch' 'python')
makedepends=(
bc
libelf
pahole
cpio
perl
tar
xz
zstd
gcc
gcc-libs
glibc
make
patch
python
)
# LLVM makedepends
if [[ "$_use_llvm_lto" = "thin" || "$_use_llvm_lto" = "full" ]] || [ -n "$_use_kcfi" ]; then
makedepends+=(clang llvm lld)
Expand Down
1 change: 0 additions & 1 deletion linux-cachyos-rt-bore/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ pkgbase = linux-cachyos-rt-bore
makedepends = gcc
makedepends = gcc-libs
makedepends = glibc
makedepends = binutils
makedepends = make
makedepends = patch
makedepends = python
Expand Down
17 changes: 16 additions & 1 deletion linux-cachyos-rt-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,22 @@ arch=('x86_64')
url="https://github.com/CachyOS/linux-cachyos"
license=('GPL-2.0-only')
options=('!strip' '!debug' '!lto')
makedepends=('bc' 'libelf' 'pahole' 'cpio' 'perl' 'tar' 'xz' 'zstd' 'gcc' 'gcc-libs' 'glibc' 'binutils' 'make' 'patch' 'python')
makedepends=(
bc
libelf
pahole
cpio
perl
tar
xz
zstd
gcc
gcc-libs
glibc
make
patch
python
)
# LLVM makedepends
if [[ "$_use_llvm_lto" = "thin" || "$_use_llvm_lto" = "full" ]] || [ -n "$_use_kcfi" ]; then
makedepends+=(clang llvm lld)
Expand Down
1 change: 0 additions & 1 deletion linux-cachyos-sched-ext/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ pkgbase = linux-cachyos-sched-ext
makedepends = gcc
makedepends = gcc-libs
makedepends = glibc
makedepends = binutils
makedepends = make
makedepends = patch
makedepends = python
Expand Down
17 changes: 16 additions & 1 deletion linux-cachyos-sched-ext/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,22 @@ arch=('x86_64')
url="https://github.com/CachyOS/linux-cachyos"
license=('GPL-2.0-only')
options=('!strip' '!debug' '!lto')
makedepends=('bc' 'libelf' 'pahole' 'cpio' 'perl' 'tar' 'xz' 'zstd' 'gcc' 'gcc-libs' 'glibc' 'binutils' 'make' 'patch' 'python')
makedepends=(
bc
libelf
pahole
cpio
perl
tar
xz
zstd
gcc
gcc-libs
glibc
make
patch
python
)
# LLVM makedepends
if [[ "$_use_llvm_lto" = "thin" || "$_use_llvm_lto" = "full" ]] || [ -n "$_use_kcfi" ]; then
makedepends+=(clang llvm lld)
Expand Down
1 change: 0 additions & 1 deletion linux-cachyos-server/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ pkgbase = linux-cachyos-server
makedepends = gcc
makedepends = gcc-libs
makedepends = glibc
makedepends = binutils
makedepends = make
makedepends = patch
makedepends = python
Expand Down
17 changes: 16 additions & 1 deletion linux-cachyos-server/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,22 @@ arch=('x86_64')
url="https://github.com/CachyOS/linux-cachyos"
license=('GPL-2.0-only')
options=('!strip' '!debug' '!lto')
makedepends=('bc' 'libelf' 'pahole' 'cpio' 'perl' 'tar' 'xz' 'zstd' 'gcc' 'gcc-libs' 'glibc' 'binutils' 'make' 'patch' 'python')
makedepends=(
bc
libelf
pahole
cpio
perl
tar
xz
zstd
gcc
gcc-libs
glibc
make
patch
python
)
# LLVM makedepends
if [[ "$_use_llvm_lto" = "thin" || "$_use_llvm_lto" = "full" ]] || [ -n "$_use_kcfi" ]; then
makedepends+=(clang llvm lld)
Expand Down
1 change: 0 additions & 1 deletion linux-cachyos/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ pkgbase = linux-cachyos
makedepends = gcc
makedepends = gcc-libs
makedepends = glibc
makedepends = binutils
makedepends = make
makedepends = patch
makedepends = python
Expand Down
17 changes: 16 additions & 1 deletion linux-cachyos/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,22 @@ arch=('x86_64')
url="https://github.com/CachyOS/linux-cachyos"
license=('GPL-2.0-only')
options=('!strip' '!debug' '!lto')
makedepends=('bc' 'libelf' 'pahole' 'cpio' 'perl' 'tar' 'xz' 'zstd' 'gcc' 'gcc-libs' 'glibc' 'binutils' 'make' 'patch' 'python')
makedepends=(
bc
libelf
pahole
cpio
perl
tar
xz
zstd
gcc
gcc-libs
glibc
make
patch
python
)
# LLVM makedepends
if [[ "$_use_llvm_lto" = "thin" || "$_use_llvm_lto" = "full" ]] || [ -n "$_use_kcfi" ]; then
makedepends+=(clang llvm lld)
Expand Down

0 comments on commit a18fcf7

Please sign in to comment.