mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/fwupd to 1.8.2-2
This commit is contained in:
parent
dec5d6ae3e
commit
85e8c4896a
1 changed files with 9 additions and 10 deletions
|
@ -13,8 +13,8 @@
|
|||
# - replace efi_sbat_distro_url with ALARM URL
|
||||
|
||||
pkgname=fwupd
|
||||
pkgver=1.8.1
|
||||
pkgrel=1
|
||||
pkgver=1.8.2
|
||||
pkgrel=2
|
||||
pkgdesc="Simple daemon to allow session software to update firmware"
|
||||
arch=(x86_64)
|
||||
url="https://github.com/fwupd/fwupd"
|
||||
|
@ -22,13 +22,14 @@ license=(LGPL)
|
|||
depends=(libxmlb python libgusb
|
||||
polkit shared-mime-info tpm2-tss flashrom
|
||||
libjcat gcab hicolor-icon-theme
|
||||
bluez gnutls
|
||||
libarchive.so libcurl.so libcbor.so
|
||||
libjson-glib-1.0.so libgudev-1.0.so libmm-glib.so
|
||||
libqmi-glib.so libprotobuf-c.so)
|
||||
optdepends=(
|
||||
'udisks2: UEFI firmware upgrade support'
|
||||
)
|
||||
makedepends=(meson gobject-introspection gtk-doc
|
||||
makedepends=(meson gobject-introspection gi-docgen
|
||||
python-cairo noto-fonts noto-fonts-cjk python-gobject vala
|
||||
bash-completion python-pillow help2man)
|
||||
checkdepends=(umockdev)
|
||||
|
@ -45,20 +46,17 @@ backup=('etc/fwupd/daemon.conf'
|
|||
'etc/fwupd/uefi_capsule.conf'
|
||||
)
|
||||
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
|
||||
sha256sums=('5756466442eb9134fb40cdc8a46f9e01003247c8eac82fa5d8b16f6420375b79'
|
||||
sha256sums=('8baaf567d8e23600363a4ed3df1dcebbdff66593704c19ebd164ba78ea8598de'
|
||||
'SKIP')
|
||||
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
|
||||
|
||||
build() {
|
||||
arch-meson ${pkgname}-${pkgver} build \
|
||||
-D b_lto=false \
|
||||
-D plugin_modem_manager=true \
|
||||
-D docs=enabled \
|
||||
-D gresource_quirks=disabled \
|
||||
-D plugin_intel_spi=false \
|
||||
-D lzma=true \
|
||||
-D cbor=enabled \
|
||||
-D docs=gtkdoc \
|
||||
-D plugin_flashrom=true \
|
||||
-D supported_build=true \
|
||||
-D supported_build=enabled \
|
||||
-D efi_binary=false \
|
||||
-Dplugin_dell=false -Dplugin_uefi_capsule=false -Dplugin_uefi_pk=false -Dplugin_redfish=false -Dplugin_nvme=false -Dplugin_msr=false
|
||||
meson compile -C build
|
||||
|
@ -78,4 +76,5 @@ package() {
|
|||
#mv "${pkgdir}"/usr/share/man/man1/{,fwupd-}dbxtool.1
|
||||
# Remove msr module-load config as it is built-in
|
||||
rm -f "${pkgdir}"/usr/lib/modules-load.d/fwupd-msr.conf
|
||||
rm -rf "${pkgdir}"/usr/lib/modules-load.d
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue