[gnome-weather] Build against 3.20 sdk



commit 070dd61ed857e28a6fd01b3f564eb7f81d0fc406
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Sun May 8 20:10:31 2016 -0700

    Build against 3.20 sdk
    
    Which lets us reduce the number of bundled deps

 Makefile.am                    |    4 +++-
 org.gnome.Weather.xdg-app.json |   37 +++++++++----------------------------
 2 files changed, 12 insertions(+), 29 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 61cc228..5aabbd9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,7 +26,9 @@ GITIGNOREFILES = \
        rpms/ \
        xdg-app/ \
        .xdg-app-builder/ \
-       xdg-app-build.sh
+       xdg-app-build.sh \
+       .build \
+       .buildconfig
 
 distdir = $(PACKAGE_TARNAME)-$(VERSION)
 
diff --git a/org.gnome.Weather.xdg-app.json b/org.gnome.Weather.xdg-app.json
index 646bf14..8d171c4 100644
--- a/org.gnome.Weather.xdg-app.json
+++ b/org.gnome.Weather.xdg-app.json
@@ -1,7 +1,8 @@
 {
     "app-id": "org.gnome.Weather",
+    "branch": "stable",
     "runtime": "org.gnome.Platform",
-    "runtime-version": "3.18",
+    "runtime-version": "3.20",
     "sdk": "org.gnome.Sdk",
     "command": "/app/share/org.gnome.Weather/org.gnome.Weather.Application",
     "finish-args": [
@@ -27,21 +28,13 @@
     "cleanup-commands": ["appstream-compose --prefix=/app --origin=xdg-app --basename=org.gnome.Weather 
org.gnome.Weather.Application"],
     "modules": [
         {
-            "name": "m4-common",
-            "sources": [
-                {
-                    "type": "git",
-                    "url": "git://git.gnome.org/m4-common"
-                }
-            ]
-        },
-        {
             "name": "geocode-glib",
             "config-opts": ["--disable-static"],
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/geocode-glib"
+                    "url": "git://git.gnome.org/geocode-glib",
+                    "branch": "3.20.1"
                 }
             ]
         },
@@ -51,21 +44,8 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/libgweather"
-                }
-            ]
-        },
-        {
-            "name": "geoclue",
-            "config-opts": [ "--disable-static", "--disable-3g-source",
-                             "--disable-cdma-source", "--disable-modem-gps-source",
-                             "--disable-nmea-source" ],
-            "cleanup": [ "/share/dbus-1", "/share/applications",
-                         "/libexec", "/etc" ],
-            "sources": [
-                {
-                    "type": "git",
-                    "url": "git://anongit.freedesktop.org/geoclue"
+                    "url": "git://git.gnome.org/libgweather",
+                    "branch": "3.20.1"
                 }
             ]
         },
@@ -76,7 +56,7 @@
                 {
                     "type": "git",
                     "url": "git://git.gnome.org/gnome-desktop",
-                    "branch": "gnome-3-18"
+                    "branch": "3.20.1"
                 }
             ]
         },
@@ -85,7 +65,8 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/gnome-weather"
+                    "url": "git://git.gnome.org/gnome-weather",
+                    "branch": "3.20.1"
                 }
             ]
         }


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