[gnome-contacts/wip/nielsdg/remove-liboauth] Flatpak: remove liboauth/libgdata.
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts/wip/nielsdg/remove-liboauth] Flatpak: remove liboauth/libgdata.
- Date: Sun, 23 Sep 2018 15:11:00 +0000 (UTC)
commit 3601349aac5b912073ef489e163b1b1d02113031
Author: Niels De Graef <nielsdegraef gmail com>
Date: Thu Sep 20 00:53:18 2018 +0200
Flatpak: remove liboauth/libgdata.
And disable the options in e-d-s that had a hard requirement on them.
This fixes the flatpak build (and speeds it up as well).
data/flatpak/org.gnome.Contacts.json | 32 ++++----------------------------
1 file changed, 4 insertions(+), 28 deletions(-)
---
diff --git a/data/flatpak/org.gnome.Contacts.json b/data/flatpak/org.gnome.Contacts.json
index 7f64a18..6346bc1 100644
--- a/data/flatpak/org.gnome.Contacts.json
+++ b/data/flatpak/org.gnome.Contacts.json
@@ -99,30 +99,6 @@
}
]
},
- {
- "name": "liboauth",
- "sources": [
- {
- "type": "archive",
- "url": "http://netix.dl.sourceforge.net/project/liboauth/liboauth-1.0.3.tar.gz",
- "sha256": "0df60157b052f0e774ade8a8bac59d6e8d4b464058cc55f9208d72e41156811f"
- }
- ]
- },
- {
- "name": "libgdata",
- "config-opts": [
- "--disable-always-build-tests",
- "--disable-Werror",
- "--disable-static"
- ],
- "sources": [
- {
- "type": "git",
- "url": "https://gitlab.gnome.org/GNOME/libgdata.git"
- }
- ]
- },
{
"name": "evolution-data-server",
"cleanup": [
@@ -133,12 +109,12 @@
],
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
- "-DENABLE_GTK=ON",
+ "-DENABLE_GTK=OFF",
"-DENABLE_GOA=ON",
"-DENABLE_UOA=OFF",
- "-DENABLE_GOOGLE_AUTH=ON",
- "-DENABLE_GOOGLE=ON",
- "-DENABLE_WITH_PHONENUMBER=ON",
+ "-DENABLE_GOOGLE_AUTH=OFF",
+ "-DENABLE_GOOGLE=OFF",
+ "-DENABLE_WITH_PHONENUMBER=OFF",
"-DENABLE_VALA_BINDINGS=ON",
"-DENABLE_WEATHER=OFF",
"-DWITH_OPENLDAP=OFF",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]