Skip to content

Commit 261b59c

Browse files
committed
PKGBUILD: Add provides linux-headers to headers packages
Signed-off-by: Peter Jung <admin@ptr1337.dev>
1 parent 12b7834 commit 261b59c

File tree

20 files changed

+20
-0
lines changed

20 files changed

+20
-0
lines changed

linux-cachyos-bmq/.SRCINFO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ pkgname = linux-cachyos-bmq-headers
4949
pkgdesc = Headers and scripts for building modules for the Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements kernel
5050
depends = pahole
5151
depends = linux-cachyos-bmq
52+
provides = LINUX-HEADERS

linux-cachyos-bmq/PKGBUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,7 @@ _package() {
552552
_package-headers() {
553553
pkgdesc="Headers and scripts for building modules for the $pkgdesc kernel"
554554
depends=('pahole' "${pkgbase}")
555+
provides=(LINUX-HEADERS)
555556

556557
cd "${_srcname}"
557558
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"

linux-cachyos-bore/.SRCINFO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ pkgname = linux-cachyos-bore-headers
4949
pkgdesc = Headers and scripts for building modules for the Linux BORE + Cachy Sauce scheduler Kernel by CachyOS with other patches and improvements kernel
5050
depends = pahole
5151
depends = linux-cachyos-bore
52+
provides = LINUX-HEADERS

linux-cachyos-bore/PKGBUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,7 @@ _package() {
552552
_package-headers() {
553553
pkgdesc="Headers and scripts for building modules for the $pkgdesc kernel"
554554
depends=('pahole' "${pkgbase}")
555+
provides=(LINUX-HEADERS)
555556

556557
cd "${_srcname}"
557558
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"

linux-cachyos-deckify/.SRCINFO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ pkgname = linux-cachyos-deckify-headers
5353
pkgdesc = Headers and scripts for building modules for the Linux BORE + Cachy Sauce + Handheld Kernel by CachyOS with other patches and improvements. kernel
5454
depends = pahole
5555
depends = linux-cachyos-deckify
56+
provides = LINUX-HEADERS

linux-cachyos-deckify/PKGBUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,7 @@ _package() {
556556
_package-headers() {
557557
pkgdesc="Headers and scripts for building modules for the $pkgdesc kernel"
558558
depends=('pahole' "${pkgbase}")
559+
provides=(LINUX-HEADERS)
559560

560561
cd "${_srcname}"
561562
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"

linux-cachyos-eevdf/.SRCINFO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ pkgname = linux-cachyos-eevdf-headers
4747
pkgdesc = Headers and scripts for building modules for the Linux EEVDF scheduler + Cachy Sauce Kernel by CachyOS with other patches and improvements kernel
4848
depends = pahole
4949
depends = linux-cachyos-eevdf
50+
provides = LINUX-HEADERS

linux-cachyos-eevdf/PKGBUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,7 @@ _package() {
552552
_package-headers() {
553553
pkgdesc="Headers and scripts for building modules for the $pkgdesc kernel"
554554
depends=('pahole' "${pkgbase}")
555+
provides=(LINUX-HEADERS)
555556

556557
cd "${_srcname}"
557558
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"

linux-cachyos-hardened/.SRCINFO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ pkgname = linux-cachyos-hardened-headers
5151
pkgdesc = Headers and scripts for building modules for the Linux BORE scheduler and hardened Kernel by CachyOS with other patches and improvements kernel
5252
depends = pahole
5353
depends = linux-cachyos-hardened
54+
provides = LINUX-HEADERS

linux-cachyos-hardened/PKGBUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,7 @@ _package() {
549549
_package-headers() {
550550
pkgdesc="Headers and scripts for building modules for the $pkgdesc kernel"
551551
depends=('pahole' "${pkgbase}")
552+
provides=(LINUX-HEADERS)
552553

553554
cd "${_srcname}"
554555
local builddir="$pkgdir/usr/lib/modules/$(<version)/build"

0 commit comments

Comments
 (0)