tlp: update to 1.6.1.

This commit is contained in:
Mohammed Anas 2023-10-11 15:57:29 +01:00 committed by classabbyamp
parent 4a389d17c9
commit 4cb2dbbaf1

View File

@ -1,7 +1,7 @@
# Template file for 'tlp'
pkgname=tlp
version=1.5.0
revision=3
version=1.6.1
revision=1
depends="hdparm bash iw util-linux ethtool perl"
short_desc="Advanced power management tool for Linux"
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"
changelog="https://raw.githubusercontent.com/linrunner/TLP/main/changelog"
distfiles="https://github.com/linrunner/TLP/archive/${version}.tar.gz"
checksum=b5f08f00d535c26abc49b336b4c7264c6e5fb7bc3de8054eaabeebdd00e0760e
checksum=f7d013691a92ffcf42ef1648565dbc24a33202046d3c8138dad1963a3169a0f5
conflicts="laptop-mode>=0 perl-Unicode-Tussle>=0"
conf_files="/etc/tlp.conf /etc/tlp.d/*.conf"
@ -19,7 +19,6 @@ do_install() {
make DESTDIR=${DESTDIR} \
TLP_SBIN=/usr/bin \
TLP_ULIB=/usr/lib/udev \
TLP_SHCPL=/usr/share/bash-completion/completions \
TLP_ELOD=/usr/libexec/elogind/system-sleep \
TLP_WITH_SYSTEMD=0 \
install
@ -45,7 +44,7 @@ tlp-rdw_package() {
vmove usr/bin/tlp-rdw
vmove usr/lib/udev/rules.d/85-tlp-rdw.rules
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
}
}