[gnome-boxes] flatpak: Use libosinfo & libvirt-glib from git
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] flatpak: Use libosinfo & libvirt-glib from git
- Date: Fri, 4 Oct 2019 13:23:01 +0000 (UTC)
commit d2ff45405d6dd321b0732e1fe93fb7032ac6ada4
Author: Fabiano FidĂȘncio <fidencio redhat com>
Date: Tue Sep 17 13:55:16 2019 +0200
flatpak: Use libosinfo & libvirt-glib from git
Let's use libosinfo & libvirt-glib from git, as there's still no release
containing the work needed for GNOME Boxes' UEFI support.
Signed-off-by: Fabiano FidĂȘncio <fidencio redhat com>
build-aux/flatpak/org.gnome.Boxes.json | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Boxes.json b/build-aux/flatpak/org.gnome.Boxes.json
index 8d49adbe..df800cd6 100644
--- a/build-aux/flatpak/org.gnome.Boxes.json
+++ b/build-aux/flatpak/org.gnome.Boxes.json
@@ -183,9 +183,8 @@
"name" : "libvirt-glib",
"sources" : [
{
- "type" : "archive",
- "url" : "http://libvirt.org/sources/glib/libvirt-glib-2.0.0.tar.gz",
- "sha256" : "94e8c410c67501303d3b32ca8ce2c36edf898511ec4de9b7f29cd35d274b3d6a"
+ "type" : "git",
+ "url": "https://libvirt.org/git/libvirt-glib.git"
}
]
},
@@ -496,9 +495,8 @@
"name" : "libosinfo",
"sources" : [
{
- "type" : "archive",
- "url" : "https://releases.pagure.org/libosinfo/libosinfo-1.4.0.tar.gz",
- "sha256": "a29e61a82b1a5727b145403914812273dfa033a0c07a15500078726bb3b84165"
+ "type" : "git",
+ "url" : "https://gitlab.com/libosinfo/libosinfo.git"
},
{
"type" : "file",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]