mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-12 02:24:40 +08:00
Update acpi_call and rename it back
This commit is contained in:
parent
b49a447be3
commit
5d7d60321b
@ -1,23 +1,21 @@
|
|||||||
#
|
#
|
||||||
# Core Packages for Chakra, part of chakra-project.org
|
# Core Packages for Chakra, part of chakra-project.org
|
||||||
#
|
|
||||||
# maintainer abveritas@chakra-project.org
|
|
||||||
|
|
||||||
_kver="3.7.6-2-CHAKRA"
|
_kver="3.8.8-1-CHAKRA"
|
||||||
|
|
||||||
pkgname=acpi-call
|
pkgname=acpi_call
|
||||||
_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")
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('linux>=3.7' 'linux<3.8' 'linux-headers')
|
depends=('linux>=3.8' 'linux<3.9' 'linux-headers')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
provides=('acpi_call')
|
provides=('acpi-call')
|
||||||
replaces=('acpi_call')
|
replaces=('acpi-call')
|
||||||
conflicts=('acpi_call')
|
conflicts=('acpi-call')
|
||||||
install=acpi_call.install
|
install=acpi_call.install
|
||||||
source=("https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz")
|
source=("https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz")
|
||||||
md5sums=('3c71239792ddd725d13f7c8d168b4ecf')
|
md5sums=('3c71239792ddd725d13f7c8d168b4ecf')
|
||||||
|
Loading…
Reference in New Issue
Block a user