Search Criteria
Package Details: firmware-manager 0.1.2-1
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: | |
Submitter: | electrickite |
Maintainer: | electrickite |
Last Packager: | electrickite |
Votes: | 5 |
Popularity: | 1.06 |
First Submitted: | 2020-04-02 02:45 |
Last Updated: | 2020-12-17 16:39 |
Dependencies (7)
- dbus (dbus-elogind, dbus-git, dbus-nosystemd, dbus-x11, dbus-nosystemd-minimal-git, dbus-selinux)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-typeahead, gtk3-git, gtk3-ubuntu, gtk3-classic, gtk3-patched-filechooser-icon-view)
- libgudev (libgudev-nosystemd-git)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- rust (rust-i586-git, rust-git, rust-mrustc, rust-bin, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rustup) (make)
- fwupd (fwupd-git) (optional)
- system76-firmware-daemon (system76-firmware-daemon-git) (optional)
Required by (2)
- gnome-control-center-system76
- system76-driver (optional)
Latest Comments
electrickite commented on 2020-12-16 02:57
@dreieck Version 0.1.1-2 adds a firmware-manager symlink.
yochananmarqos commented on 2020-12-13 00:02
@dreieck: I symlink
com.system76.FirmwareManager
tofirmware-manager
in myfirmware-manager-git
package. However, it makes no sense to symlinkcom.system76.FirmwareManager.Notify
as it's only used bycom.system76.FirmwareManager.Notify.service
.As far as the Cargo crates, that's how it works. Go packages are similar. Please don't spam every AUR package that uses Rust. See Arch package guidelines.
dreieck commented on 2020-12-12 23:45
The executables get installed at the non-intuitive names
/usr/bin/com.system76.FirmwareManager
and/usr/bin/com.system76.FirmwareManager.Notify
.Can you make them installed (or symlinked) to intuitive names, like
firmware-manager
andfirmware-manager.Notify
?Thanks for maintaining!
dreieck commented on 2020-12-12 23:12
Your
PKGBUILD
downloads stuff inbuild()
.This must not happen. No internet connection must be assumed in
build()
andpackage()
.Please make sure that everything needed to build the software is downloaded in the
source
-array, if that is not possible use theprepare()
-function and download stuff there. (source
-array has the advantage that user's makepkg.conf-settings are honoured.)Thanks for maintaining!