File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Template file for 'LACT'
22pkgname=LACT
3- version=0.7.0
3+ version=0.7.4
44revision=1
55build_style=cargo
66make_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>"
1111license="MIT"
1212homepage="https://github.com/ilya-zlobintsev/LACT"
1313distfiles="https://github.com/ilya-zlobintsev/LACT/archive/refs/tags/v${version}.tar.gz"
14- checksum=7780b4b528b02baaebf6bd87106267037b0a2011817c9932f29b6ccfb6357d8d
14+ checksum=b6035a65fd641b80a92b753c3e00c13f0c87575221136d509857233bd1984fb2
1515make_check=ci-skip # detects intel GPU in github CI pipeline
1616
1717if [ "$XBPS_TARGET_WORDSIZE" = 32 ]; then
1818 broken="libdrm_amdgpu_sys crate only supports 64bit"
1919fi
2020
2121do_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}
You can’t perform that action at this time.
0 commit comments