community/fwupd to 1.8.12-1

This commit is contained in:
Kevin Mihelich 2023-02-24 20:17:15 +00:00
parent a737974dd9
commit 04da223c00

View file

@ -11,9 +11,10 @@
# - meson with -Dplugin_msr=false # - meson with -Dplugin_msr=false
# - meson with -Dplugin_intel_spi=false # - meson with -Dplugin_intel_spi=false
# - replace efi_sbat_distro_url with ALARM URL # - replace efi_sbat_distro_url with ALARM URL
# - remove makedepend on pandoc, meson with -Dman=disabled
pkgname=fwupd pkgname=fwupd
pkgver=1.8.11 pkgver=1.8.12
pkgrel=1 pkgrel=1
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)
@ -31,7 +32,7 @@ optdepends=(
) )
makedepends=(meson gobject-introspection gi-docgen makedepends=(meson gobject-introspection gi-docgen
python-cairo noto-fonts noto-fonts-cjk python-gobject vala python-cairo noto-fonts noto-fonts-cjk python-gobject vala
bash-completion python-pillow help2man) bash-completion python-pillow)
checkdepends=(umockdev) checkdepends=(umockdev)
provides=(libfwupd.so) provides=(libfwupd.so)
backup=('etc/fwupd/daemon.conf' backup=('etc/fwupd/daemon.conf'
@ -46,9 +47,9 @@ backup=('etc/fwupd/daemon.conf'
'etc/fwupd/uefi_capsule.conf' 'etc/fwupd/uefi_capsule.conf'
) )
source=("https://github.com/fwupd/fwupd/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}) source=("https://github.com/fwupd/fwupd/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
sha512sums=('f1fe648e33dc407bbb2ab438a29dee6e29ccdfa8cb6ca421b92cdfd724a3347254e6ddf35634b1e41e985558ea95166914b3fde927f61f1c0aa29800bf6ca6de' sha512sums=('1e0b9641b078de14796e2ee761e29dc6abd3669242bc64b5f9810c475d8eb7b87965d0216ddbf54ec72c383ae5943b9ffa69294bd9c7f4cf43daa1a1737d3f64'
'SKIP') 'SKIP')
b2sums=('d86b8776f78405384fcced78ebe1478585a4ca5127a184d357f2b8fc78f6437a58030c81f5bae672564e2a0df85d9b8512869b7eb1b82f5099bd0c4269acebc5' b2sums=('d3c755cb63b3b06d088cb117e68bdabffa5823278f7936e08626c8630d77b2f3d669795755459d392d7619902ae8f1dc62dd82c8b2b999728dc1fde8ec9b5805'
'SKIP') 'SKIP')
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com> validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
@ -59,7 +60,7 @@ build() {
-D plugin_intel_spi=false \ -D plugin_intel_spi=false \
-D supported_build=enabled \ -D supported_build=enabled \
-D efi_binary=false \ -D efi_binary=false \
-Dplugin_dell=false -Dplugin_uefi_capsule=false -Dplugin_uefi_pk=false -Dplugin_redfish=false -Dplugin_nvme=false -Dplugin_msr=false -Dplugin_dell=false -Dplugin_uefi_capsule=false -Dplugin_uefi_pk=false -Dplugin_redfish=false -Dplugin_nvme=false -Dplugin_msr=false -Dman=disabled
meson compile -C build meson compile -C build
} }