PKGBUILDs/extra/fwupd/PKGBUILD

157 lines
4.2 KiB
Bash
Raw Normal View History

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>
2024-05-03 12:35:46 +00:00
# - remove depends on fwupd-efi, tmp2-tss
# - remove makedepends on valgrind, gnu-efi-libs, libdrm (amdgpu dependency)
# - meson with -Dplugin_uefi_capsule=disabled -Dplugin_uefi_pk=disabled -Dplugin_redfish=disabled -Dplugin_nvme=disabled (gnu-efi-libs dependency)
2023-03-31 12:18:21 +00:00
# - meson with -Dplugin_msr=disabled
2023-09-04 13:54:10 +00:00
# - meson with -Dplugin_intel_spi=false
2024-05-03 12:35:46 +00:00
# - meson with -Dplugin_amdgpu=disabled
2023-03-28 23:52:46 +00:00
# - remove makedepend on pandoc, meson with -Dman=false
2024-05-04 03:53:16 +00:00
# - disable tests, failing in chroot
2018-10-12 00:16:18 +00:00
2024-04-23 02:21:09 +00:00
pkgbase=fwupd
pkgname=(
fwupd
fwupd-docs
)
2024-05-20 12:42:04 +00:00
pkgver=1.9.20
2024-05-03 12:35:46 +00:00
pkgrel=1
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)
2023-11-18 17:06:51 +00:00
url='https://github.com/fwupd/fwupd'
2024-01-18 15:43:51 +00:00
license=(LGPL-2.1-or-later)
2023-09-04 13:16:04 +00:00
depends=(
2024-04-23 02:21:09 +00:00
bash
2023-09-04 13:16:04 +00:00
bluez
2024-02-08 20:10:16 +00:00
curl
2023-09-04 13:16:04 +00:00
flashrom
2024-04-23 02:21:09 +00:00
gcc-libs
glib2
glibc
2023-09-04 13:16:04 +00:00
gnutls
hicolor-icon-theme
2024-04-23 02:21:09 +00:00
json-glib
2024-02-08 20:10:16 +00:00
libarchive
libcbor
libgudev
2023-09-04 13:16:04 +00:00
libgusb
libjcat
2024-04-23 02:21:09 +00:00
libmbim
2024-02-08 20:10:16 +00:00
libmm-glib
libqmi
2023-09-04 13:16:04 +00:00
libxmlb
2024-02-08 20:10:16 +00:00
passim
2023-09-04 13:16:04 +00:00
polkit
2024-02-08 20:10:16 +00:00
protobuf-c
2023-09-04 13:16:04 +00:00
python
shared-mime-info
2024-04-23 02:21:09 +00:00
sqlite
systemd-libs
xz
zlib
2023-09-04 13:16:04 +00:00
)
makedepends=(
bash-completion
gi-docgen
gobject-introspection
meson
noto-fonts
noto-fonts-cjk
python-cairo
2024-04-23 02:21:09 +00:00
python-dbus
2023-09-04 13:16:04 +00:00
python-gobject
python-pillow
vala
2020-03-05 01:44:07 +00:00
)
2019-04-14 23:31:52 +00:00
checkdepends=(umockdev)
2023-09-11 17:53:58 +00:00
source=(
"https://github.com/fwupd/fwupd/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
fwupd.sysusers
)
2024-05-20 12:42:04 +00:00
sha512sums=('3854421b99e4f6869f840bdf601d3fb61a60ef2875f829858809631f22d24060184c424ef7406ff7ede50ad7a2bcd8b93793244c84d88d2269776f0c26846ee9'
2023-09-11 17:53:58 +00:00
'SKIP'
2024-05-03 12:35:46 +00:00
'637203080b55eda74a659f58c853a9a723a2dad5da70915b2b0e036c6145a649468ebec700cc83975d9cb5378b9dced8b3a3b26bdbcc75ddc774837355e75deb')
2024-05-20 12:42:04 +00:00
b2sums=('da9c47df676fc6da059e6a2df60891ff3d9141280ee3be58079c7e07ea785e3129aa5140520dcb87cbd8df7833bc43c201217fac54099133cbab0143fc5dfae8'
2023-09-11 17:53:58 +00:00
'SKIP'
2024-05-03 12:35:46 +00:00
'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() {
2024-04-23 02:21:09 +00:00
local meson_options=(
-D docs=enabled
-D efi_binary=false
-D launchd=disabled
-D plugin_amdgpu=disabled
-D plugin_intel_spi=false
-D supported_build=enabled
-D systemd_unit_user=fwupd
2024-05-04 03:53:16 +00:00
-Dplugin_uefi_capsule=disabled -Dplugin_uefi_pk=disabled -Dplugin_redfish=disabled -Dplugin_nvme=disabled -Dplugin_msr=disabled -Dman=false -Dtests=false
2024-04-23 02:21:09 +00:00
)
arch-meson ${pkgname}-${pkgver} build "${meson_options[@]}"
2018-10-12 00:16:18 +00:00
}
check() {
2024-01-18 15:43:51 +00:00
meson test -C build --print-errorlogs
2018-10-12 00:16:18 +00:00
}
2023-11-18 17:06:51 +00:00
_pick() {
local p="$1" f d; shift
for f; do
d="$srcdir/$p/${f#$pkgdir/}"
mkdir -p "$(dirname "$d")"
mv "$f" "$d"
rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
done
}
package_fwupd() {
2024-02-08 20:10:16 +00:00
depends+=(
libarchive.so
libcbor.so
libcurl.so
libgudev-1.0.so
libjson-glib-1.0.so
libmm-glib.so
libpassim.so
libprotobuf-c.so
libqmi-glib.so
)
2023-11-18 17:06:51 +00:00
optdepends=(
2024-04-23 02:21:09 +00:00
'python-dbus: Firmware packaging tools'
'python-gobject: Firmware packaging tools'
2023-11-18 17:06:51 +00:00
'udisks2: UEFI firmware upgrade support'
)
provides=(libfwupd.so)
backup=(
'etc/fwupd/fwupd.conf'
'etc/fwupd/remotes.d/lvfs-testing.conf'
'etc/fwupd/remotes.d/lvfs.conf'
'etc/fwupd/remotes.d/vendor-directory.conf'
)
2024-01-18 15:43:51 +00:00
meson install -C build --destdir "${pkgdir}"
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
# Remove the tests
2024-05-04 03:53:16 +00:00
rm -rf "${pkgdir}"/usr/{lib,share}/installed-tests/
2024-04-23 02:21:09 +00:00
# Conflicts with the dbxtool package
2023-09-04 13:16:04 +00:00
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
2023-11-18 17:06:51 +00:00
_pick docs "${pkgdir}"/usr/share/doc/{,fwupd/}{libfwupdplugin,libfwupd}
}
package_fwupd-docs() {
pkgdesc="Simple daemon to allow session software to update firmware - documentation"
depends=()
mv docs/* "${pkgdir}"
2018-10-12 00:16:18 +00:00
}