Search Criteria
Package Details: framework-system-git 0.4.2.r11.ga879e74-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/framework-system-git.git (read-only, click to copy) |
---|---|
Package Base: | framework-system-git |
Description: | Tool to interact with the framework system (git development version) |
Upstream URL: | https://github.com/FrameworkComputer/framework-system |
Keywords: | bios ec esrt firmware framework laptop pd tool uefi |
Licenses: | MIT |
Conflicts: | framework-system |
Provides: | framework-system |
Submitter: | GreyXor |
Maintainer: | GreyXor |
Last Packager: | GreyXor |
Votes: | 9 |
Popularity: | 0.67 |
First Submitted: | 2023-09-19 10:20 (UTC) |
Last Updated: | 2025-05-21 13:43 (UTC) |
Dependencies (7)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- libusb (libusb-gitAUR)
- systemd-libs (systemd-libs-gitAUR, systemd-libs-selinuxAUR)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
Latest Comments
postblue commented on 2025-05-21 10:09 (UTC)
Can you please remove the 'v' from the package version number? It messes the version comparaison with the non-git package. According to the VCS-package guidelines, the pkgver() should be the following:
Thank you
amstan commented on 2025-05-09 00:48 (UTC)
Daniel says that this is a new bug upstream. Let's wait for him. I guess this is why jhenson made his non git framework-system package.
timothousx commented on 2025-05-08 16:19 (UTC) (edited on 2025-05-08 16:24 (UTC) by timothousx)
I'm getting this error when trying to update:
GreyXor commented on 2025-05-08 12:45 (UTC)
thanks amstan, is the version better now ? I updated the upstream URL and I made a new AUR package for UEFI: https://aur.archlinux.org/packages/framework-system-uefi-git
amstan commented on 2025-05-08 02:56 (UTC)
Could you please fix the version information to match the github releases?
git describe --tags
should be plenty. Bonus points if you do it without upreving epoch, as 'v' comes later than 'r' (the first version letter currently).Another nit: upstream url should probably be https://github.com/FrameworkComputer/framework-system
Another thing I was considering when thinking about this package: also build the EFI version and put it in /boot and grub. Maybe it could be a dual package.
obj_Obj commented on 2024-06-08 00:50 (UTC)
Please remove
cargo check
from the package, it does nothing useful and just uses more cpu when updatingczautiboy commented on 2024-02-14 23:29 (UTC) (edited on 2024-02-14 23:29 (UTC) by czautiboy)
This packages can no longer be installed. I got it to install only after I added pkg-config to the makedepends.
dyslexicjedi commented on 2023-12-05 21:00 (UTC)
If you have issues with /dev/cros_ec not found on an AMD system, there is a work around discussed here: https://github.com/FrameworkComputer/framework-system/issues/20
zekesonxx commented on 2023-11-22 21:14 (UTC)
I seem to be unable to compile this tool with LTO enabled. Causes libgit2-sys to not properly link to libgit2, which causes the whole thing to fail to compile.
Was able to fix by adding
OPTIONS=(!lto)
to the PKGBUILD.