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.8.7.
Date: Thu, 24 Nov 2022 17:01:25 +0100	[thread overview]
Message-ID: <20221124160125.BtjIIJLAC_nweCm4VElP-dGERxpYbANe9X1M35ZgVK0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40433@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 621 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/40433

fwupd: update to 1.8.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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (crossbuild)
  - x86_64-musl (crossbuild)

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

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

From 36c92a5d22c661de94c097531da1314a933957b2 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Wed, 23 Nov 2022 07:20:56 +0100
Subject: [PATCH] fwupd: update to 1.8.7.

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

diff --git a/srcpkgs/fwupd/template b/srcpkgs/fwupd/template
index 7c2d4032c183..13ff3401e96f 100644
--- a/srcpkgs/fwupd/template
+++ b/srcpkgs/fwupd/template
@@ -1,19 +1,21 @@
 # Template file for 'fwupd'
 pkgname=fwupd
-version=1.8.1
+version=1.8.7
 revision=1
 build_style=meson
 build_helper="gir"
-configure_args="-Dsupported_build=true -Dconsolekit=false -Dsystemd=false -Delogind=true
- -Dintrospection=true -Dtests=false"
-# tests require unpackaged umockdev
-hostmakedepends="dejavu-fonts-ttf gnutls-tools pkg-config gcab gi-docgen
- vala glib-devel polkit gettext pango python3-gobject python3-Pillow protobuf-c-devel"
+configure_args="-Dsupported_build=enabled -Dconsolekit=disabled
+ -Dsystemd=disabled -Delogind=enabled -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"
 makedepends="libxmlb-devel cairo-devel colord-devel libarchive-devel
  gnutls-devel gpgme-devel json-glib-devel libgusb-devel polkit-devel
  sqlite-devel gcab-devel pango-devel elogind-devel
  tpm2-tss-devel libjcat-devel libcurl-devel protobuf-c-devel"
 depends="dbus udisks2"
+checkdepends="umockdev"
 conf_files="
  /etc/fwupd/*.conf
  /etc/fwupd/remotes.d/*.conf"
@@ -22,7 +24,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/fwupd/fwupd"
 distfiles="https://github.com/fwupd/fwupd/archive/${version}.tar.gz"
-checksum=693ac8dd0fa1a7d567242b98f4666c93e8827d16ccd11aea796e01541f6ff877
+checksum=7711aab2f6a49eeac750b3626c490974f002320c1e8a9b389c266622d7926f3a
 replaces="fwupdate>=0"
 
 case "$XBPS_TARGET_MACHINE" in
@@ -59,6 +61,12 @@ pre_build() {
 	fi
 }
 
+post_install() {
+	vcompletion data/bash-completion/fwupdagent bash fwupdagent
+	vcompletion data/bash-completion/fwupdmgr bash fwupdmgr
+	vcompletion data/bash-completion/fwupdtool bash fwupdtool
+}
+
 fwupd-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision} libglib-devel libcurl-devel
 	 libjcat-devel libgusb-devel libxmlb-devel libarchive-devel gcab-devel

  parent reply	other threads:[~2022-11-24 16:01 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-10  7:04 [PR PATCH] fwupd: update to 1.8.6 dataCobra
2022-11-10 15:15 ` dkwo
2022-11-11  8:10 ` [PR PATCH] [Updated] " dataCobra
2022-11-11  8:10 ` fwupd: update to 1.8.7 dataCobra
2022-11-16 12:28 ` [PR PATCH] [Updated] " dataCobra
2022-11-18  9:29 ` dataCobra
2022-11-18  9:32 ` dataCobra
2022-11-18 10:20 ` [PR PATCH] [Updated] " dataCobra
2022-11-18 10:21 ` dataCobra
2022-11-18 10:26 ` dataCobra
2022-11-20 14:31 ` dkwo
2022-11-20 14:32 ` dkwo
2022-11-20 14:35 ` dkwo
2022-11-22 10:13 ` [PR PATCH] [Updated] " dataCobra
2022-11-22 10:13 ` dataCobra
2022-11-22 21:35 ` paper42
2022-11-23  6:21 ` [PR PATCH] [Updated] " dataCobra
2022-11-23  6:23 ` dataCobra
2022-11-24 16:01 ` dataCobra [this message]
2022-12-08  7:53 ` [PR PATCH] [Updated] " dataCobra
2022-12-08  7:55 ` fwupd: update to 1.8.8 dataCobra
2022-12-08 18:19 ` [PR PATCH] [Updated] " dataCobra
2022-12-16 18:18 ` [PR PATCH] [Merged]: " paper42

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=20221124160125.BtjIIJLAC_nweCm4VElP-dGERxpYbANe9X1M35ZgVK0@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).