From 49f6ca84cead58280a4cc3cc079a9610dcbed07d Mon Sep 17 00:00:00 2001 From: bill-auger Date: Mon, 23 May 2022 17:19:54 -0400 Subject: [acpi_call][acpi_call-dkms][acpi_call-lts][tp_smapi][tp_smapi-lts]: rebuild against latest kernels --- libre/acpi_call-dkms/PKGBUILD | 18 ++++++++++++++++-- libre/acpi_call-lts/PKGBUILD | 27 ++++++++++++++++++++------- libre/acpi_call/PKGBUILD | 17 +++++++++++++++-- libre/tp_smapi-lts/PKGBUILD | 35 ++++++++++++++++++++++++----------- libre/tp_smapi/PKGBUILD | 35 ++++++++++++++++++++++++----------- 5 files changed, 99 insertions(+), 33 deletions(-) diff --git a/libre/acpi_call-dkms/PKGBUILD b/libre/acpi_call-dkms/PKGBUILD index a539c0522..bf43b4ae9 100644 --- a/libre/acpi_call-dkms/PKGBUILD +++ b/libre/acpi_call-dkms/PKGBUILD @@ -6,7 +6,20 @@ # Maintainer: Omar Vega Ramos -_basekernel=5.17.3 +# build order: +# acpi_call-dkms <- acpi_call-lts +# acpi_call +# linux-libre-lts-headers <- acpi_call-lts +# tp_smapi-lts +# linux-libre-headers <- acpi_call +# tp_smapi +# +# these packages may be built as a batch, with the helper script: +# 'scripts/package-all-acpi_call-tp_smapi' +# simply edit '_basekernel' in each # TODO: automate that too + + +_basekernel=5.18.14 pkgname=acpi_call-dkms _tag='9f1c0b5d046bdfdec769809435257647fd475473' # git rev-parse v${_tag_name} @@ -16,7 +29,8 @@ pkgrel+=.parabola1.basekernel${_basekernel} pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call - module sources' pkgdesc+=' (for linux-libre)' url='https://github.com/nix-community/acpi_call' -arch=('armv7h' 'i686' 'x86_64') +arch=('any') +arch=('armv7h' 'i686' 'x86_64') # just to simplify the package-all-acpi_call-tp_smapi script license=('GPL') depends=('dkms') makedepends=('git') diff --git a/libre/acpi_call-lts/PKGBUILD b/libre/acpi_call-lts/PKGBUILD index 6cc715a9c..8cab1e7f8 100644 --- a/libre/acpi_call-lts/PKGBUILD +++ b/libre/acpi_call-lts/PKGBUILD @@ -1,12 +1,25 @@ -# Maintainer (Arch): Maxime Gauduin -# Contributor (Arch): mortzu -# Contributor (Arch): fnord0 -# Contributor (Hyperbola): André Silva -# Contributor (Hyperbola): Márcio Silva +# Maintainer (arch): Maxime Gauduin +# Contributor: mortzu +# Contributor: fnord0 +# Contributor: André Silva +# Contributor: Márcio Silva # Maintainer: Omar Vega Ramos -_basekernel=5.10.89 +# build order: +# acpi_call-dkms <- acpi_call-lts +# acpi_call +# linux-libre-lts-headers <- acpi_call-lts +# tp_smapi-lts +# linux-libre-headers <- acpi_call +# tp_smapi +# +# these packages may be built as a batch, with the helper script: +# 'scripts/package-all-acpi_call-tp_smapi' +# simply edit '_basekernel' in each # TODO: automate that too + + +_basekernel=5.15.41 pkgname=acpi_call-lts pkgver=1.2.2 @@ -16,7 +29,7 @@ pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/ pkgdesc+=' (for linux-libre-lts)' url='https://github.com/mkottman/acpi_call' arch=('x86_64') -arch+=('i686' 'armv7h') +arch+=('armv7h' 'i686') license=('GPL') makedepends=(linux-libre-lts-headers=${_basekernel} acpi_call-dkms=$pkgver libelf) conflicts=('acpi_call-dkms') diff --git a/libre/acpi_call/PKGBUILD b/libre/acpi_call/PKGBUILD index ef36595f4..468336df6 100644 --- a/libre/acpi_call/PKGBUILD +++ b/libre/acpi_call/PKGBUILD @@ -6,7 +6,20 @@ # Maintainer: Omar Vega Ramos -_basekernel=5.17.3 +# build order: +# acpi_call-dkms <- acpi_call-lts +# acpi_call +# linux-libre-lts-headers <- acpi_call-lts +# tp_smapi-lts +# linux-libre-headers <- acpi_call +# tp_smapi +# +# these packages may be built as a batch, with the helper script: +# 'scripts/package-all-acpi_call-tp_smapi' +# simply edit '_basekernel' in each # TODO: automate that too + + +_basekernel=5.18.14 pkgname=acpi_call pkgver=1.2.2 @@ -19,7 +32,7 @@ arch=('x86_64') arch+=('armv7h' 'i686') license=('GPL') makedepends=(linux-libre-headers=${_basekernel} "acpi_call-dkms=$pkgver") -makedepends+=(gcc=11.2.0) # `dkms` requires the same compiler version which built the kernel +#makedepends+=(gcc=11.2.0) # `dkms` requires the same compiler version which built the kernel conflicts=('acpi_call-dkms') build() { diff --git a/libre/tp_smapi-lts/PKGBUILD b/libre/tp_smapi-lts/PKGBUILD index 338c28c4c..08741db9b 100644 --- a/libre/tp_smapi-lts/PKGBUILD +++ b/libre/tp_smapi-lts/PKGBUILD @@ -1,17 +1,30 @@ -# Maintainer (Arch): Lukas Fleischer -# Contributor (Arch): xduugu -# Contributor (Arch): nh2 -# Contributor (Arch): Steven Davidovitz -# Contributor (Arch): Nick B -# Contributor (Arch): Christof Musik -# Contributor (Arch): Stefan Rupp -# Contributor (Arch): Ignas Anikevicius -# Contributor (Hyperbola): André Silva -# Contributor (Hyperbola): Márcio Silva +# Maintainer (arch): Lukas Fleischer +# Contributor: xduugu +# Contributor: nh2 +# Contributor: Steven Davidovitz +# Contributor: Nick B +# Contributor: Christof Musik +# Contributor: Stefan Rupp +# Contributor: Ignas Anikevicius +# Contributor: André Silva +# Contributor: Márcio Silva # Maintainer: Omar Vega Ramos -_basekernel=5.10.89 +# build order: +# acpi_call-dkms <- acpi_call-lts +# acpi_call +# linux-libre-lts-headers <- acpi_call-lts +# tp_smapi-lts +# linux-libre-headers <- acpi_call +# tp_smapi +# +# these packages may be built as a batch, with the helper script: +# 'scripts/package-all-acpi_call-tp_smapi' +# simply edit '_basekernel' in each # TODO: automate that too + + +_basekernel=5.15.41 pkgname=tp_smapi-lts pkgver=0.43 diff --git a/libre/tp_smapi/PKGBUILD b/libre/tp_smapi/PKGBUILD index 32fd5d639..23f74638f 100644 --- a/libre/tp_smapi/PKGBUILD +++ b/libre/tp_smapi/PKGBUILD @@ -1,17 +1,30 @@ -# Maintainer (Arch): Lukas Fleischer -# Contributor (Arch): xduugu -# Contributor (Arch): nh2 -# Contributor (Arch): Steven Davidovitz -# Contributor (Arch): Nick B -# Contributor (Arch): Christof Musik -# Contributor (Arch): Stefan Rupp -# Contributor (Arch): Ignas Anikevicius -# Contributor (Hyperbola): André Silva -# Contributor (Hyperbola): Márcio Silva +# Maintainer (arch): Lukas Fleischer +# Contributor: xduugu +# Contributor: nh2 +# Contributor: Steven Davidovitz +# Contributor: Nick B +# Contributor: Christof Musik +# Contributor: Stefan Rupp +# Contributor: Ignas Anikevicius +# Contributor: André Silva +# Contributor: Márcio Silva # Maintainer: Omar Vega Ramos -_basekernel=5.15.12 +# build order: +# acpi_call-dkms <- acpi_call-lts +# acpi_call +# linux-libre-lts-headers <- acpi_call-lts +# tp_smapi-lts +# linux-libre-headers <- acpi_call +# tp_smapi +# +# these packages may be built as a batch, with the helper script: +# 'scripts/package-all-acpi_call-tp_smapi' +# simply edit '_basekernel' in each # TODO: automate that too + + +_basekernel=5.18.14 pkgname=tp_smapi pkgver=0.43 -- cgit v1.2.2