Update package version to 0.10.0

This commit is contained in:
2026-09-04 15:56:49 +03:00
parent 4329d2712f
commit f5c3905548
3 changed files with 6 additions and 20 deletions
+5 -6
View File
@@ -1,6 +1,6 @@
name: lact name: lact
description: Linux GPU configuration and monitoring tool description: Linux GPU configuration and monitoring tool
version: 0.9.1 version: 0.10.0
revision: 1 revision: 1
url: https://github.com/ilya-zlobintsev/LACT url: https://github.com/ilya-zlobintsev/LACT
license: MIT license: MIT
@@ -13,15 +13,14 @@ depends:
- glibc - glibc
- gtk4 - gtk4
- hwdata - hwdata
- ocl-icd
- libadwaita - libadwaita
optional_depends: - libdisplay-info
- ocl-icd
- vulkan-tools - vulkan-tools
- clinfo
make_depends: make_depends:
- rustc - rustc
- clang - clang
- libadwaita check_depends:
- fuse3 - fuse3
provides: provides:
- lact-libadwaita - lact-libadwaita
@@ -29,4 +28,4 @@ downloads:
- url: https://github.com/ilya-zlobintsev/LACT/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz - url: https://github.com/ilya-zlobintsev/LACT/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: cb6790ffb99104ffb93502c82e19b9e8d07ec7c1eadf131948694d48eba49789 checksum: 4bb1a5066fe2071acee72b0c813e087c9a3060bc35f5e3ec4909fb4cb3e69ea0
+1 -1
View File
@@ -7,7 +7,7 @@
prepare() { prepare() {
cd "$BPM_SOURCE" cd "$BPM_SOURCE"
# Add enit support # Add enit support
patch -Np1 -i "$BPM_WORKDIR"/enit-support.patch #patch -Np1 -i "$BPM_WORKDIR"/enit-support.patch
cargo fetch --locked --target "$(rustc --print host-tuple)" cargo fetch --locked --target "$(rustc --print host-tuple)"
} }
-13
View File
@@ -1,13 +0,0 @@
diff --git a/lact-gui/src/app.rs b/lact-gui/src/app.rs
index df67331..6f3da51 100644
--- a/lact-gui/src/app.rs
+++ b/lact-gui/src/app.rs
@@ -562,7 +562,7 @@ impl AsyncComponent for AppModel {
"embedded-daemon-info",
error_info = format!("Error info: {err:#}\n\n")
),
- selectable_text: Some("sudo systemctl enable --now lactd".to_string()),
+ selectable_text: Some("sudo ectl sv reload && sudo ectl sv enable lactd && sudo ectl sv restart lactd".to_string()),
..Default::default()
})));
}