community/fwupd to 1.3.9-2

This commit is contained in:
Kevin Mihelich 2020-04-10 20:01:37 +00:00
parent ba859caa9f
commit f54d4f17c2

View file

@ -10,7 +10,7 @@
pkgname=fwupd pkgname=fwupd
pkgver=1.3.9 pkgver=1.3.9
pkgrel=1 pkgrel=2
pkgdesc="Simple daemon to allow session software to update firmware" pkgdesc="Simple daemon to allow session software to update firmware"
arch=(x86_64) arch=(x86_64)
url="https://github.com/fwupd/fwupd" url="https://github.com/fwupd/fwupd"
@ -36,10 +36,17 @@ backup=('etc/fwupd/daemon.conf'
'etc/fwupd/remotes.d/vendor.conf' 'etc/fwupd/remotes.d/vendor.conf'
'etc/fwupd/uefi.conf' 'etc/fwupd/uefi.conf'
'etc/fwupd/upower.conf') 'etc/fwupd/upower.conf')
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc}) source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc}
sha256sums=('66e446f9437c79b5efe59f1f398593d1e0ad1f29065e807c62cbb7c007aac740' 'SKIP') fwupd-fix-fwupdtool-path.patch::https://github.com/fwupd/fwupd/commit/d9597df863ca21e0fb2ff821f0c612e0eb0558b2.patch)
sha256sums=('66e446f9437c79b5efe59f1f398593d1e0ad1f29065e807c62cbb7c007aac740' 'SKIP'
'40f17221f2ddec0df85a388615a0ad6aa057643d153bb4b236c2c484de76c34f')
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com> validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
prepare() {
cd ${pkgname}-${pkgver}
patch -p1 -i ../fwupd-fix-fwupdtool-path.patch
}
build() { build() {
cd ${pkgname}-${pkgver} cd ${pkgname}-${pkgver}
arch-meson -D b_lto=false -Dplugin_dell=false -Dplugin_uefi=false -Dplugin_redfish=false -Dplugin_nvme=false -Dplugin_tpm=false ../build arch-meson -D b_lto=false -Dplugin_dell=false -Dplugin_uefi=false -Dplugin_redfish=false -Dplugin_nvme=false -Dplugin_tpm=false ../build