[gnome-maps: 2/8] Fix libgee introspection generation



commit eedde7022a6a7503df20b7bdb027beb7b9c0af61
Author: Alberto Fanjul <albertofanjul gmail com>
Date:   Sun Jun 24 13:57:03 2018 +0200

    Fix libgee introspection generation

 org.gnome.Maps.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/org.gnome.Maps.json b/org.gnome.Maps.json
index c3259b7..6458ad2 100644
--- a/org.gnome.Maps.json
+++ b/org.gnome.Maps.json
@@ -68,15 +68,15 @@
         {
             "name" : "libgee",
             "build-options" : {
-                "env" : {
-                    "PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_GIRDIR" : "/app/share/gir-1.0",
-                    "PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_TYPELIBDIR" : "/app/lib/girepository-1.0"
-                }
+                "make-install-args" : [
+                    "girdir=/app/share/gir-1.0",
+                    "typelibdir=/app/lib/girepository-1.0"
+                ]
             },
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "git://git.gnome.org/libgee"
+                    "url" : "https://gitlab.gnome.org/GNOME/libgee.git";
                 }
             ]
         },


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