mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
i8kutils: add missing acpi, tcl dependencies
i8kmon is a tcl script and thus needs tcl to run. It also calls acpi to read the battery status.
This commit is contained in:
parent
d07b25174b
commit
51a51c5328
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'i8kutils'
|
# Template file for 'i8kutils'
|
||||||
pkgname=i8kutils
|
pkgname=i8kutils
|
||||||
version=1.43
|
version=1.43
|
||||||
revision=2
|
revision=3
|
||||||
archs="x86_64* i686*"
|
archs="x86_64* i686*"
|
||||||
wrksrc="$pkgname"
|
wrksrc="$pkgname"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
depends="acpi tcl"
|
||||||
short_desc="Fan control for certain Dell laptops"
|
short_desc="Fan control for certain Dell laptops"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue