Search Criteria
Package Details: mission-center-git 0.6.2.r133.g6275b53-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mission-center-git.git (read-only, click to copy) |
|---|---|
| Package Base: | mission-center-git |
| Description: | Monitor your CPU, Memory, Disk, Network and GPU usage |
| Upstream URL: | https://gitlab.com/mission-center-devs/mission-center |
| Keywords: | monitor taskmanager |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | mission-center |
| Provides: | mission-center |
| Submitter: | zhaose |
| Maintainer: | zhaose (Integral, lilac) |
| Last Packager: | lilac |
| Votes: | 3 |
| Popularity: | 0.090749 |
| First Submitted: | 2023-07-13 10:08 (UTC) |
| Last Updated: | 2025-03-18 06:23 (UTC) |
Dependencies (10)
- dmidecode (dmidecode-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaitaAUR, libadwaita-without-adwaita-gitAUR)
- nvtop (nvtop-gitAUR)
- protobuf (protobuf-gitAUR)
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- appstream-glib (appstream-glib-gitAUR) (check)
Latest Comments
yochananmarqos commented on 2024-07-22 22:52 (UTC)
@electricprism: If you're using
rustup, you need to update your toolchain. Stable is 1.79.electricprism commented on 2024-07-22 22:46 (UTC)
error: packagecargo-util v0.2.11cannot be built because it requires rustc 1.76.0 or newer, while the currently active rustc version is 1.75.0Is
rustupinadequate? I'm not really sure what's wrong even after reading the Wiki -- Thankshttps://wiki.archlinux.org/title/Rust#Cargo
bill88t commented on 2024-07-19 23:53 (UTC)
Please mark aarch64 as supported. It works.
yochananmarqos commented on 2024-03-28 22:30 (UTC)
Disabling LTO is not necessary, just add
CFLAGS+=" -ffat-lto-objects"to the build function. See mymission-centerPKGBUILD.ptr1337 commented on 2024-03-28 19:23 (UTC)
Please fix the PKGBUILD and add options=(!lto)