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



commit 4789cb33dd5ce20168e8a52b1b4c7e961a0a688d
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 | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/data/flatpak/org.gnome.Contacts.json b/data/flatpak/org.gnome.Contacts.json
index 91157ab..47da39a 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,25 +130,27 @@
             "sources": [
                 {
                     "type": "git",
+                    "branch": "gnome-3-32",
                     "url": "https://gitlab.gnome.org/GNOME/evolution-data-server.git";
                 }
             ]
         },
         {
             "name": "folks",
+            "buildsystem": "meson",
             "cleanup": [
                 "/bin",
                 "/share/GConf"
             ],
             "config-opts": [
-                "--disable-telepathy-backend",
-                "--disable-inspect-tool",
-                "--disable-import-tool",
-                "--disable-fatal-warnings"
+                "-Dtelepathy_backend=false",
+                "-Dinspect_tool=false",
+                "-Dimport_tool=false"
             ],
             "sources": [
                 {
                     "type": "git",
+                    "branch": "folks-0-12",
                     "url": "https://gitlab.gnome.org/GNOME/folks.git";
                 }
             ]
@@ -163,6 +167,7 @@
             "sources": [
                 {
                     "type": "git",
+                    "branch": "gnome-3-32",
                     "url": "https://gitlab.gnome.org/GNOME/gnome-desktop.git";
                 }
             ]
@@ -176,6 +181,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]