add acpi_call510 acpi_call515

upg pacman-contrib
This commit is contained in:
joborun linux 2024-01-26 13:17:44 +02:00
parent 905dc8fe1c
commit 98b9316dcf
12 changed files with 200 additions and 3 deletions

51
acpi_call-lts510/PKGBUILD Normal file
View File

@ -0,0 +1,51 @@
#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobextra/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=acpi_call-lts510
_pkgname=acpi_call-lts
pkgver=1.2.2
pkgrel=0167
pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call 5.10 ver'
url='https://github.com/mkottman/acpi_call'
makedepends=('linux-lts-headers' "acpi_call-dkms=$pkgver")
conflicts=('acpi_call-dkms')
provides=('acpi_call')
#source=()
build() {
_kernver=$(</usr/src/linux-lts/version)
fakeroot dkms build --dkmstree "$srcdir" -m acpi_call/$pkgver -k $_kernver
}
package() {
depends=(linux-lts)
_kernver=$(</usr/src/linux-lts/version)
install -Dt "$pkgdir/usr/lib/modules/$_kernver/extramodules" -m0644 \
acpi_call/${pkgver}/$_kernver/$CARCH/module/*
# compress each module individually
find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
echo acpi_call | install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$_pkgname.conf"
mkdir -p "$pkgdir/usr/share"
cp -a /usr/share/acpi_call "$pkgdir/usr/share/$_pkgname"
}
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('GPL')
#sha256sums=(SKIP)
## 3eb6900ba7370367d258d2fe3da29b5b40e1f77cf9603f227f0ae3774cbbdc49 acpi_call-lts510-1.2.2-0167-x86_64.pkg.tar.lz

View File

@ -0,0 +1,39 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: mortzu <me@mortzu.de>
# Contributor: fnord0 <fnord0@riseup.net>
pkgname=acpi_call-lts
pkgver=1.2.2
pkgrel=167
pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call'
url='https://github.com/mkottman/acpi_call'
arch=('x86_64')
license=('GPL')
makedepends=('linux-lts-headers' "acpi_call-dkms=$pkgver")
conflicts=('acpi_call-dkms')
provides=('acpi_call')
build() {
_kernver=$(</usr/src/linux-lts/version)
fakeroot dkms build --dkmstree "$srcdir" -m acpi_call/$pkgver -k $_kernver
}
package() {
depends=(linux-lts)
_kernver=$(</usr/src/linux-lts/version)
install -Dt "$pkgdir/usr/lib/modules/$_kernver/extramodules" -m0644 \
acpi_call/${pkgver}/$_kernver/$CARCH/module/*
# compress each module individually
find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
echo acpi_call | install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
mkdir -p "$pkgdir/usr/share"
cp -a /usr/share/acpi_call "$pkgdir/usr/share/$pkgname"
}
# vim:set ts=2 sw=2 et:

1
acpi_call-lts510/clean Normal file
View File

@ -0,0 +1 @@
rm -rf {src,pkg}

2
acpi_call-lts510/deps Normal file
View File

@ -0,0 +1,2 @@
linux-lts-headers
acpi_call-dkms

6
acpi_call-lts510/time Normal file
View File

@ -0,0 +1,6 @@
real 0m5.783s
user 0m4.748s
sys 0m1.466s

51
acpi_call-lts515/PKGBUILD Normal file
View File

@ -0,0 +1,51 @@
#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobextra/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=acpi_call-lts515
_pkgname=acpi_call
pkgver=1.2.2
pkgrel=0167
pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call 5.15 ver'
url='https://github.com/mkottman/acpi_call'
makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
conflicts=('acpi_call-dkms')
provides=('acpi_call')
#source=()
build() {
_kernver=$(</usr/src/linux/version)
fakeroot dkms build --dkmstree "$srcdir" -m acpi_call/$pkgver -k $_kernver
}
package() {
depends=(linux)
_kernver=$(</usr/src/linux/version)
install -Dt "$pkgdir/usr/lib/modules/$_kernver/extramodules" -m0644 \
acpi_call/${pkgver}/$_kernver/$CARCH/module/*
# compress each module individually
find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
echo acpi_call | install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$_pkgname.conf"
mkdir -p "$pkgdir/usr/share"
cp -a /usr/share/acpi_call "$pkgdir/usr/share/$_pkgname"
}
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('GPL')
#sha256sums=(SKIP)
## f45e6ddcd8e055d42c1fb5cb64f5827c299ddae5982d9354fa0572caafb6a93c acpi_call-lts515-1.2.2-0167-x86_64.pkg.tar.lz

View File

@ -0,0 +1,38 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: mortzu <me@mortzu.de>
# Contributor: fnord0 <fnord0@riseup.net>
pkgname=acpi_call
pkgver=1.2.2
pkgrel=179
pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call'
url='https://github.com/nix-community/acpi_call'
arch=('x86_64')
license=('GPL')
makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
conflicts=('acpi_call-dkms')
build() {
_kernver=$(</usr/src/linux/version)
fakeroot dkms build --dkmstree "$srcdir" -m acpi_call/$pkgver -k $_kernver
}
package() {
depends=(linux)
_kernver=$(</usr/src/linux/version)
install -Dt "$pkgdir/usr/lib/modules/$_kernver/extramodules" -m0644 \
acpi_call/${pkgver}/$_kernver/$CARCH/module/*
# compress each module individually
find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
echo acpi_call | install -Dm644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
mkdir -p "$pkgdir/usr/share"
cp -a /usr/share/acpi_call "$pkgdir/usr/share/$pkgname"
}
# vim:set ts=2 sw=2 et:

1
acpi_call-lts515/clean Normal file
View File

@ -0,0 +1 @@
rm -rf {src,pkg}

2
acpi_call-lts515/deps Normal file
View File

@ -0,0 +1,2 @@
linux-headers
acpi_call-dkms

6
acpi_call-lts515/time Normal file
View File

@ -0,0 +1,6 @@
real 0m5.783s
user 0m4.748s
sys 0m1.466s

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=pacman-contrib
pkgver=1.10.1
pkgver=1.10.2
pkgrel=01
pkgdesc="Contributed scripts and tools for pacman systems w/o systemd"
url="https://gitlab.archlinux.org/pacman/pacman-contrib"
@ -63,5 +63,5 @@ validpgpkeys=('5134EF9EAF65F95B6BB1608E50FB9B273A9D0BB5' # Johannes Löthberg <
sha256sums=(SKIP) ## pacman-contrib.git
## 6d36dc55a4e1cb1e51c133e990771aa0aaf09c2dc3e01284c0bae67907d36a65 pacman-contrib-1.10.1-01-x86_64.pkg.tar.lz
## df096082ebabb75ea5e964db6d9d3dfe01cf866268d8d76955b1920e559f2827 pacman-contrib-1.10.2-01-x86_64.pkg.tar.lz

View File

@ -2,7 +2,7 @@
# Maintainer: Daniel M. Capella <polyzen@archlinux.org>
pkgname=pacman-contrib
pkgver=1.10.1
pkgver=1.10.2
pkgrel=1
pkgdesc='Contributed scripts and tools for pacman systems'
arch=('x86_64')