Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update fwupd and libxmlb
@ 2020-10-02 21:08 ericonr
  2020-10-03  0:49 ` [PR PATCH] [Updated] " ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ericonr @ 2020-10-02 21:08 UTC (permalink / raw)
  To: ml

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

There is a new pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages fwupd
https://github.com/void-linux/void-packages/pull/25295

Update fwupd and libxmlb
Waiting on upstream bug report: https://github.com/fwupd/fwupd/issues/2444

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

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

From 174e384348427293c317c573950fa9140db041af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 2 Oct 2020 17:46:22 -0300
Subject: [PATCH 1/2] libxmlb: update to 0.2.1.

---
 common/shlibs            | 2 +-
 srcpkgs/libxmlb/template | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 1ee97241fe5..b66894389d8 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3588,7 +3588,7 @@ libssl.so.47 libssl47-2.9.2_1
 libcrypto.so.46 libcrypto46-3.1.1_1
 libtls.so.20 libtls20-3.1.1_1
 libssl.so.48 libssl48-3.1.1_1
-libxmlb.so.1 libxmlb-0.1.3_1
+libxmlb.so.2 libxmlb-0.2.1_1
 libvoikko.so.1 libvoikko-4.2_1
 libfstrcmp.so.0 libfstrcmp-0.7.D001_1
 libUMP.so.3 libump-git-20181122_2
diff --git a/srcpkgs/libxmlb/template b/srcpkgs/libxmlb/template
index fce3c4b589b..6d8a900ae0a 100644
--- a/srcpkgs/libxmlb/template
+++ b/srcpkgs/libxmlb/template
@@ -1,6 +1,6 @@
 # Template file for 'libxmlb'
 pkgname=libxmlb
-version=0.1.14
+version=0.2.1
 revision=1
 build_style=meson
 build_helper="gir"
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/hughsie/libxmlb"
 distfiles="https://github.com/hughsie/libxmlb/archive/${version}.tar.gz"
-checksum=f65f100d0f319a8feb900c103204c536b473eefdbee1ce1e8e23c8b706773cf1
+checksum=2bf0cae179f1a9b6a63d294c06d324ea97266fc34656589b2865535ab2322529
 
 build_options="gir"
 build_options_default="gir"
@@ -23,7 +23,7 @@ post_install() {
 }
 
 libxmlb-devel_package() {
-	depends="libxmlb-${version}_${revision} libglib-devel libuuid-devel"
+	depends="libxmlb>=${version}_${revision} ${makedepends}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

From 83000b267d50be62fba72294500c6ee4373c157f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 2 Oct 2020 16:48:30 -0300
Subject: [PATCH 2/2] fwupd: update to 1.4.6.

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

diff --git a/srcpkgs/fwupd/template b/srcpkgs/fwupd/template
index dfe786930c8..daa4fb46119 100644
--- a/srcpkgs/fwupd/template
+++ b/srcpkgs/fwupd/template
@@ -1,6 +1,6 @@
 # Template file for 'fwupd'
 pkgname=fwupd
-version=1.4.2
+version=1.4.6
 revision=1
 build_style=meson
 build_helper="gir"
@@ -22,7 +22,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/hughsie/fwupd"
 distfiles="https://github.com/hughsie/fwupd/archive/${version}.tar.gz"
-checksum=7c0ff77551627aaa162aed8f3b010ca88539a70ade060c8b4b298cf4bcd169ee
+checksum=2e70a4221e6ca09dae768af25f19fddcdbdafb9f7d7984d19e8686846fa4420a
 
 # no efi on non-efi platforms
 case "$XBPS_TARGET_MACHINE" in

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] Update fwupd and libxmlb
  2020-10-02 21:08 [PR PATCH] Update fwupd and libxmlb ericonr
@ 2020-10-03  0:49 ` ericonr
  2020-10-05 15:34 ` ericonr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-10-03  0:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages fwupd
https://github.com/void-linux/void-packages/pull/25295

Update fwupd and libxmlb
Waiting on upstream bug report: https://github.com/fwupd/fwupd/issues/2444

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

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

From 174e384348427293c317c573950fa9140db041af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 2 Oct 2020 17:46:22 -0300
Subject: [PATCH 1/2] libxmlb: update to 0.2.1.

---
 common/shlibs            | 2 +-
 srcpkgs/libxmlb/template | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 1ee97241fe5..b66894389d8 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3588,7 +3588,7 @@ libssl.so.47 libssl47-2.9.2_1
 libcrypto.so.46 libcrypto46-3.1.1_1
 libtls.so.20 libtls20-3.1.1_1
 libssl.so.48 libssl48-3.1.1_1
-libxmlb.so.1 libxmlb-0.1.3_1
+libxmlb.so.2 libxmlb-0.2.1_1
 libvoikko.so.1 libvoikko-4.2_1
 libfstrcmp.so.0 libfstrcmp-0.7.D001_1
 libUMP.so.3 libump-git-20181122_2
diff --git a/srcpkgs/libxmlb/template b/srcpkgs/libxmlb/template
index fce3c4b589b..6d8a900ae0a 100644
--- a/srcpkgs/libxmlb/template
+++ b/srcpkgs/libxmlb/template
@@ -1,6 +1,6 @@
 # Template file for 'libxmlb'
 pkgname=libxmlb
-version=0.1.14
+version=0.2.1
 revision=1
 build_style=meson
 build_helper="gir"
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/hughsie/libxmlb"
 distfiles="https://github.com/hughsie/libxmlb/archive/${version}.tar.gz"
-checksum=f65f100d0f319a8feb900c103204c536b473eefdbee1ce1e8e23c8b706773cf1
+checksum=2bf0cae179f1a9b6a63d294c06d324ea97266fc34656589b2865535ab2322529
 
 build_options="gir"
 build_options_default="gir"
@@ -23,7 +23,7 @@ post_install() {
 }
 
 libxmlb-devel_package() {
-	depends="libxmlb-${version}_${revision} libglib-devel libuuid-devel"
+	depends="libxmlb>=${version}_${revision} ${makedepends}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

From dcfbdb74d064514a842eca7c4d6649cf5b64dde1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 2 Oct 2020 16:48:30 -0300
Subject: [PATCH 2/2] fwupd: update to 1.4.6, add udisks2.

udisks2 is necessary for systemf firmware update in some configurations.
---
 srcpkgs/fwupd/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/fwupd/template b/srcpkgs/fwupd/template
index dfe786930c8..1cf8e3ed50d 100644
--- a/srcpkgs/fwupd/template
+++ b/srcpkgs/fwupd/template
@@ -1,6 +1,6 @@
 # Template file for 'fwupd'
 pkgname=fwupd
-version=1.4.2
+version=1.4.6
 revision=1
 build_style=meson
 build_helper="gir"
@@ -17,12 +17,13 @@ makedepends="libxmlb-devel cairo-devel colord-devel libarchive-devel
  gnutls-devel gpgme-devel json-glib-devel libgusb-devel polkit-devel
  sqlite-devel libsoup-devel gcab-devel pango-devel python3-gobject
  python3-Pillow elogind-devel tpm2-tss-devel libjcat-devel"
+depends="udisks2"
 short_desc="Daemon to allow session software to update firmware"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/hughsie/fwupd"
 distfiles="https://github.com/hughsie/fwupd/archive/${version}.tar.gz"
-checksum=7c0ff77551627aaa162aed8f3b010ca88539a70ade060c8b4b298cf4bcd169ee
+checksum=2e70a4221e6ca09dae768af25f19fddcdbdafb9f7d7984d19e8686846fa4420a
 
 # no efi on non-efi platforms
 case "$XBPS_TARGET_MACHINE" in

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] Update fwupd and libxmlb
  2020-10-02 21:08 [PR PATCH] Update fwupd and libxmlb ericonr
  2020-10-03  0:49 ` [PR PATCH] [Updated] " ericonr
@ 2020-10-05 15:34 ` ericonr
  2020-10-05 17:02 ` ericonr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-10-05 15:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages fwupd
https://github.com/void-linux/void-packages/pull/25295

Update fwupd and libxmlb
Waiting on upstream bug report: https://github.com/fwupd/fwupd/issues/2444

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

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

From 174e384348427293c317c573950fa9140db041af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 2 Oct 2020 17:46:22 -0300
Subject: [PATCH 1/2] libxmlb: update to 0.2.1.

---
 common/shlibs            | 2 +-
 srcpkgs/libxmlb/template | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 1ee97241fe5..b66894389d8 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3588,7 +3588,7 @@ libssl.so.47 libssl47-2.9.2_1
 libcrypto.so.46 libcrypto46-3.1.1_1
 libtls.so.20 libtls20-3.1.1_1
 libssl.so.48 libssl48-3.1.1_1
-libxmlb.so.1 libxmlb-0.1.3_1
+libxmlb.so.2 libxmlb-0.2.1_1
 libvoikko.so.1 libvoikko-4.2_1
 libfstrcmp.so.0 libfstrcmp-0.7.D001_1
 libUMP.so.3 libump-git-20181122_2
diff --git a/srcpkgs/libxmlb/template b/srcpkgs/libxmlb/template
index fce3c4b589b..6d8a900ae0a 100644
--- a/srcpkgs/libxmlb/template
+++ b/srcpkgs/libxmlb/template
@@ -1,6 +1,6 @@
 # Template file for 'libxmlb'
 pkgname=libxmlb
-version=0.1.14
+version=0.2.1
 revision=1
 build_style=meson
 build_helper="gir"
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/hughsie/libxmlb"
 distfiles="https://github.com/hughsie/libxmlb/archive/${version}.tar.gz"
-checksum=f65f100d0f319a8feb900c103204c536b473eefdbee1ce1e8e23c8b706773cf1
+checksum=2bf0cae179f1a9b6a63d294c06d324ea97266fc34656589b2865535ab2322529
 
 build_options="gir"
 build_options_default="gir"
@@ -23,7 +23,7 @@ post_install() {
 }
 
 libxmlb-devel_package() {
-	depends="libxmlb-${version}_${revision} libglib-devel libuuid-devel"
+	depends="libxmlb>=${version}_${revision} ${makedepends}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

From 21c6de1277beb696b2fcb809cbb69c6fadc739d2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 2 Oct 2020 16:48:30 -0300
Subject: [PATCH 2/2] fwupd: update to 1.4.6, add udisks2.

udisks2 is necessary for system firmware update in some configurations.
---
 srcpkgs/fwupd/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/fwupd/template b/srcpkgs/fwupd/template
index dfe786930c8..1cf8e3ed50d 100644
--- a/srcpkgs/fwupd/template
+++ b/srcpkgs/fwupd/template
@@ -1,6 +1,6 @@
 # Template file for 'fwupd'
 pkgname=fwupd
-version=1.4.2
+version=1.4.6
 revision=1
 build_style=meson
 build_helper="gir"
@@ -17,12 +17,13 @@ makedepends="libxmlb-devel cairo-devel colord-devel libarchive-devel
  gnutls-devel gpgme-devel json-glib-devel libgusb-devel polkit-devel
  sqlite-devel libsoup-devel gcab-devel pango-devel python3-gobject
  python3-Pillow elogind-devel tpm2-tss-devel libjcat-devel"
+depends="udisks2"
 short_desc="Daemon to allow session software to update firmware"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/hughsie/fwupd"
 distfiles="https://github.com/hughsie/fwupd/archive/${version}.tar.gz"
-checksum=7c0ff77551627aaa162aed8f3b010ca88539a70ade060c8b4b298cf4bcd169ee
+checksum=2e70a4221e6ca09dae768af25f19fddcdbdafb9f7d7984d19e8686846fa4420a
 
 # no efi on non-efi platforms
 case "$XBPS_TARGET_MACHINE" in

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] Update fwupd and libxmlb
  2020-10-02 21:08 [PR PATCH] Update fwupd and libxmlb ericonr
  2020-10-03  0:49 ` [PR PATCH] [Updated] " ericonr
  2020-10-05 15:34 ` ericonr
@ 2020-10-05 17:02 ` ericonr
  2020-10-07  2:29 ` ericonr
  2020-10-07  3:03 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-10-05 17:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages fwupd
https://github.com/void-linux/void-packages/pull/25295

Update fwupd and libxmlb
Waiting on upstream bug report: https://github.com/fwupd/fwupd/issues/2444

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

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

From 54c3257fb76bb1237cc07f00b63e48d45b66736e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 2 Oct 2020 17:46:22 -0300
Subject: [PATCH 1/2] libxmlb: update to 0.2.1.

---
 common/shlibs            | 2 +-
 srcpkgs/libxmlb/template | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 36efd174d6b..7dad8c2117d 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3589,7 +3589,7 @@ libssl.so.47 libssl47-2.9.2_1
 libcrypto.so.46 libcrypto46-3.1.1_1
 libtls.so.20 libtls20-3.1.1_1
 libssl.so.48 libssl48-3.1.1_1
-libxmlb.so.1 libxmlb-0.1.3_1
+libxmlb.so.2 libxmlb-0.2.1_1
 libvoikko.so.1 libvoikko-4.2_1
 libfstrcmp.so.0 libfstrcmp-0.7.D001_1
 libUMP.so.3 libump-git-20181122_2
diff --git a/srcpkgs/libxmlb/template b/srcpkgs/libxmlb/template
index fce3c4b589b..6d8a900ae0a 100644
--- a/srcpkgs/libxmlb/template
+++ b/srcpkgs/libxmlb/template
@@ -1,6 +1,6 @@
 # Template file for 'libxmlb'
 pkgname=libxmlb
-version=0.1.14
+version=0.2.1
 revision=1
 build_style=meson
 build_helper="gir"
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/hughsie/libxmlb"
 distfiles="https://github.com/hughsie/libxmlb/archive/${version}.tar.gz"
-checksum=f65f100d0f319a8feb900c103204c536b473eefdbee1ce1e8e23c8b706773cf1
+checksum=2bf0cae179f1a9b6a63d294c06d324ea97266fc34656589b2865535ab2322529
 
 build_options="gir"
 build_options_default="gir"
@@ -23,7 +23,7 @@ post_install() {
 }
 
 libxmlb-devel_package() {
-	depends="libxmlb-${version}_${revision} libglib-devel libuuid-devel"
+	depends="libxmlb>=${version}_${revision} ${makedepends}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

From eb40c7941be7541818bfff53c8ba1acdf04fb097 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 2 Oct 2020 16:48:30 -0300
Subject: [PATCH 2/2] fwupd: update to 1.4.6, add udisks2.

udisks2 is necessary for system firmware update in some configurations.
---
 srcpkgs/fwupd/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fwupd/template b/srcpkgs/fwupd/template
index 1e98943f3b3..6a7afeb4ddf 100644
--- a/srcpkgs/fwupd/template
+++ b/srcpkgs/fwupd/template
@@ -1,7 +1,7 @@
 # Template file for 'fwupd'
 pkgname=fwupd
-version=1.4.2
-revision=2
+version=1.4.6
+revision=1
 build_style=meson
 build_helper="gir"
 # manpages fail to build
@@ -17,12 +17,13 @@ makedepends="libxmlb-devel cairo-devel colord-devel libarchive-devel
  gnutls-devel gpgme-devel json-glib-devel libgusb-devel polkit-devel
  sqlite-devel libsoup-devel gcab-devel pango-devel python3-gobject
  python3-Pillow elogind-devel tpm2-tss-devel libjcat-devel"
+depends="udisks2"
 short_desc="Daemon to allow session software to update firmware"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/hughsie/fwupd"
 distfiles="https://github.com/hughsie/fwupd/archive/${version}.tar.gz"
-checksum=7c0ff77551627aaa162aed8f3b010ca88539a70ade060c8b4b298cf4bcd169ee
+checksum=2e70a4221e6ca09dae768af25f19fddcdbdafb9f7d7984d19e8686846fa4420a
 replaces="fwupdate>=0"
 
 # no efi on non-efi platforms

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] Update fwupd and libxmlb
  2020-10-02 21:08 [PR PATCH] Update fwupd and libxmlb ericonr
                   ` (2 preceding siblings ...)
  2020-10-05 17:02 ` ericonr
@ 2020-10-07  2:29 ` ericonr
  2020-10-07  3:03 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-10-07  2:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages fwupd
https://github.com/void-linux/void-packages/pull/25295

Update fwupd and libxmlb
Waiting on upstream bug report: https://github.com/fwupd/fwupd/issues/2444

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

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

From 54c3257fb76bb1237cc07f00b63e48d45b66736e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 2 Oct 2020 17:46:22 -0300
Subject: [PATCH 1/2] libxmlb: update to 0.2.1.

---
 common/shlibs            | 2 +-
 srcpkgs/libxmlb/template | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 36efd174d6b..7dad8c2117d 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3589,7 +3589,7 @@ libssl.so.47 libssl47-2.9.2_1
 libcrypto.so.46 libcrypto46-3.1.1_1
 libtls.so.20 libtls20-3.1.1_1
 libssl.so.48 libssl48-3.1.1_1
-libxmlb.so.1 libxmlb-0.1.3_1
+libxmlb.so.2 libxmlb-0.2.1_1
 libvoikko.so.1 libvoikko-4.2_1
 libfstrcmp.so.0 libfstrcmp-0.7.D001_1
 libUMP.so.3 libump-git-20181122_2
diff --git a/srcpkgs/libxmlb/template b/srcpkgs/libxmlb/template
index fce3c4b589b..6d8a900ae0a 100644
--- a/srcpkgs/libxmlb/template
+++ b/srcpkgs/libxmlb/template
@@ -1,6 +1,6 @@
 # Template file for 'libxmlb'
 pkgname=libxmlb
-version=0.1.14
+version=0.2.1
 revision=1
 build_style=meson
 build_helper="gir"
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/hughsie/libxmlb"
 distfiles="https://github.com/hughsie/libxmlb/archive/${version}.tar.gz"
-checksum=f65f100d0f319a8feb900c103204c536b473eefdbee1ce1e8e23c8b706773cf1
+checksum=2bf0cae179f1a9b6a63d294c06d324ea97266fc34656589b2865535ab2322529
 
 build_options="gir"
 build_options_default="gir"
@@ -23,7 +23,7 @@ post_install() {
 }
 
 libxmlb-devel_package() {
-	depends="libxmlb-${version}_${revision} libglib-devel libuuid-devel"
+	depends="libxmlb>=${version}_${revision} ${makedepends}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

From 99fef66be435505366cb0a5e310dad2283fc1e2f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 2 Oct 2020 16:48:30 -0300
Subject: [PATCH 2/2] fwupd: update to 1.4.6, add udisks2, adopt.

udisks2 is necessary for system firmware update in some configurations.
---
 srcpkgs/fwupd/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/fwupd/template b/srcpkgs/fwupd/template
index 1e98943f3b3..44c6664dedc 100644
--- a/srcpkgs/fwupd/template
+++ b/srcpkgs/fwupd/template
@@ -1,7 +1,7 @@
 # Template file for 'fwupd'
 pkgname=fwupd
-version=1.4.2
-revision=2
+version=1.4.6
+revision=1
 build_style=meson
 build_helper="gir"
 # manpages fail to build
@@ -17,12 +17,13 @@ makedepends="libxmlb-devel cairo-devel colord-devel libarchive-devel
  gnutls-devel gpgme-devel json-glib-devel libgusb-devel polkit-devel
  sqlite-devel libsoup-devel gcab-devel pango-devel python3-gobject
  python3-Pillow elogind-devel tpm2-tss-devel libjcat-devel"
+depends="udisks2"
 short_desc="Daemon to allow session software to update firmware"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/hughsie/fwupd"
 distfiles="https://github.com/hughsie/fwupd/archive/${version}.tar.gz"
-checksum=7c0ff77551627aaa162aed8f3b010ca88539a70ade060c8b4b298cf4bcd169ee
+checksum=2e70a4221e6ca09dae768af25f19fddcdbdafb9f7d7984d19e8686846fa4420a
 replaces="fwupdate>=0"
 
 # no efi on non-efi platforms

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: Update fwupd and libxmlb
  2020-10-02 21:08 [PR PATCH] Update fwupd and libxmlb ericonr
                   ` (3 preceding siblings ...)
  2020-10-07  2:29 ` ericonr
@ 2020-10-07  3:03 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-10-07  3:03 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

Update fwupd and libxmlb
https://github.com/void-linux/void-packages/pull/25295

Description:
Waiting on upstream bug report: https://github.com/fwupd/fwupd/issues/2444

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-10-07  3:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-02 21:08 [PR PATCH] Update fwupd and libxmlb ericonr
2020-10-03  0:49 ` [PR PATCH] [Updated] " ericonr
2020-10-05 15:34 ` ericonr
2020-10-05 17:02 ` ericonr
2020-10-07  2:29 ` ericonr
2020-10-07  3:03 ` [PR PATCH] [Merged]: " ericonr

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).