Github messages for voidlinux
 help / color / mirror / Atom feed
From: dataCobra <dataCobra@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] fwupd: update to 1.9.8.
Date: Thu, 16 Nov 2023 10:27:21 +0100	[thread overview]
Message-ID: <20231116092721.o7fSr-wtvKJsuOJV8BZ6OuWwM90A6Yi-wk-KPTrwHrA@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47132@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 595 bytes --]

There is an updated pull request by dataCobra against master on the void-packages repository

https://github.com/dataCobra/void-packages fwupd
https://github.com/void-linux/void-packages/pull/47132

fwupd: update to 1.9.8.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686


A patch file from https://github.com/void-linux/void-packages/pull/47132.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fwupd-47132.patch --]
[-- Type: text/x-diff, Size: 1875 bytes --]

From 59b36b798f3c2a1e36d5ecd92a4809c1ef6abef9 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Thu, 16 Nov 2023 10:25:58 +0100
Subject: [PATCH] fwupd: update to 1.9.8.

---
 srcpkgs/fwupd/template | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/fwupd/template b/srcpkgs/fwupd/template
index f42c205e170a1..b50b2f212e779 100644
--- a/srcpkgs/fwupd/template
+++ b/srcpkgs/fwupd/template
@@ -1,9 +1,9 @@
 # Template file for 'fwupd'
 pkgname=fwupd
-version=1.9.5
+version=1.9.8
 revision=1
 build_style=meson
-build_helper="gir"
+build_helper="gir qemu"
 configure_args="-Dsupported_build=enabled -Dconsolekit=disabled
  -Dsystemd=disabled -Delogind=enabled -Dintrospection=enabled
  -Defi_binary=false"
@@ -24,34 +24,27 @@ maintainer="dataCobra <datacobra@thinkbot.de>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/fwupd/fwupd"
 distfiles="https://github.com/fwupd/fwupd/archive/${version}.tar.gz"
-checksum=efc15b39e1802aab5f306a8ff584fc158811e30e8f4a4a2b3302bc20ca0bc47a
+checksum=3fcab975d6acf48807f386aa62882db14889463269f6139aefd5f56dfa71d382
 replaces="fwupdate>=0"
 
 case "$XBPS_TARGET_MACHINE" in
 	x86_64*|i686*)
 		_have_uefi=yes
 		_plugin_msr=yes
-		_plugin_dell=yes
 		;;
 	arm*|aarch64*)
 		_have_uefi=yes;;
 esac
 
 if [ -z "$_plugin_msr" ]; then
-	configure_args+=" -Dplugin_msr=false"
-fi
-
-if [ "$_plugin_dell" ]; then
-	makedepends+=" libsmbios-devel"
-else
-	configure_args+=" -Dplugin_dell=false"
+	configure_args+=" -Dplugin_msr=disabled"
 fi
 
 if [ -n "$_have_uefi" ]; then
 	makedepends+=" libefivar-devel fwupd-efi"
 	depends+=" fwupd-efi"
 else
-	configure_args+=" -Dplugin_redfish=false -Dplugin_uefi_capsule=false -Dplugin_uefi_pk=false"
+	configure_args+=" -Dplugin_redfish=disabled -Dplugin_uefi_capsule=disabled -Dplugin_uefi_pk=disabled"
 fi
 
 pre_build() {

  parent reply	other threads:[~2023-11-16  9:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-09 11:19 [PR PATCH] fwupd: update to 1.9.7 dataCobra
2023-11-09 11:33 ` [PR PATCH] [Updated] " dataCobra
2023-11-14 10:39 ` dataCobra
2023-11-14 10:44 ` dataCobra
2023-11-14 10:47 ` dataCobra
2023-11-16  9:27 ` dataCobra [this message]
2023-11-16 13:30 ` [PR PATCH] [Merged]: fwupd: update to 1.9.8 ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231116092721.o7fSr-wtvKJsuOJV8BZ6OuWwM90A6Yi-wk-KPTrwHrA@z \
    --to=datacobra@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).