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.7.
Date: Thu, 09 Nov 2023 12:33:36 +0100	[thread overview]
Message-ID: <20231109113336.zClk76zkBD4Hht-QTs0iHVtX8OBwNeDaiBxpINdlOjs@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.7.
#### 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: 1697 bytes --]

From 5724e81e399ef5dc1e2d35d3550c14628a32d86c Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Thu, 9 Nov 2023 12:33:19 +0100
Subject: [PATCH] fwupd: update to 1.9.7.

---
 srcpkgs/fwupd/template | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/fwupd/template b/srcpkgs/fwupd/template
index f42c205e170a1..13640f8b8a355 100644
--- a/srcpkgs/fwupd/template
+++ b/srcpkgs/fwupd/template
@@ -1,6 +1,6 @@
 # Template file for 'fwupd'
 pkgname=fwupd
-version=1.9.5
+version=1.9.7
 revision=1
 build_style=meson
 build_helper="gir"
@@ -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=b28e6f4b0676329a7ba0c77b56dc4fbb63c20cb746a0f467f04583bb6125e013
 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() {

  reply	other threads:[~2023-11-09 11:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-09 11:19 [PR PATCH] " dataCobra
2023-11-09 11:33 ` dataCobra [this message]
2023-11-14 10:39 ` [PR PATCH] [Updated] " dataCobra
2023-11-14 10:44 ` dataCobra
2023-11-14 10:47 ` dataCobra
2023-11-16  9:27 ` [PR PATCH] [Updated] fwupd: update to 1.9.8 dataCobra
2023-11-16 13:30 ` [PR PATCH] [Merged]: " 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=20231109113336.zClk76zkBD4Hht-QTs0iHVtX8OBwNeDaiBxpINdlOjs@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).