[gnome-weather] Unstable flatpak: update libgweather location



commit 3f46881003ed1063acf3a194991ec8db6dfefd7d
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Thu Dec 14 09:26:31 2017 -0800

    Unstable flatpak: update libgweather location
    
    libgweather moved to gitlab, update its address.
    At the same time, mark that both libgweather and geocode-glib use
    meson, and update the configure opts.

 org.gnome.Weather-unstable.json |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/org.gnome.Weather-unstable.json b/org.gnome.Weather-unstable.json
index 4457008..a134d85 100644
--- a/org.gnome.Weather-unstable.json
+++ b/org.gnome.Weather-unstable.json
@@ -29,7 +29,8 @@
     "modules": [
         {
             "name": "geocode-glib",
-            "config-opts": ["--disable-static"],
+            "config-opts": ["-Denable-installed-tests=false", "-Denable-gtk-doc=false"],
+            "buildsystem": "meson",
             "sources": [
                 {
                     "type": "git",
@@ -39,11 +40,12 @@
         },
         {
             "name": "libgweather",
-            "config-opts": ["--disable-static", "--disable-vala"],
+            "config-opts": ["-Denable_vala=false", "-Dgtk_doc=false"],
+            "buildsystem": "meson",
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/libgweather"
+                    "url": "https://gitlab.gnome.org/GNOME/libgweather.git";
                 }
             ]
         },


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