Skip to content

Commit 683faf5

Browse files
AnachronDuncaen
authored andcommitted
fwupd: update to 2.0.12.
1 parent eccff58 commit 683faf5

File tree

2 files changed

+5
-20
lines changed

2 files changed

+5
-20
lines changed

srcpkgs/fwupd/patches/skip-fu-self-tests.patch

Lines changed: 0 additions & 9 deletions
This file was deleted.

srcpkgs/fwupd/template

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Template file for 'fwupd'
22
pkgname=fwupd
3-
version=2.0.3
3+
version=2.0.12
44
revision=1
55
build_style=meson
66
build_helper="gir qemu"
7-
configure_args="-Dsupported_build=enabled -Dconsolekit=disabled
8-
-Dsystemd=disabled -Delogind=enabled -Dintrospection=enabled
9-
-Defi_binary=false"
7+
configure_args="-Dsupported_build=enabled -Dsystemd=disabled
8+
-Dintrospection=enabled -Defi_binary=false"
109
hostmakedepends="dejavu-fonts-ttf gnutls-tools pkg-config gcab gi-docgen vala
1110
glib-devel polkit gettext pango python3-gobject python3-Pillow
1211
protobuf-c-devel"
@@ -20,27 +19,22 @@ conf_files="
2019
/etc/fwupd/*.conf
2120
/etc/fwupd/remotes.d/*.conf"
2221
short_desc="Daemon to allow session software to update firmware"
23-
maintainer="Orphaned <[email protected]>"
22+
maintainer="Anachron <[email protected]>"
2423
license="LGPL-2.1-or-later"
2524
homepage="https://github.com/fwupd/fwupd"
2625
changelog="https://github.com/fwupd/fwupd/releases"
2726
distfiles="https://github.com/fwupd/fwupd/archive/${version}.tar.gz"
28-
checksum=c846b77120d134b04f7adc5e7a15aba282b815e3919154c05178e9c1be10399b
27+
checksum=046d7301d7b24c78c3cacb479c91523517525f62106a8095b30cb6ba2888ed8a
2928
replaces="fwupdate>=0"
3029

3130
case "$XBPS_TARGET_MACHINE" in
3231
x86_64*|i686*)
3332
_have_uefi=yes
34-
_plugin_msr=yes
3533
;;
3634
arm*|aarch64*)
3735
_have_uefi=yes;;
3836
esac
3937

40-
if [ -z "$_plugin_msr" ]; then
41-
configure_args+=" -Dplugin_msr=disabled"
42-
fi
43-
4438
if [ -n "$_have_uefi" ]; then
4539
makedepends+=" libefivar-devel fwupd-efi"
4640
depends+=" fwupd-efi"

0 commit comments

Comments
 (0)