[gnome-contacts/wip/nielsdg/3-32-fix-ci] flatpak: Fix the versions for 3.32



commit e82c151b2b338681b1bd3e043865835d65d77eeb
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sun May 5 00:14:50 2019 +0200

    flatpak: Fix the versions for 3.32
    
    Make sure we don't get major version bumps of dependencies (as they
    might break compatibility), so try to keep all in the 3.32 branch if
    possible.

 data/flatpak/org.gnome.Contacts.json | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/data/flatpak/org.gnome.Contacts.json b/data/flatpak/org.gnome.Contacts.json
index 91157ab..6deb5e2 100644
--- a/data/flatpak/org.gnome.Contacts.json
+++ b/data/flatpak/org.gnome.Contacts.json
@@ -53,8 +53,9 @@
             ],
             "sources": [
                 {
-                    "type": "git",
-                    "url": "https://gitlab.gnome.org/GNOME/libgee.git";
+                    "type": "archive",
+                    "url": "https://download.gnome.org/sources/libgee/0.20/libgee-0.20.1.tar.xz";,
+                    "sha256": "bb2802d29a518e8c6d2992884691f06ccfcc25792a5686178575c7111fea4630"
                 }
             ]
         },
@@ -76,6 +77,7 @@
             "sources": [
                 {
                     "type": "git",
+                    "branch": "gnome-3-32",
                     "url": "https://gitlab.gnome.org/GNOME/gnome-online-accounts.git";
                 }
             ]
@@ -128,6 +130,7 @@
             "sources": [
                 {
                     "type": "git",
+                    "branch": "gnome-3-32",
                     "url": "https://gitlab.gnome.org/GNOME/evolution-data-server.git";
                 }
             ]
@@ -138,15 +141,11 @@
                 "/bin",
                 "/share/GConf"
             ],
-            "config-opts": [
-                "--disable-telepathy-backend",
-                "--disable-inspect-tool",
-                "--disable-import-tool",
-                "--disable-fatal-warnings"
-            ],
+            "buildsystem": "meson",
             "sources": [
                 {
                     "type": "git",
+                    "branch": "folks-0-12",
                     "url": "https://gitlab.gnome.org/GNOME/folks.git";
                 }
             ]
@@ -163,6 +162,7 @@
             "sources": [
                 {
                     "type": "git",
+                    "branch": "gnome-3-32",
                     "url": "https://gitlab.gnome.org/GNOME/gnome-desktop.git";
                 }
             ]
@@ -176,6 +176,7 @@
             "sources": [
                 {
                     "type": "git",
+                    "branch": "gnome-3-32",
                     "url": "https://gitlab.gnome.org/GNOME/cheese.git";
                 }
             ]


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