Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/flashrom/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -11,8 +11,8 @@ short_desc="Utility for reading, writing, erasing and verifying flash ROM chips"
maintainer="Orphaned <[email protected]>"
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() {
Expand Down
9 changes: 0 additions & 9 deletions srcpkgs/fwupd/patches/skip-fu-self-tests.patch

This file was deleted.

16 changes: 5 additions & 11 deletions srcpkgs/fwupd/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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 <[email protected]>"
maintainer="Anachron <[email protected]>"
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"
Expand Down