Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (10b62a0d39b6d6bf70b3c95f6bde373c3cd67313)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (10b62a0d39b6d6bf70b3c95f6bde373c3cd67313)
  • Date: Fri, 27 May 2022 22:01:40 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

utils/fwupd/DEPENDS | 24 +++++++++++-------------
utils/fwupd/DETAILS | 6 +++---
utils/fwupd/HISTORY | 5 +++++
3 files changed, 19 insertions(+), 16 deletions(-)

New commits:
commit 10b62a0d39b6d6bf70b3c95f6bde373c3cd67313
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

utils/fwupd: version 1.8.1

diff --git a/utils/fwupd/DEPENDS b/utils/fwupd/DEPENDS
index a054225..45c2036 100755
--- a/utils/fwupd/DEPENDS
+++ b/utils/fwupd/DEPENDS
@@ -1,27 +1,21 @@
-depends meson &&
-depends ninja-build-system &&
-depends python3 &&
+. "${GRIMOIRE}/MESON_DEPENDS" &&
depends binutils &&
depends elfutils &&
depends DEVICE-MANAGER &&
depends gcab &&
depends glib2 &&
depends json-glib &&
-depends libarchive &&
-depends libgudev &&
-depends libgusb &&
depends libsoup &&
depends libxmlb &&
-depends sqlite &&
depends util-linux &&
depends -sub VAPIGEN vala &&
optional_depends bash-completion '' '' 'ease of use' &&
optional_depends consolekit2 'consolekit=true' 'consolekit=false'
'consolekit support ' &&
optional_depends libsmbios 'plugin_dell=true' 'plugin_dell=false' 'DELL
support' &&
if is_depends_enabled $SPELL libsmbios;then
- depends efivar 'plugin_uefi=true'
+ depends efivar 'plugin_uefi_capsule=true'
else
- optional_depends efivar 'plugin_uefi=true' 'plugin_uefi=false' 'UEFI
support'
+ optional_depends efivar 'plugin_uefi_capsule=true'
'plugin_uefi_capsule=false' 'UEFI support'
fi &&
if is_depends_enabled $SPELL efivar;then
depends cairo &&
@@ -33,10 +27,14 @@ if is_depends_enabled $SPELL efivar;then
depends pycairo
fi
optional_depends elogind 'elogind=true' 'elogind=false' 'Elogind support' &&
-optional_depends gnutls 'pkcs7=true' 'pkcs7=false' 'pkcs7 support' &&
+optional_depends gnutls 'gnutls=true' 'gnutls=false' 'GnuTLS support' &&
optional_depends gobject-introspection 'introspection=true'
'introspection=false' 'introspection support' &&
optional_depends gpgme 'gpg=true' 'gpg=false' 'GPG support' &&
-optional_depends gtk-doc 'gtkdoc=true' 'gtkdoc=false' 'build docs' &&
-optional_depends policykit 'daemon=true' 'daemon=false' 'build daemon' &&
+optional_depends gtk-doc 'docs=true' 'docs=false' 'build docs' &&
+optional_depends policykit 'polkit=true' 'polkit=false' 'PolicyKit support
in daemon' &&
optional_depends systemd 'systemd=true' 'systemd=false' 'SystemD support' &&
-optional_depends valgrind '' '' 'debugging support'
+optional_depends valgrind '' '' 'debugging support' &&
+optional_depends libarchive 'libarchive=true' 'libarchive=false' 'libarchive
support' &&
+optional_depends libgudev 'gudev=true' 'gudev=false' 'GUdev support' &&
+optional_depends libgusb 'gusb=true' 'gusb=false' 'GUsb support' &&
+optional_depends sqlite 'sqlite=true' 'sqlite=false' 'sqlite support'
diff --git a/utils/fwupd/DETAILS b/utils/fwupd/DETAILS
index f636f72..114b4f2 100755
--- a/utils/fwupd/DETAILS
+++ b/utils/fwupd/DETAILS
@@ -1,11 +1,11 @@
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=fwupd
- VERSION=1.2.8
-
SOURCE_HASH=sha512:d603f9f4e5a4c0fc6abb0b75f7d884eff47fb8a16285aa545f7140fe98ce781d127ff3769f9c206bb3bfd084bbc5bf6abf9424f70e727ff79162416fe7881154
+ VERSION=1.8.1
+
SOURCE_HASH=sha512:9f3e15b977b335058d1430049f19de8a17260cdbc4e84aa728ff4e6db3deebc8725f532e9b3edb7d51a0ddc9cc9f8272449417e7345009d447b9f4b3378a4819
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://github.com/hughsie/$SPELL
- SOURCE_URL[0]=$WEB_SITE/archive/$VERSION.tar.gz
+ SOURCE_URL[0]=https://github.com/${SPELL}/${SPELL}/archive/$VERSION.tar.gz
LICENSE[0]=GPL
ENTERED=20190407
KEYWORDS=""
diff --git a/utils/fwupd/HISTORY b/utils/fwupd/HISTORY
index 091ebd9..83f154f 100644
--- a/utils/fwupd/HISTORY
+++ b/utils/fwupd/HISTORY
@@ -1,3 +1,8 @@
+2022-05-27 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.8.1
+ * DEPENDS: mesonified, reworked some flags, added optional depends on
+ libgudev, libgusb, sqlite and libarchive
+
2021-04-02 Florian Franzmann <bwlf AT bandrate.org>
* DEPENDS: depend on pycario instead of py3cairo




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (10b62a0d39b6d6bf70b3c95f6bde373c3cd67313), Pavel Vinogradov, 05/27/2022

Archive powered by MHonArc 2.6.24.

Top of Page