[gnome-builder/wip/albfan/gtksourceview-catalog: 10/10] glade: Allow access to gtksourceview catalog



commit f8b8ba2f454fe9e18d18866616fa9b112e2085d4
Author: Alberto Fanjul <albertofanjul gmail com>
Date:   Sat Mar 16 12:56:13 2019 +0100

    glade: Allow access to gtksourceview catalog
    
    Workaround our unability to access external catalogs for gtksourceview
    as we depend on it and can add its catalog

 build-aux/flatpak/org.gnome.Builder.json | 36 +++++++++++++++++++-------------
 1 file changed, 21 insertions(+), 15 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Builder.json b/build-aux/flatpak/org.gnome.Builder.json
index 7e1fd7f8e..b828798d2 100644
--- a/build-aux/flatpak/org.gnome.Builder.json
+++ b/build-aux/flatpak/org.gnome.Builder.json
@@ -246,8 +246,29 @@
                 }
             ]
         },
+        {
+            "name" : "glade",
+            "config-opts": [
+               "--enable-gladeui"
+            ],
+            "cleanup" : [
+                "/share/applications",
+                "/share/help",
+                "/share/metainfo",
+                "/bin/glade"
+            ],
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://gitlab.gnome.org/GNOME/glade.git";
+                }
+            ]
+        },
         {
             "name" : "gtksourceview",
+            "config-opts": [
+               "--enable-glade-catalog"
+            ],
             "sources" : [
                 {
                     "type" : "git",
@@ -515,21 +536,6 @@
                 }
             ]
         },
-        {
-            "name" : "glade",
-            "cleanup" : [
-                "/share/applications",
-                "/share/help",
-                "/share/metainfo",
-                "/bin/glade"
-            ],
-            "sources" : [
-                {
-                    "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/glade.git";
-                }
-            ]
-        },
         {
             "name" : "deviced",
             "config-opts" : [


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