mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/fwupd to 1.5.6-1
This commit is contained in:
parent
2df7d40f59
commit
d247adab47
1 changed files with 12 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
# - meson with -Dplugin_msr=false
|
||||
|
||||
pkgname=fwupd
|
||||
pkgver=1.5.5
|
||||
pkgver=1.5.6
|
||||
pkgrel=1
|
||||
pkgdesc="Simple daemon to allow session software to update firmware"
|
||||
arch=(x86_64)
|
||||
|
@ -40,12 +40,21 @@ backup=('etc/fwupd/daemon.conf'
|
|||
'etc/fwupd/uefi_capsule.conf'
|
||||
'etc/fwupd/upower.conf')
|
||||
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
|
||||
sha256sums=('06f60f8b1c09f500b0017dfb0d20dd3079e4f4848983c40dc3fd9f173e4e5530'
|
||||
sha256sums=('133f2836349f3f2884bedfb6bf24b6772ed6e503a714a6e2fb17d7fde8852fb5'
|
||||
'SKIP')
|
||||
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
|
||||
|
||||
build() {
|
||||
arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D plugin_flashrom=true -D supported_build=true -Dplugin_dell=false -Dplugin_uefi_capsule=false -Dplugin_uefi_pk=false -Dplugin_redfish=false -Dplugin_nvme=false -Dtpm=false -Dplugin_msr=false
|
||||
arch-meson ${pkgname}-${pkgver} build \
|
||||
-D b_lto=false \
|
||||
-D plugin_flashrom=true \
|
||||
-D supported_build=true \
|
||||
-D efi_sbat_distro_id='arch' \
|
||||
-D efi_sbat_distro_summary='Arch Linux' \
|
||||
-D efi_sbat_distro_pkgname=${pkgname} \
|
||||
-D efi_sbat_distro_version=${pkgver} \
|
||||
-D efi_sbat_distro_url="https://archlinux.org/packages/community/x86_64/${pkgname}/" \
|
||||
-Dplugin_dell=false -Dplugin_uefi_capsule=false -Dplugin_uefi_pk=false -Dplugin_redfish=false -Dplugin_nvme=false -Dtpm=false -Dplugin_msr=false
|
||||
meson compile -C build
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue