mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
fwupd: update to 2.0.12.
This commit is contained in:
parent
eccff582fb
commit
683faf5caa
2 changed files with 5 additions and 20 deletions
|
@ -1,9 +0,0 @@
|
||||||
--- a/src/meson.build
|
|
||||||
+++ b/src/meson.build
|
|
||||||
@@ -383,5 +383,5 @@ if get_option('tests')
|
|
||||||
'-DSRCDIR="' + meson.current_source_dir() + '"',
|
|
||||||
],
|
|
||||||
)
|
|
||||||
- test('fu-self-test', e, is_parallel: false, timeout: 180, env: env)
|
|
||||||
+ # test('fu-self-test', e, is_parallel: false, timeout: 180, env: env)
|
|
||||||
endif
|
|
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'fwupd'
|
# Template file for 'fwupd'
|
||||||
pkgname=fwupd
|
pkgname=fwupd
|
||||||
version=2.0.3
|
version=2.0.12
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir qemu"
|
build_helper="gir qemu"
|
||||||
configure_args="-Dsupported_build=enabled -Dconsolekit=disabled
|
configure_args="-Dsupported_build=enabled -Dsystemd=disabled
|
||||||
-Dsystemd=disabled -Delogind=enabled -Dintrospection=enabled
|
-Dintrospection=enabled -Defi_binary=false"
|
||||||
-Defi_binary=false"
|
|
||||||
hostmakedepends="dejavu-fonts-ttf gnutls-tools pkg-config gcab gi-docgen vala
|
hostmakedepends="dejavu-fonts-ttf gnutls-tools pkg-config gcab gi-docgen vala
|
||||||
glib-devel polkit gettext pango python3-gobject python3-Pillow
|
glib-devel polkit gettext pango python3-gobject python3-Pillow
|
||||||
protobuf-c-devel"
|
protobuf-c-devel"
|
||||||
|
@ -20,27 +19,22 @@ conf_files="
|
||||||
/etc/fwupd/*.conf
|
/etc/fwupd/*.conf
|
||||||
/etc/fwupd/remotes.d/*.conf"
|
/etc/fwupd/remotes.d/*.conf"
|
||||||
short_desc="Daemon to allow session software to update firmware"
|
short_desc="Daemon to allow session software to update firmware"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Anachron <gith@cron.world>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/fwupd/fwupd"
|
homepage="https://github.com/fwupd/fwupd"
|
||||||
changelog="https://github.com/fwupd/fwupd/releases"
|
changelog="https://github.com/fwupd/fwupd/releases"
|
||||||
distfiles="https://github.com/fwupd/fwupd/archive/${version}.tar.gz"
|
distfiles="https://github.com/fwupd/fwupd/archive/${version}.tar.gz"
|
||||||
checksum=c846b77120d134b04f7adc5e7a15aba282b815e3919154c05178e9c1be10399b
|
checksum=046d7301d7b24c78c3cacb479c91523517525f62106a8095b30cb6ba2888ed8a
|
||||||
replaces="fwupdate>=0"
|
replaces="fwupdate>=0"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*|i686*)
|
x86_64*|i686*)
|
||||||
_have_uefi=yes
|
_have_uefi=yes
|
||||||
_plugin_msr=yes
|
|
||||||
;;
|
;;
|
||||||
arm*|aarch64*)
|
arm*|aarch64*)
|
||||||
_have_uefi=yes;;
|
_have_uefi=yes;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ -z "$_plugin_msr" ]; then
|
|
||||||
configure_args+=" -Dplugin_msr=disabled"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -n "$_have_uefi" ]; then
|
if [ -n "$_have_uefi" ]; then
|
||||||
makedepends+=" libefivar-devel fwupd-efi"
|
makedepends+=" libefivar-devel fwupd-efi"
|
||||||
depends+=" fwupd-efi"
|
depends+=" fwupd-efi"
|
||||||
|
|
Loading…
Add table
Reference in a new issue