summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2022-05-23 17:19:54 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2022-09-03 21:12:54 -0400
commit49f6ca84cead58280a4cc3cc079a9610dcbed07d (patch)
tree7c471b71eba0b5c9bba9ede1135054c07e3cbd22
parentd6bf3e8c6b1d032202b145364493626326f4f98c (diff)
[acpi_call][acpi_call-dkms][acpi_call-lts][tp_smapi][tp_smapi-lts]: rebuild against latest kernels
-rw-r--r--libre/acpi_call-dkms/PKGBUILD18
-rw-r--r--libre/acpi_call-lts/PKGBUILD27
-rw-r--r--libre/acpi_call/PKGBUILD17
-rw-r--r--libre/tp_smapi-lts/PKGBUILD35
-rw-r--r--libre/tp_smapi/PKGBUILD35
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 <ovruni@gnu.org.pe>
-_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 <alucryd@archlinux.org>
-# Contributor (Arch): mortzu <me@mortzu.de>
-# Contributor (Arch): fnord0 <fnord0@riseup.net>
-# Contributor (Hyperbola): André Silva <emulatorman@hyperbola.info>
-# Contributor (Hyperbola): Márcio Silva <coadde@hyperbola.info>
+# Maintainer (arch): Maxime Gauduin <alucryd@archlinux.org>
+# Contributor: mortzu <me@mortzu.de>
+# Contributor: fnord0 <fnord0@riseup.net>
+# Contributor: André Silva <emulatorman@hyperbola.info>
+# Contributor: Márcio Silva <coadde@hyperbola.info>
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-_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 <ovruni@gnu.org.pe>
-_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 <lfleischer@archlinux.org>
-# Contributor (Arch): xduugu
-# Contributor (Arch): nh2
-# Contributor (Arch): Steven Davidovitz <steviedizzle ð gmail đ com>
-# Contributor (Arch): Nick B <Shirakawasuna ð gmail đ com>
-# Contributor (Arch): Christof Musik <christof ð senfdax đ de>
-# Contributor (Arch): Stefan Rupp <archlinux ð stefanrupp đ de>
-# Contributor (Arch): Ignas Anikevicius <anikevicius ð gmail đ com>
-# Contributor (Hyperbola): André Silva <emulatorman@hyperbola.info>
-# Contributor (Hyperbola): Márcio Silva <coadde@hyperbola.info>
+# Maintainer (arch): Lukas Fleischer <lfleischer@archlinux.org>
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz <steviedizzle ð gmail đ com>
+# Contributor: Nick B <Shirakawasuna ð gmail đ com>
+# Contributor: Christof Musik <christof ð senfdax đ de>
+# Contributor: Stefan Rupp <archlinux ð stefanrupp đ de>
+# Contributor: Ignas Anikevicius <anikevicius ð gmail đ com>
+# Contributor: André Silva <emulatorman@hyperbola.info>
+# Contributor: Márcio Silva <coadde@hyperbola.info>
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-_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 <lfleischer@archlinux.org>
-# Contributor (Arch): xduugu
-# Contributor (Arch): nh2
-# Contributor (Arch): Steven Davidovitz <steviedizzle ð gmail đ com>
-# Contributor (Arch): Nick B <Shirakawasuna ð gmail đ com>
-# Contributor (Arch): Christof Musik <christof ð senfdax đ de>
-# Contributor (Arch): Stefan Rupp <archlinux ð stefanrupp đ de>
-# Contributor (Arch): Ignas Anikevicius <anikevicius ð gmail đ com>
-# Contributor (Hyperbola): André Silva <emulatorman@hyperbola.info>
-# Contributor (Hyperbola): Márcio Silva <coadde@hyperbola.info>
+# Maintainer (arch): Lukas Fleischer <lfleischer@archlinux.org>
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz <steviedizzle ð gmail đ com>
+# Contributor: Nick B <Shirakawasuna ð gmail đ com>
+# Contributor: Christof Musik <christof ð senfdax đ de>
+# Contributor: Stefan Rupp <archlinux ð stefanrupp đ de>
+# Contributor: Ignas Anikevicius <anikevicius ð gmail đ com>
+# Contributor: André Silva <emulatorman@hyperbola.info>
+# Contributor: Márcio Silva <coadde@hyperbola.info>
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-_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