2018-10-12 00:16:18 +00:00
|
|
|
# Maintainer: Bruno Pagani <archange@archlinux.org>
|
2021-06-22 20:26:05 +00:00
|
|
|
# Maintainer: Filipe Laíns (FFY00) <lains@archlinux.org>
|
|
|
|
# Maintainer: Frederik Schwan <freswa at archlinux dot org>
|
2018-10-12 00:16:18 +00:00
|
|
|
# Contributor: Mirco Tischler <mt-ml at gmx dot de>
|
|
|
|
|
|
|
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
2023-09-04 13:16:04 +00:00
|
|
|
# - remove depends on libsmbios, efivar, fwupd-efi, tmp2-tss
|
|
|
|
# - remove makedepends on valgrind, gnu-efi-libs
|
2023-03-31 12:18:21 +00:00
|
|
|
# - meson with -Dplugin_dell=disabled (smbios dependency)
|
|
|
|
# - meson with -Dplugin_uefi_capsule=disabled -Dplugin_uefi_pk=disabled -Dplugin_redfish=disabled -Dplugin_nvme=disabled (efivar, gnu-efi-libs dependency)
|
|
|
|
# - meson with -Dplugin_msr=disabled
|
2023-09-04 13:54:10 +00:00
|
|
|
# - meson with -Dplugin_intel_spi=false
|
2023-03-28 23:52:46 +00:00
|
|
|
# - remove makedepend on pandoc, meson with -Dman=false
|
2018-10-12 00:16:18 +00:00
|
|
|
|
|
|
|
pkgname=fwupd
|
2023-09-04 13:16:04 +00:00
|
|
|
pkgver=1.9.5
|
2023-09-11 17:53:58 +00:00
|
|
|
pkgrel=2
|
2020-02-14 13:38:44 +00:00
|
|
|
pkgdesc="Simple daemon to allow session software to update firmware"
|
2019-04-14 23:31:52 +00:00
|
|
|
arch=(x86_64)
|
2019-09-17 03:46:27 +00:00
|
|
|
url="https://github.com/fwupd/fwupd"
|
2019-04-14 23:31:52 +00:00
|
|
|
license=(LGPL)
|
2023-09-04 13:16:04 +00:00
|
|
|
depends=(
|
|
|
|
bluez
|
|
|
|
flashrom
|
|
|
|
gcab
|
|
|
|
gnutls
|
|
|
|
hicolor-icon-theme
|
|
|
|
libarchive.so
|
|
|
|
libcbor.so
|
|
|
|
libcurl.so
|
|
|
|
libgudev-1.0.so
|
|
|
|
libgusb
|
|
|
|
libjcat
|
|
|
|
libjson-glib-1.0.so
|
|
|
|
libmm-glib.so
|
|
|
|
libpassim.so
|
|
|
|
libprotobuf-c.so
|
|
|
|
libqmi-glib.so
|
|
|
|
libxmlb
|
|
|
|
polkit
|
|
|
|
python
|
|
|
|
shared-mime-info
|
|
|
|
)
|
2020-03-05 01:44:07 +00:00
|
|
|
optdepends=(
|
2023-09-04 13:16:04 +00:00
|
|
|
'udisks2: UEFI firmware upgrade support'
|
|
|
|
)
|
|
|
|
makedepends=(
|
|
|
|
bash-completion
|
|
|
|
gi-docgen
|
|
|
|
gobject-introspection
|
|
|
|
meson
|
|
|
|
noto-fonts
|
|
|
|
noto-fonts-cjk
|
|
|
|
python-cairo
|
|
|
|
python-gobject
|
|
|
|
python-pillow
|
|
|
|
vala
|
2020-03-05 01:44:07 +00:00
|
|
|
)
|
2019-04-14 23:31:52 +00:00
|
|
|
checkdepends=(umockdev)
|
2021-06-22 20:26:05 +00:00
|
|
|
provides=(libfwupd.so)
|
2023-09-04 13:16:04 +00:00
|
|
|
backup=(
|
|
|
|
'etc/fwupd/fwupd.conf'
|
|
|
|
'etc/fwupd/remotes.d/dell-esrt.conf'
|
|
|
|
'etc/fwupd/remotes.d/fwupd-tests.conf'
|
|
|
|
'etc/fwupd/remotes.d/lvfs-testing.conf'
|
|
|
|
'etc/fwupd/remotes.d/lvfs.conf'
|
|
|
|
'etc/fwupd/remotes.d/vendor-directory.conf'
|
|
|
|
'etc/fwupd/remotes.d/vendor.conf'
|
2021-08-04 22:41:32 +00:00
|
|
|
)
|
2023-09-11 17:53:58 +00:00
|
|
|
source=(
|
|
|
|
"https://github.com/fwupd/fwupd/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
|
|
|
|
fwupd.sysusers
|
|
|
|
)
|
2023-09-04 13:16:04 +00:00
|
|
|
sha512sums=('19c152746d4d44f00c5bf3ed36b97249cb0a8fdedab351706a7d4e761fb142d096351555392b535ce976cb9e925505246542525a90319a2560f753a675ff26cf'
|
2023-09-11 17:53:58 +00:00
|
|
|
'SKIP'
|
|
|
|
'637203080b55eda74a659f58c853a9a723a2dad5da70915b2b0e036c6145a649468ebec700cc83975d9cb5378b9dced8b3a3b26bdbcc75ddc774837355e75deb')
|
2023-09-04 13:16:04 +00:00
|
|
|
b2sums=('0926f97a79d7795f3bd8ea71841a072b8f725800d9b33eaf6fc54c62e67f53e41faa5558979a53b0e83094d8dfd3b3263bc462380498c00484e29500ca6baf8c'
|
2023-09-11 17:53:58 +00:00
|
|
|
'SKIP'
|
|
|
|
'e65ca7da22a20a40882cfc1fe4479643f9a38c90a4f2c3e71e6e5e3de1d6db212a0f17d600097619fe3cdb0a9b860422f8b0b9a9d45441518e51a7eb12a918bb')
|
2019-04-14 23:31:52 +00:00
|
|
|
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
|
2018-10-12 00:16:18 +00:00
|
|
|
|
|
|
|
build() {
|
2023-09-04 13:16:04 +00:00
|
|
|
arch-meson ${pkgname}-${pkgver} build \
|
|
|
|
-D b_lto=false \
|
|
|
|
-D docs=enabled \
|
2023-09-04 13:54:10 +00:00
|
|
|
-D plugin_intel_spi=false \
|
2023-09-04 13:16:04 +00:00
|
|
|
-D supported_build=enabled \
|
2023-09-04 13:54:10 +00:00
|
|
|
-D efi_binary=false \
|
2023-09-11 17:53:58 +00:00
|
|
|
-D systemd_unit_user=fwupd \
|
2023-09-04 13:16:04 +00:00
|
|
|
-Dplugin_dell=disabled -Dplugin_uefi_capsule=disabled -Dplugin_uefi_pk=disabled -Dplugin_redfish=disabled -Dplugin_nvme=disabled -Dplugin_msr=disabled -Dman=false
|
|
|
|
meson compile -C build
|
2018-10-12 00:16:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
check() {
|
2023-09-04 13:16:04 +00:00
|
|
|
meson test -C build
|
2018-10-12 00:16:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
2023-09-04 13:16:04 +00:00
|
|
|
DESTDIR="${pkgdir}" meson install -C build
|
2023-09-11 17:53:58 +00:00
|
|
|
# Add fwupd user https://bugs.archlinux.org/task/79653
|
|
|
|
install -D -m644 fwupd.sysusers "${pkgdir}"/usr/lib/sysusers.d/fwupd.conf
|
2023-09-04 13:16:04 +00:00
|
|
|
# Fixup mode to match polkit
|
|
|
|
install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
|
|
|
|
# Remove the tests
|
|
|
|
rm -r "${pkgdir}"/usr/share/installed-tests/
|
|
|
|
mv "${pkgdir}"/usr/bin/{,fwupd-}dbxtool
|
2023-09-04 13:54:10 +00:00
|
|
|
#mv "${pkgdir}"/usr/share/man/man1/{,fwupd-}dbxtool.1
|
2023-09-04 13:16:04 +00:00
|
|
|
# Remove msr module-load config as it is built-in
|
2023-09-04 13:54:10 +00:00
|
|
|
#rm "${pkgdir}"/usr/lib/modules-load.d/fwupd-msr.conf
|
|
|
|
#rmdir "${pkgdir}"/usr/lib/modules-load.d
|
2018-10-12 00:16:18 +00:00
|
|
|
}
|