summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouib <code@louib.net>2020-07-13 13:37:41 -0400
committerlouib <code@louib.net>2020-11-04 21:36:34 -0500
commit4cc342e2f41f07a4ee2ec8aafae987d4070f027e (patch)
tree02af29f04244b8280bca7dce20248eab849a8196
parentc33933b7a09bf6c112c0cc8164804d5b9344fff3 (diff)
downloadgnome-contacts-4cc342e2f41f07a4ee2ec8aafae987d4070f027e.tar.gz
Small flatpak cleanup
* Use the gitlab.gnome.org libhandy repo * Disable unused libhandy options * Make GOA requirement for librest explicit * Some formatting
-rw-r--r--data/flatpak/org.gnome.Contacts.Devel.json35
1 files changed, 21 insertions, 14 deletions
diff --git a/data/flatpak/org.gnome.Contacts.Devel.json b/data/flatpak/org.gnome.Contacts.Devel.json
index c7ea512..2a43680 100644
--- a/data/flatpak/org.gnome.Contacts.Devel.json
+++ b/data/flatpak/org.gnome.Contacts.Devel.json
@@ -32,26 +32,18 @@
],
"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" ],
"buildsystem": "meson",
@@ -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": [
{