[gnome-contacts/wip/nielsdg/flatpak-fix-ibical] flatpak: Update libical version



commit ce052f65ffcec7529659f77f6577cf041a425d5e
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Mon May 20 08:17:30 2019 +0200

    flatpak: Update libical version
    
    Latest E-D-S requires a newer version, so the build is failing because
    of it right now.

 data/flatpak/org.gnome.Contacts.json | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/data/flatpak/org.gnome.Contacts.json b/data/flatpak/org.gnome.Contacts.json
index 8bfa2ef..316b893 100644
--- a/data/flatpak/org.gnome.Contacts.json
+++ b/data/flatpak/org.gnome.Contacts.json
@@ -80,14 +80,18 @@
             "buildsystem": "cmake-ninja",
             "config-opts": [
                 "-DCMAKE_BUILD_TYPE=Release",
-                "-DCMAKE_INSTALL_LIBDIR=lib",
                 "-DBUILD_SHARED_LIBS:BOOL=ON"
+                "-DCMAKE_INSTALL_LIBDIR=lib",
+                "-DICAL_GLIB=true",
+                "-DGOBJECT_INTROSPECTION=true",
+                "-DICAL_GLIB_VAPI=true",
+                "-DICAL_BUILD_DOCS=false",
             ],
             "sources": [
                 {
                     "type": "archive",
-                    "url": 
"https://github.com/libical/libical/releases/download/v2.0.0/libical-2.0.0.tar.gz";,
-                    "sha256": "654c11f759c19237be39f6ad401d917e5a05f36f1736385ed958e60cf21456da"
+                    "url": 
"https://github.com/libical/libical/releases/download/v3.0.5/libical-3.0.5.tar.gz";,
+                    "sha256": "7ad550c8c49c9b9983658e3ab3e68b1eee2439ec17b169a6b1e6ecb5274e78e6"
                 }
             ]
         },


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