[gnome-calculator/wip/cdavis/gtk4] Flatpak manifest fixed for development



commit 7a725f0c21b4bfc16b769b8bed97057831bc365c
Author: Robert Roth <robert roth off gmail com>
Date:   Tue Oct 12 14:57:42 2021 +0300

    Flatpak manifest fixed for development

 org.gnome.Calculator.json | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/org.gnome.Calculator.json b/org.gnome.Calculator.json
index af60423f..0393ddb4 100644
--- a/org.gnome.Calculator.json
+++ b/org.gnome.Calculator.json
@@ -29,7 +29,7 @@
         "/bin/gcalccmd",
         "/lib/girepository-1.0",
         "/share/info",
-        "/share/gtksourceview-4",
+        "/share/gtksourceview-5",
         "/share/doc",
         "/share/gir-1.0"
     ],
@@ -57,6 +57,18 @@
                 }
             ]
         },
+        {
+            "name" : "gtksourceview",
+            "buildsystem": "meson",
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://gitlab.gnome.org/GNOME/gtksourceview.git";,
+                    "branch" : "master"
+                }
+            ]
+        },
+
         {
             "name" : "gee",
             "config-opts" : [


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