[gnome-disk-utility/wip/kailueke/flatpak-fix: 1/2] flatpak: add libyaml as dependency




commit 1fb7f0507e7c6caf734e2ca13f080b3715fb8dbf
Author: Kai Lüke <kailueke riseup net>
Date:   Thu Jul 22 20:00:41 2021 +0200

    flatpak: add libyaml as dependency

 flatpak/org.gnome.DiskUtility.json | 10 ++++++++++
 1 file changed, 10 insertions(+)
---
diff --git a/flatpak/org.gnome.DiskUtility.json b/flatpak/org.gnome.DiskUtility.json
index 47fb4767..9644dc72 100644
--- a/flatpak/org.gnome.DiskUtility.json
+++ b/flatpak/org.gnome.DiskUtility.json
@@ -202,6 +202,16 @@
                 }
             ]
         },
+        {
+            "name" : "yaml",
+            "sources" : [
+                {
+                    "type" : "archive",
+                    "url" : "https://github.com/yaml/libyaml/releases/download/0.2.5/yaml-0.2.5.tar.gz";,
+                    "sha256" : "c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4"
+                }
+            ]
+        },
         {
             "name" : "blockdev",
             "config-opts" : [


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]