From 8530072dcfad7481a094dacf6ea6a41b98446355 Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Sun, 1 Apr 2018 14:58:41 +0200 Subject: Flatpak: Remove geocode-glib and gnome-doc-utils. We don't need them, so this should help with the Flatpak build times. --- data/flatpak/org.gnome.Contacts.json | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/data/flatpak/org.gnome.Contacts.json b/data/flatpak/org.gnome.Contacts.json index 84d2730..5b40443 100644 --- a/data/flatpak/org.gnome.Contacts.json +++ b/data/flatpak/org.gnome.Contacts.json @@ -47,26 +47,6 @@ "/share/vala", "*.la", "*.a"], "modules": [ - { - "name": "gnome-doc-utils", - "build-options": { - "arch" : { - /* Lie about our arch - no actual compilation happens here. */ - "arm": { - "config-opts": [ "--build=amd64" ] - }, - "aarch64": { - "config-opts": [ "--build=amd64" ] - } - } }, - "sources": [ - { - "type": "archive", - "url": "https://download.gnome.org/sources/gnome-doc-utils/0.20/gnome-doc-utils-0.20.10.tar.xz", - "sha256": "cb0639ffa9550b6ddf3b62f3b1add92fb92ab4690d351f2353cffe668be8c4a6" - } - ] - }, { "name": "telepathy-glib", "config-opts": [ @@ -199,16 +179,6 @@ } ] }, - { - "name": "geocode-glib", - "config-opts": ["--disable-static"], - "sources": [ - { - "type": "git", - "url": "https://git.gnome.org/browse/geocode-glib" - } - ] - }, { "name": "gnome-desktop", "config-opts": ["--disable-debug-tools", "--disable-udev"], -- cgit v1.2.1