mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/fwupd to 1.3.1-2
This commit is contained in:
parent
f1c9cdee3c
commit
492dd34499
1 changed files with 14 additions and 7 deletions
|
@ -8,20 +8,19 @@
|
|||
# - meson with -Dplugin_uefi=false -Dplugin_redfish=false -Dplugin_nvme=false (efivar, gnu-efi-libs dependency)
|
||||
|
||||
pkgname=fwupd
|
||||
pkgver=1.2.10
|
||||
pkgrel=1
|
||||
pkgver=1.3.1
|
||||
pkgrel=2
|
||||
pkgdesc="A simple daemon to allow session software to update firmware"
|
||||
arch=(x86_64)
|
||||
url="https://github.com/hughsie/fwupd"
|
||||
url="https://github.com/fwupd/fwupd"
|
||||
license=(LGPL)
|
||||
depends=(libxmlb python libgusb
|
||||
libsoup json-glib gcab libarchive gpgme
|
||||
libgudev polkit shared-mime-info modemmanager)
|
||||
libgudev polkit shared-mime-info modemmanager
|
||||
tpm2-tss)
|
||||
makedepends=(meson gobject-introspection gtk-doc
|
||||
python-cairo noto-fonts noto-fonts-cjk python-gobject vala
|
||||
bash-completion python-pillow help2man)
|
||||
optdepends=('tpm2-abrmd: TPM2 support'
|
||||
'tpm2-tools: TPM2 support')
|
||||
checkdepends=(umockdev)
|
||||
backup=('etc/fwupd/daemon.conf'
|
||||
'etc/fwupd/redfish.conf'
|
||||
|
@ -33,9 +32,17 @@ backup=('etc/fwupd/daemon.conf'
|
|||
'etc/fwupd/remotes.d/vendor.conf'
|
||||
'etc/fwupd/uefi.conf')
|
||||
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
|
||||
sha256sums=('4bee2032da8e3b690ecdc9a8a5662ea9b8287f72ba557758aa5321128f7ed646' 'SKIP')
|
||||
sha256sums=('6fcb6773a2e1fe12bd7aa86aebcfd2cb6a877f7400590abaad8347cc881f7aa0' 'SKIP')
|
||||
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
|
||||
|
||||
prepare() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
||||
# This tests are failing inside a chroot
|
||||
sed -i "/test('uefi-self-test', e)/d" plugins/uefi/meson.build
|
||||
sed -i "/test('dell-self-test', e)/d" plugins/dell/meson.build
|
||||
}
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
arch-meson -D b_lto=false -Dplugin_dell=false -Dplugin_uefi=false -Dplugin_redfish=false -Dplugin_nvme=false ../build
|
||||
|
|
Loading…
Reference in a new issue