Search Criteria
Package Details: fwupd-git 1.3.8.r161.g464eacdc-1
Git Clone URL: | https://aur.archlinux.org/fwupd-git.git (read-only, click to copy) |
---|---|
Package Base: | fwupd-git |
Description: | A simple daemon to allow session software to update firmware |
Upstream URL: | https://github.com/fwupd/fwupd |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | klusark |
Maintainer: | kendfinger |
Last Packager: | kendfinger |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-03-19 00:54 |
Last Updated: | 2020-03-26 21:09 |
Dependencies (31)
- efivar (efivar-git)
- gcab
- gpgme (gpgme-git, gpgme-minimal-git)
- json-glib (json-glib-git)
- libarchive (libarchive-git)
- libgudev (libgudev-nosystemd-git)
- libgusb
- libjcat (libjcat-git)
- libsmbios
- libsoup (libsoup-gnome-git, libsoup-gnome)
- libxmlb
- modemmanager (modemmanager-git)
- polkit (polkit-git, polkit-consolekit, polkit-no-script-git, polkit-duktape)
- python (python-dbg)
- shared-mime-info (shared-mime-info-git)
- tpm2-tss (tpm2-tss-git)
- umockdev (check)
- bash-completion (bash-completion-git) (make)
- git (git-git) (make)
- gnu-efi-libs (gnu-efi-libs-fedora-git, gnu-efi) (make)
- gobject-introspection (gobject-introspection-git) (make)
- gtk-doc (gtk-doc-git) (make)
- help2man (help2man-git) (make)
- meson (meson-git) (make)
- noto-fonts (ttf-noto-fonts-ib, ttf-noto-fonts-simple, noto-fonts-lite) (make)
- noto-fonts-cjk (make)
- python-cairo (python-cairo-git) (make)
- python-gobject (python-gobject-git) (make)
- python-pillow (python-pillow-git, python-pillow-simd) (make)
- vala (vala0.42, vala0.44, vala-git) (make)
- valgrind (valgrind-git) (make)
Required by (11)
- arch-secure-boot (requires fwupd)
- discover-snap (requires fwupd) (make)
- discover-snap (requires fwupd) (optional)
- discover-snap-git (requires fwupd) (optional)
- discover-snap-git (requires fwupd) (make)
- firmware-manager (requires fwupd) (optional)
- firmware-manager-git (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)
Latest Comments
rageltman commented on 2020-11-25 19:41
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
Working on a fix now.
PedroHLC commented on 2020-03-25 00:26
It seems there is a new dependency required.
nopcodex90 commented on 2019-12-27 01:51
@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
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 ---
thx1138 commented on 2019-10-29 21:58
This failure occurs with or without tpm2-tss installed, so is something else. There is no "dbus-1" subdirectory in "/etc/".
PKGBUILD
The community repository package has instead simply:
will.price94 commented on 2019-09-14 11:20
I think
tpm2-tss
should be added as a dependency. Without installing this I got a build failure.