mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
tlp: update to 1.6.1.
This commit is contained in:
parent
4a389d17c9
commit
4cb2dbbaf1
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tlp'
|
# Template file for 'tlp'
|
||||||
pkgname=tlp
|
pkgname=tlp
|
||||||
version=1.5.0
|
version=1.6.1
|
||||||
revision=3
|
revision=1
|
||||||
depends="hdparm bash iw util-linux ethtool perl"
|
depends="hdparm bash iw util-linux ethtool perl"
|
||||||
short_desc="Advanced power management tool for Linux"
|
short_desc="Advanced power management tool for Linux"
|
||||||
maintainer="Alan Brown <adbrown@rocketmail.com>"
|
maintainer="Alan Brown <adbrown@rocketmail.com>"
|
||||||
|
@ -9,7 +9,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html"
|
homepage="https://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html"
|
||||||
changelog="https://raw.githubusercontent.com/linrunner/TLP/main/changelog"
|
changelog="https://raw.githubusercontent.com/linrunner/TLP/main/changelog"
|
||||||
distfiles="https://github.com/linrunner/TLP/archive/${version}.tar.gz"
|
distfiles="https://github.com/linrunner/TLP/archive/${version}.tar.gz"
|
||||||
checksum=b5f08f00d535c26abc49b336b4c7264c6e5fb7bc3de8054eaabeebdd00e0760e
|
checksum=f7d013691a92ffcf42ef1648565dbc24a33202046d3c8138dad1963a3169a0f5
|
||||||
|
|
||||||
conflicts="laptop-mode>=0 perl-Unicode-Tussle>=0"
|
conflicts="laptop-mode>=0 perl-Unicode-Tussle>=0"
|
||||||
conf_files="/etc/tlp.conf /etc/tlp.d/*.conf"
|
conf_files="/etc/tlp.conf /etc/tlp.d/*.conf"
|
||||||
|
@ -19,7 +19,6 @@ do_install() {
|
||||||
make DESTDIR=${DESTDIR} \
|
make DESTDIR=${DESTDIR} \
|
||||||
TLP_SBIN=/usr/bin \
|
TLP_SBIN=/usr/bin \
|
||||||
TLP_ULIB=/usr/lib/udev \
|
TLP_ULIB=/usr/lib/udev \
|
||||||
TLP_SHCPL=/usr/share/bash-completion/completions \
|
|
||||||
TLP_ELOD=/usr/libexec/elogind/system-sleep \
|
TLP_ELOD=/usr/libexec/elogind/system-sleep \
|
||||||
TLP_WITH_SYSTEMD=0 \
|
TLP_WITH_SYSTEMD=0 \
|
||||||
install
|
install
|
||||||
|
@ -45,7 +44,7 @@ tlp-rdw_package() {
|
||||||
vmove usr/bin/tlp-rdw
|
vmove usr/bin/tlp-rdw
|
||||||
vmove usr/lib/udev/rules.d/85-tlp-rdw.rules
|
vmove usr/lib/udev/rules.d/85-tlp-rdw.rules
|
||||||
vmove usr/lib/udev/tlp-rdw-udev
|
vmove usr/lib/udev/tlp-rdw-udev
|
||||||
vmove etc/NetworkManager/dispatcher.d/99tlp-rdw-nm
|
vmove usr/lib/NetworkManager/dispatcher.d/99tlp-rdw-nm
|
||||||
vmove usr/share/man/man8/tlp-rdw.8
|
vmove usr/share/man/man8/tlp-rdw.8
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue