[gnome-contacts] Small flatpak cleanup
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Small flatpak cleanup
- Date: Sat, 7 Nov 2020 10:39:47 +0000 (UTC)
commit 4cc342e2f41f07a4ee2ec8aafae987d4070f027e
Author: louib <code louib net>
Date: Mon Jul 13 13:37:41 2020 -0400
Small flatpak cleanup
* Use the gitlab.gnome.org libhandy repo
* Disable unused libhandy options
* Make GOA requirement for librest explicit
* Some formatting
data/flatpak/org.gnome.Contacts.Devel.json | 35 ++++++++++++++++++------------
1 file changed, 21 insertions(+), 14 deletions(-)
---
diff --git a/data/flatpak/org.gnome.Contacts.Devel.json b/data/flatpak/org.gnome.Contacts.Devel.json
index c7ea5123..2a43680f 100644
--- a/data/flatpak/org.gnome.Contacts.Devel.json
+++ b/data/flatpak/org.gnome.Contacts.Devel.json
@@ -32,25 +32,17 @@
],
"cleanup": [
"/include",
- "/lib/pkgconfig", "/share/pkgconfig",
+ "/lib/pkgconfig",
+ "/share/pkgconfig",
"/share/aclocal",
- "/man", "/share/man",
+ "/man",
+ "/share/man",
"/share/gtk-doc",
"/share/vala",
- "*.la", "*.a"
+ "*.la",
+ "*.a"
],
"modules": [
- {
- /* Needed by g-o-a */
- "name": "librest",
- "sources": [
- {
- "type": "git",
- "branch": "librest-0-7",
- "url": "https://gitlab.gnome.org/GNOME/librest.git"
- }
- ]
- },
{
"name": "gnome-online-accounts",
"cleanup": [ "/bin", "/share/GConf" ],
@@ -60,6 +52,18 @@
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/gnome-online-accounts.git"
}
+ ],
+ "modules": [
+ {
+ "name": "librest",
+ "sources": [
+ {
+ "type": "git",
+ "branch": "librest-0-7",
+ "url": "https://gitlab.gnome.org/GNOME/librest.git"
+ }
+ ]
+ }
]
},
{
@@ -170,7 +174,10 @@
"buildsystem": "meson",
"builddir": true,
"config-opts": [
+ "-Dtests=false",
+ "-Dexamples=false",
"-Dglade_catalog=disabled"
+
],
"sources": [
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]