[gnome-notes/wip/sadiq/build-fix] flatpak: Fix build
- From: Mohammed Sadiq <pksadiq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-notes/wip/sadiq/build-fix] flatpak: Fix build
- Date: Wed, 12 Jun 2019 12:54:10 +0000 (UTC)
commit 40312dab7f773fcb977df1f435b12ee2bd00ab23
Author: Mohammed Sadiq <sadiq sadiqpk org>
Date: Wed Jun 12 18:07:45 2019 +0530
flatpak: Fix build
Track stable branch of evolution-data-server
build-aux/flatpak/org.gnome.Notes.json | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Notes.json b/build-aux/flatpak/org.gnome.Notes.json
index ccccb84..674851e 100644
--- a/build-aux/flatpak/org.gnome.Notes.json
+++ b/build-aux/flatpak/org.gnome.Notes.json
@@ -69,13 +69,17 @@
"buildsystem" : "cmake",
"config-opts" : [
"-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib",
- "-DBUILD_SHARED_LIBS:BOOL=ON"
+ "-DBUILD_SHARED_LIBS:BOOL=ON",
+ "-DGOBJECT_INTROSPECTION:BOOL=OFF",
+ "-DICAL_BUILD_DOCS:BOOL=OFF",
+ "-DICAL_GLIB_VAPI:BOOL=OFF",
+ "-DICAL_GLIB:BOOL=ON"
],
"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"
}
]
},
@@ -105,6 +109,7 @@
"sources" : [
{
"type" : "git",
+ "branch": "gnome-3-32",
"url" : "https://gitlab.gnome.org/GNOME/evolution-data-server.git"
}
]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]