[gnome-todo] flatpak: Update to libical 3.0.5



commit 61fbfab102f7ddae1d41c287efd0eefc10a28d9c
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Wed Jun 5 19:55:54 2019 -0300

    flatpak: Update to libical 3.0.5

 build-aux/flatpak/org.gnome.Todo.json | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Todo.json b/build-aux/flatpak/org.gnome.Todo.json
index 168c7aa..f4b59dd 100644
--- a/build-aux/flatpak/org.gnome.Todo.json
+++ b/build-aux/flatpak/org.gnome.Todo.json
@@ -61,16 +61,18 @@
             "cleanup" : [
                 "/lib/cmake"
             ],
-            "cmake" : true,
+            "buildsystem" : "cmake-ninja",
             "config-opts" : [
                 "-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib",
-                "-DBUILD_SHARED_LIBS:BOOL=ON"
+                "-DBUILD_SHARED_LIBS=On",
+                "-DICAL_BUILD_DOCS=False",
+                "-DWITH_CXX_BINDINGS=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]