mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 20:32:58 +02:00
LACT: update to 0.7.4
This commit is contained in:
parent
7dca60364b
commit
0e6033fd4f
1 changed files with 6 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'LACT'
|
# Template file for 'LACT'
|
||||||
pkgname=LACT
|
pkgname=LACT
|
||||||
version=0.7.0
|
version=0.7.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_check_args="-- --skip app::root_stack::thermals_page::fan_curve_frame::tests::set_get_curve"
|
make_check_args="-- --skip app::root_stack::thermals_page::fan_curve_frame::tests::set_get_curve"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Daniel Martinez <danielmartinez@cock.li>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/ilya-zlobintsev/LACT"
|
homepage="https://github.com/ilya-zlobintsev/LACT"
|
||||||
distfiles="https://github.com/ilya-zlobintsev/LACT/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/ilya-zlobintsev/LACT/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=7780b4b528b02baaebf6bd87106267037b0a2011817c9932f29b6ccfb6357d8d
|
checksum=b6035a65fd641b80a92b753c3e00c13f0c87575221136d509857233bd1984fb2
|
||||||
make_check=ci-skip # detects intel GPU in github CI pipeline
|
make_check=ci-skip # detects intel GPU in github CI pipeline
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_WORDSIZE" = 32 ]; then
|
if [ "$XBPS_TARGET_WORDSIZE" = 32 ]; then
|
||||||
|
@ -19,15 +19,14 @@ if [ "$XBPS_TARGET_WORDSIZE" = 32 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
||||||
vsv lact
|
vsv lact
|
||||||
|
|
||||||
vbin target/$RUST_TARGET/release/lact
|
vbin target/$RUST_TARGET/release/lact
|
||||||
|
|
||||||
vinstall res/lactd.service 644 usr/lib/systemd/system
|
vinstall res/lactd.service 644 usr/lib/systemd/system
|
||||||
vinstall res/io.github.lact-linux.desktop 644 usr/share/applications
|
vinstall res/io.github.ilya_zlobintsev.LACT.desktop 644 usr/share/applications
|
||||||
vinstall res/io.github.lact-linux.png 644 usr/share/pixmaps
|
vinstall res/io.github.ilya_zlobintsev.LACT.png 644 usr/share/pixmaps
|
||||||
vinstall res/io.github.lact-linux.svg 644 usr/share/icons/hicolor/scalable/apps
|
vinstall res/io.github.ilya_zlobintsev.LACT.svg 644 usr/share/icons/hicolor/scalable/apps
|
||||||
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue