File tree Expand file tree Collapse file tree 2 files changed +5
-20
lines changed
Expand file tree Collapse file tree 2 files changed +5
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Template file for 'fwupd'
22pkgname=fwupd
3- version=2.0.3
3+ version=2.0.12
44revision=1
55build_style=meson
66build_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"
109hostmakedepends="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"
2221short_desc="Daemon to allow session software to update firmware"
23- maintainer="
Orphaned <[email protected] >"
22+ maintainer="
Anachron <[email protected] >"
2423license="LGPL-2.1-or-later"
2524homepage="https://github.com/fwupd/fwupd"
2625changelog="https://github.com/fwupd/fwupd/releases"
2726distfiles="https://github.com/fwupd/fwupd/archive/${version}.tar.gz"
28- checksum=c846b77120d134b04f7adc5e7a15aba282b815e3919154c05178e9c1be10399b
27+ checksum=046d7301d7b24c78c3cacb479c91523517525f62106a8095b30cb6ba2888ed8a
2928replaces="fwupdate>=0"
3029
3130case "$XBPS_TARGET_MACHINE" in
3231 x86_64*|i686*)
3332 _have_uefi=yes
34- _plugin_msr=yes
3533 ;;
3634 arm*|aarch64*)
3735 _have_uefi=yes;;
3836esac
3937
40- if [ -z "$_plugin_msr" ]; then
41- configure_args+=" -Dplugin_msr=disabled"
42- fi
43-
4438if [ -n "$_have_uefi" ]; then
4539 makedepends+=" libefivar-devel fwupd-efi"
4640 depends+=" fwupd-efi"
You can’t perform that action at this time.
0 commit comments