[gnome-notes] flatpak: Fix EDS compile options



commit 589a368ed15588340be58e1731bc20b6254692d4
Author: Isaque Galdino <igaldino gmail com>
Date:   Tue Jun 19 15:57:13 2018 -0300

    flatpak: Fix EDS compile options
    
    EDS, Evolution Data Server, compilation was failing due to LIBDB flag
    being enabled by default in recent version. This commit disables that.
    
    This commit also changes dependency projects links to point to their new
    home at gitlab.

 build-aux/flatpak/org.gnome.bijiben.json | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.bijiben.json b/build-aux/flatpak/org.gnome.bijiben.json
index ffabb0f..08daa92 100644
--- a/build-aux/flatpak/org.gnome.bijiben.json
+++ b/build-aux/flatpak/org.gnome.bijiben.json
@@ -57,7 +57,7 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://git.gnome.org/browse/gnome-online-accounts";
+                    "url" : "https://gitlab.gnome.org/GNOME/gnome-online-accounts.git";
                 }
             ]
         },
@@ -93,10 +93,11 @@
                 "-DENABLE_GOOGLE_AUTH=OFF",
                 "-DENABLE_UOA=OFF",
                 "-DENABLE_GOOGLE=OFF",
-                "-DENABLE_VALA_BINDINGS=ON",
+                "-DENABLE_VALA_BINDINGS=OFF",
                 "-DENABLE_WEATHER=OFF",
                 "-DWITH_OPENLDAP=OFF",
-                "-DENABLE_INTROSPECTION=ON",
+                "-DWITH_LIBDB=OFF",
+                "-DENABLE_INTROSPECTION=OFF",
                 "-DENABLE_INSTALLED_TESTS=OFF",
                 "-DENABLE_GTK_DOC=OFF",
                 "-DENABLE_EXAMPLES=OFF"
@@ -104,7 +105,7 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://git.gnome.org/browse/evolution-data-server";
+                    "url" : "https://gitlab.gnome.org/GNOME/evolution-data-server.git";
                 }
             ]
         },
@@ -129,7 +130,7 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://git.gnome.org/browse/tracker";
+                    "url" : "https://gitlab.gnome.org/GNOME/tracker.git";
                 }
             ]
         },
@@ -140,7 +141,7 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://git.gnome.org/browse/bijiben";
+                    "url" : "https://gitlab.gnome.org/GNOME/gnome-notes.git";
                 }
             ]
         }


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