Search Criteria
Package Details: firmware-manager 0.1.5+12+g3c542bd-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/firmware-manager.git (read-only, click to copy) |
---|---|
Package Base: | firmware-manager |
Description: | Generic framework and GTK UI for firmware updates from system76-firmware and fwupd |
Upstream URL: | https://github.com/pop-os/firmware-manager |
Licenses: | GPL-3.0-or-later |
Conflicts: | libfirmware-manager |
Submitter: | electrickite |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 11 |
Popularity: | 0.22 |
First Submitted: | 2020-04-02 02:45 (UTC) |
Last Updated: | 2024-12-13 02:28 (UTC) |
Dependencies (9)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libgudev
- openssl (openssl-gitAUR, openssl-staticAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- fwupd (fwupd-gitAUR, fwupd-starlabs-gitAUR) (optional) – Generic firmware updates
- system76-firmware-daemon (system76-firmware-daemon-gitAUR, system76-firmware-gitAUR, system76-firmware) (optional) – System76 firmware updates
Required by (2)
- system76-driver (optional)
- system76-driver-git (optional)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
dreieck commented on 2022-09-18 15:37 (UTC)
Can this package be changed so that everything needed to build gets downloaded in
prepare()
, if not already downloaded via thesource
array?(You can utilise
cargo fetch
for this.)Eeems commented on 2021-08-13 22:23 (UTC)
@yochananmarqos Can confirm, it builds now. Thanks!
yochananmarqos commented on 2021-08-13 18:24 (UTC)
@Eeems: Fixed!
Eeems commented on 2021-08-13 17:57 (UTC)
I'm getting the following error when trying to build.
yochananmarqos commented on 2021-03-21 14:44 (UTC) (edited on 2021-03-21 14:45 (UTC) by yochananmarqos)
@dreleck: That's just how Cargo works, it's a package manager and needs to download the dependencies. Go and NPM are similar in that regard.
dreieck commented on 2021-03-21 11:06 (UTC) (edited on 2021-03-21 11:12 (UTC) by dreieck)
This package fails to build on internet connection with 1 Mbit/s speed -- in
build()
(!!), stuff gets downloaded, and some stuff seems to timeout before finished; somehing assumes a priviliged high speed internet connection:(The "Waiting for unfinished jobs...." and the "thread 'main' panicked at [...]" each take several minutes of time while still the internet connection is busy; maybe the download tries to finish while some hypervising thread thinks it failed?).
Is it possible for you to move all downloads into the source-array, so that
makepkg's
download configuration can be honoured? Alternatively, usingprepare()
and using there some non-timeouting-while-still-data-is-slowly-flowing download method?Also note the "panicing" because of missing files ...
By the way, why does some static fixed version
rustc
needs to be downloaded inbuild()
? This should be left tosource
-array ... also enabling check summing possibility ...Thanks for maintaining!
yochananmarqos commented on 2021-02-28 18:06 (UTC)
@smsx: Fixed.
smsx commented on 2021-02-28 15:28 (UTC)
seems to be a typo with the newest dependencies. It attempts to install libfirmwaremanager but the actual package name is libfirmware-manager.
yochananmarqos commented on 2021-02-27 23:08 (UTC)
PSA: The shared lib is now split into a separate package, so you'll need to remove the previous version before updating to 0.1.2-3.
« First ‹ Previous 1 2 3 Next › Last »