community/fwupd to 1.3.2-1

This commit is contained in:
Kevin Mihelich 2019-09-27 01:13:10 +00:00
parent 7bc79d79ce
commit e1d3c4a466

View file

@ -8,8 +8,8 @@
# - meson with -Dplugin_uefi=false -Dplugin_redfish=false -Dplugin_nvme=false (efivar, gnu-efi-libs dependency)
pkgname=fwupd
pkgver=1.3.1
pkgrel=3
pkgver=1.3.2
pkgrel=1
pkgdesc="A simple daemon to allow session software to update firmware"
arch=(x86_64)
url="https://github.com/fwupd/fwupd"
@ -30,11 +30,9 @@ backup=('etc/fwupd/daemon.conf'
'etc/fwupd/remotes.d/vendor-directory.conf'
'etc/fwupd/remotes.d/vendor.conf'
'etc/fwupd/uefi.conf')
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc}
"fix-tpm2-abrmd.patch::${url}/commit/8b98b1cbd9d96479510faca3aed5bfdeff16066b.patch")
sha256sums=('6fcb6773a2e1fe12bd7aa86aebcfd2cb6a877f7400590abaad8347cc881f7aa0'
'SKIP'
'd5c333757abede95fbb3e67e70718c59a3d011e39da86b8bc67eceb921af660b')
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
sha256sums=('33a52b6140b6b0860db649674d0b9af23387328cf92a2eafd8f3a766f365891e'
'SKIP')
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
prepare() {
@ -43,9 +41,6 @@ prepare() {
# 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
# Fix crashing on tpm2-abrmd debug messages
patch -p1 < ../fix-tpm2-abrmd.patch
}
build() {
@ -63,9 +58,6 @@ package() {
DESTDIR="${pkgdir}" ninja -C build install
# Fixup mode to match polkit
install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
# Move D-BUS policy
mv "${pkgdir}"/{etc,usr/share}/dbus-1/system.d
rmdir "${pkgdir}"/etc/dbus-1
# Remove the tests
rm -r "${pkgdir}"/usr/share/installed-tests/
}