Skip to content

Commit 0e6033f

Browse files
fabienjuifDuncaen
authored andcommitted
LACT: update to 0.7.4
1 parent 7dca603 commit 0e6033f

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

srcpkgs/LACT/template

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'LACT'
22
pkgname=LACT
3-
version=0.7.0
3+
version=0.7.4
44
revision=1
55
build_style=cargo
66
make_check_args="-- --skip app::root_stack::thermals_page::fan_curve_frame::tests::set_get_curve"
@@ -11,23 +11,22 @@ maintainer="Daniel Martinez <danielmartinez@cock.li>"
1111
license="MIT"
1212
homepage="https://github.com/ilya-zlobintsev/LACT"
1313
distfiles="https://github.com/ilya-zlobintsev/LACT/archive/refs/tags/v${version}.tar.gz"
14-
checksum=7780b4b528b02baaebf6bd87106267037b0a2011817c9932f29b6ccfb6357d8d
14+
checksum=b6035a65fd641b80a92b753c3e00c13f0c87575221136d509857233bd1984fb2
1515
make_check=ci-skip # detects intel GPU in github CI pipeline
1616

1717
if [ "$XBPS_TARGET_WORDSIZE" = 32 ]; then
1818
broken="libdrm_amdgpu_sys crate only supports 64bit"
1919
fi
2020

2121
do_install() {
22-
2322
vsv lact
2423

2524
vbin target/$RUST_TARGET/release/lact
2625

27-
vinstall res/lactd.service 644 usr/lib/systemd/system
28-
vinstall res/io.github.lact-linux.desktop 644 usr/share/applications
29-
vinstall res/io.github.lact-linux.png 644 usr/share/pixmaps
30-
vinstall res/io.github.lact-linux.svg 644 usr/share/icons/hicolor/scalable/apps
26+
vinstall res/lactd.service 644 usr/lib/systemd/system
27+
vinstall res/io.github.ilya_zlobintsev.LACT.desktop 644 usr/share/applications
28+
vinstall res/io.github.ilya_zlobintsev.LACT.png 644 usr/share/pixmaps
29+
vinstall res/io.github.ilya_zlobintsev.LACT.svg 644 usr/share/icons/hicolor/scalable/apps
3130

3231
vlicense LICENSE
3332
}

0 commit comments

Comments
 (0)