Search Criteria
Package Details: fwupd-git 1.9.4.r3.g70d379f04-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fwupd-git.git (read-only, click to copy) |
---|---|
Package Base: | fwupd-git |
Description: | Simple daemon to allow session software to update firmware |
Upstream URL: | https://github.com/fwupd/fwupd |
Keywords: | fwupd |
Licenses: | LGPL |
Conflicts: | fwupd |
Provides: | fwupd, libfwupd.so, libfwupdplugin.so |
Submitter: | klusark |
Maintainer: | pychuang |
Last Packager: | pychuang |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-03-19 00:54 (UTC) |
Last Updated: | 2023-08-22 20:53 (UTC) |
Dependencies (38)
- bluez (bluez-ps3, bluez-git)
- diffutils
- efivar (efivar-git)
- flashrom (chromeos-flashrom-git, flashrom-git)
- fwupd-efi
- gcab
- glib2 (glib2-selinux, glib2-git, glib2-patched-thumbnailer)
- gnutls (gnutls-git)
- gzip (gzip-with-pigz-symlinks, dxcompress-git, pigz-gzip-symlink, gzip-zutils, dxcompress, gzip-git, busybox-coreutils)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libarchive.so (libarchive)
- libcbor.so (libcbor)
- libcurl.so (curl-git, curl-quiche-git, curl-http3-ngtcp2, curl, lib32-curl)
- libgudev-1.0.so (lib32-libgudev, libgudev)
- libgusb
- libjcat (libjcat-git)
- libjson-glib-1.0.so (json-glib, lib32-json-glib)
- liblzma.so (lib32-xz, xz)
- libmm-glib (libmm-glib-git)
- libprotobuf-c.so (protobuf2-c, protobuf-c)
- Show 18 more dependencies...
Required by (19)
- arch-secure-boot (requires fwupd)
- discover-snap (requires fwupd) (make)
- discover-snap (requires fwupd) (optional)
- discover-snap-git (requires fwupd) (make)
- discover-snap-git (requires fwupd) (optional)
- gnome-control-center-vrr (requires fwupd) (optional)
- gnome-control-center-x11-scaling (requires fwupd) (optional)
- gnome-firmware-git (requires fwupd)
- gnome-software-git (requires fwupd) (make)
- gnome-software-git (requires fwupd) (optional)
- gnome-software-packagekit-plugin-git (requires fwupd) (make)
- gnome-software-snapd (requires fwupd) (make)
- gnome-software-snapd (requires fwupd) (optional)
- hardinfo-git (requires fwupd) (optional)
- libfirmware-manager (requires fwupd)
- libfirmware-manager-git (requires fwupd)
- pamac-flatpak (requires fwupd) (optional)
- pamac-flatpak-gnome (requires fwupd) (optional)
- pamac-nosnap (requires fwupd) (optional)
Latest Comments
1 2 Next › Last »
pychuang commented on 2021-09-28 19:09 (UTC)
If you used
yay
and encountered the following error:clean
yay
's cached data and redo the upgrade (by either removing~/.cache/yay/fwupd-git
or executingyay -Scc
).This is caused by that the upstream just changed the branch name from
master
tomain
.pychuang commented on 2021-09-21 23:45 (UTC) (edited on 2021-09-21 23:47 (UTC) by pychuang)
@thx1138 It seems
fwupd
relies onpkg-config
to find dependencies. However,flashrom-git
does not install the correspondingpkg-config
file to the system, sofwupd-git
cannot find it.(The official
flashrom
does install apkg-config
file, so there's no issue using the officialflashrom
.)I think the proper solution should be asking the maintainer of
flashrom-git
to install thepkg-config
file.thx1138 commented on 2021-09-21 18:17 (UTC)
Fails to recognize "flashrom-git".
flashrom-git does have:
but fwupd-git fails to recognize the package:
RX14 commented on 2021-06-18 13:49 (UTC)
Needs a dependency on gi-docgen
sandy8925 commented on 2021-04-28 19:54 (UTC)
Looks like a new dependency is required:
Run-time dependency fwupd-efi found: NO (tried pkgconfig and cmake) Looking for a fallback subproject for the dependency fwupd-efi
rageltman commented on 2020-11-25 19:41 (UTC)
CI says its failing the synaptics test:
We build in chroots, but the host is a KVM VM. Is the test trying to do something "potentially evil" like accessing /dev/mem or privio?
kendfinger commented on 2020-03-26 20:57 (UTC)
Working on a fix now.
PedroHLC commented on 2020-03-25 00:26 (UTC)
It seems there is a new dependency required.
nopcodex90 commented on 2019-12-27 01:51 (UTC)
@Slaxor, how are you applying this patch? Every time that I try it, I am getting an error about only garbage being found in the patch.
slaxor commented on 2019-12-14 14:58 (UTC)
this got it working:
--- 8< --- diff --git a/PKGBUILD b/PKGBUILD index
03bed38
..bf052be 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@pkgname=fwupd-git _pkgname=fwupd -pkgver=1.2.5.r78.g6109652f +pkgver=1.3.5.r52.gc23e6129 pkgrel=1 pkgdesc="A simple daemon to allow session software to update firmware" arch=('x86_64') @@ -42,8 +42,9 @@ package() { # Fixup mode to match polkit install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d # Move D-BUS policy + mkdir -p "${pkgdir}"/{etc,usr/share}/dbus-1/system.d mv "${pkgdir}"/{etc,usr/share}/dbus-1/system.d rmdir "${pkgdir}"/etc/dbus-1 # Remove the tests - rm -r "${pkgdir}"/usr/share/installed-tests/ + rm -rf "${pkgdir}"/usr/share/installed-tests/ } --- >8 ---
1 2 Next › Last »