[gnome-apps-nightly: 1/2] Add goa and deps to GNOME Software



commit dce430727377d342dd8db80f77e39579bc11f7ca
Author: Thomas Coldrick <othko97 gmail com>
Date:   Mon Jan 14 17:22:50 2019 +0000

    Add goa and deps to GNOME Software
    
    GNOME software has been failing to build due to a missing dependency on
    GNOME online accounts. This adds the dependency and a transitive
    dependency on librest. Librest is required to be 0.7.x, so this uses the
    latest such tag.

 org.gnome.Software.json | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
---
diff --git a/org.gnome.Software.json b/org.gnome.Software.json
index 1c48461..60f8db8 100644
--- a/org.gnome.Software.json
+++ b/org.gnome.Software.json
@@ -158,6 +158,26 @@
                 }
             ]
         },
+        {
+            "name": "librest",
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://gitlab.gnome.org/GNOME/librest.git";,
+                    "tag": "0.7.93"
+                }
+            ]
+        },
+        {
+            "name": "goa",
+            "buildsystem": "meson",
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://gitlab.gnome.org/GNOME/gnome-online-accounts.git";
+                }
+            ]
+        },
         {
             "name": "gnome-software",
             "buildsystem": "meson",


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