[gnome-calendar/gbsneto/fix-3-32-ci] flatpak: Don't build libical-glib docs
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/gbsneto/fix-3-32-ci] flatpak: Don't build libical-glib docs
- Date: Tue, 3 Sep 2019 12:14:51 +0000 (UTC)
commit adc228aa0ab4119289541bf2f87ce3fa187fd8ff
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Tue Sep 3 09:14:32 2019 -0300
flatpak: Don't build libical-glib docs
build-aux/flatpak/org.gnome.Calendar.json | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Calendar.json b/build-aux/flatpak/org.gnome.Calendar.json
index 45d9004d..c21fa099 100644
--- a/build-aux/flatpak/org.gnome.Calendar.json
+++ b/build-aux/flatpak/org.gnome.Calendar.json
@@ -64,16 +64,18 @@
"cleanup" : [
"/lib/cmake"
],
- "buildsystem" : "cmake",
+ "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/v3.0.1/libical-3.0.1.tar.gz",
- "sha256" : "7f32a889df542592a357a73ff5f3bd7b5058450c1a3fb272b1c9a69e32d9ed10"
+ "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]