diff --git a/srcpkgs/flashrom/template b/srcpkgs/flashrom/template index 889d883e0f54b0..baf08adef8b3d9 100644 --- a/srcpkgs/flashrom/template +++ b/srcpkgs/flashrom/template @@ -1,6 +1,6 @@ # Template file for 'flashrom' pkgname=flashrom -version=1.4.0 +version=1.5.1 revision=1 build_style=meson configure_args="-Duse_internal_dmi=false -Ddocumentation=enabled" @@ -11,8 +11,8 @@ short_desc="Utility for reading, writing, erasing and verifying flash ROM chips" maintainer="Orphaned " license="GPL-2.0-only" homepage="https://www.flashrom.org" -distfiles=https://github.com/flashrom/flashrom/archive/v$version.tar.gz -checksum=b77ce458b3b874387270a71805e899ac63f057d7553dc320da7e4c58e750577c +distfiles=https://github.com/flashrom/flashrom/archive/refs/tags/v${version}.tar.gz +checksum=3f4dc7878e962e165b7eba73104d4e61231f9d4e838eb47df6ca3d87060a2aa5 make_check=no # can't run without special setup..? flashrom-devel_package() { diff --git a/srcpkgs/fwupd/patches/skip-fu-self-tests.patch b/srcpkgs/fwupd/patches/skip-fu-self-tests.patch deleted file mode 100644 index f6adbea3fd6231..00000000000000 --- a/srcpkgs/fwupd/patches/skip-fu-self-tests.patch +++ /dev/null @@ -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 diff --git a/srcpkgs/fwupd/template b/srcpkgs/fwupd/template index 45afc284c71ffb..9e9f56f6082834 100644 --- a/srcpkgs/fwupd/template +++ b/srcpkgs/fwupd/template @@ -1,12 +1,11 @@ # Template file for 'fwupd' pkgname=fwupd -version=2.0.3 +version=2.0.12 revision=1 build_style=meson build_helper="gir qemu" -configure_args="-Dsupported_build=enabled -Dconsolekit=disabled - -Dsystemd=disabled -Delogind=enabled -Dintrospection=enabled - -Defi_binary=false" +configure_args="-Dsupported_build=enabled -Dsystemd=disabled + -Dintrospection=enabled -Defi_binary=false" hostmakedepends="dejavu-fonts-ttf gnutls-tools pkg-config gcab gi-docgen vala glib-devel polkit gettext pango python3-gobject python3-Pillow protobuf-c-devel" @@ -20,27 +19,22 @@ conf_files=" /etc/fwupd/*.conf /etc/fwupd/remotes.d/*.conf" short_desc="Daemon to allow session software to update firmware" -maintainer="Orphaned " +maintainer="Anachron " license="LGPL-2.1-or-later" homepage="https://github.com/fwupd/fwupd" changelog="https://github.com/fwupd/fwupd/releases" distfiles="https://github.com/fwupd/fwupd/archive/${version}.tar.gz" -checksum=c846b77120d134b04f7adc5e7a15aba282b815e3919154c05178e9c1be10399b +checksum=046d7301d7b24c78c3cacb479c91523517525f62106a8095b30cb6ba2888ed8a replaces="fwupdate>=0" case "$XBPS_TARGET_MACHINE" in x86_64*|i686*) _have_uefi=yes - _plugin_msr=yes ;; arm*|aarch64*) _have_uefi=yes;; esac -if [ -z "$_plugin_msr" ]; then - configure_args+=" -Dplugin_msr=disabled" -fi - if [ -n "$_have_uefi" ]; then makedepends+=" libefivar-devel fwupd-efi" depends+=" fwupd-efi"