mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 14:34:36 +08:00
acpi_call-lts: rebuilt for kernel update
This commit is contained in:
parent
8ba4fcd345
commit
056e16d827
@ -1,15 +1,13 @@
|
|||||||
#
|
# Maintainer: Neophytos Kolokotronis <tetris4 AT gmail DOT com>
|
||||||
# Core Packages for Chakra, part of chakra-project.org
|
|
||||||
#
|
|
||||||
|
|
||||||
# Find the kernel name inside the chroot
|
# Find the kernel name inside the chroot
|
||||||
_extramodules=extramodules-3.0-lts
|
_extramodules=extramodules-3.2-lts
|
||||||
_kver="$(cat /lib/modules/${_extramodules}/version)"
|
_kver="$(cat /lib/modules/${_extramodules}/version)"
|
||||||
|
|
||||||
pkgname=acpi_call-lts
|
pkgname=acpi_call-lts
|
||||||
_pkgname=acpi_call
|
_pkgname=acpi_call
|
||||||
pkgver=1.0.0
|
pkgver=1.0.0
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="A kernel module that enables you to call parameterless ACPI methods by writing the method name to /proc/acpi/call, e.g. to turn off discrete graphics card in a dual graphics environment (like NVIDIA Optimus)."
|
pkgdesc="A kernel module that enables you to call parameterless ACPI methods by writing the method name to /proc/acpi/call, e.g. to turn off discrete graphics card in a dual graphics environment (like NVIDIA Optimus)."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url=("http://github.com/mkottman/acpi_call")
|
url=("http://github.com/mkottman/acpi_call")
|
||||||
|
Loading…
Reference in New Issue
Block a user