summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-04-07 12:13:14 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2018-04-07 12:19:35 +0200
commit14f7b16229777cd2e78af1ebd0738f6d2f0953e0 (patch)
tree99fb9638c3662d6c8d22e46b5f57b382d9ba8fb2
parent9dbe2d5672860b45de782b5ec8299847e29e602d (diff)
downloadgnome-contacts-14f7b16229777cd2e78af1ebd0738f6d2f0953e0.tar.gz
Flatpak: always use the same formatting style.
* 4 spaces per indentation. * Always a newline after starting an array or an object. * A closing ] } should always be put in it's own line.
-rw-r--r--data/flatpak/org.gnome.Contacts.json52
1 files changed, 37 insertions, 15 deletions
diff --git a/data/flatpak/org.gnome.Contacts.json b/data/flatpak/org.gnome.Contacts.json
index a3778d5..1ef9fb1 100644
--- a/data/flatpak/org.gnome.Contacts.json
+++ b/data/flatpak/org.gnome.Contacts.json
@@ -40,17 +40,21 @@
"V": "1"
}
},
- "cleanup": ["/include", "/lib/pkgconfig",
- "/share/pkgconfig", "/share/aclocal",
- "/man", "/share/man", "/share/gtk-doc",
- "/share/vala",
- "*.la", "*.a"],
+ "cleanup": [
+ "/include",
+ "/lib/pkgconfig", "/share/pkgconfig",
+ "/share/aclocal",
+ "/man", "/share/man",
+ "/share/gtk-doc",
+ "/share/vala",
+ "*.la", "*.a"
+ ],
"modules": [
{
"name": "telepathy-glib",
"config-opts": [
- "--disable-static",
- "--enable-vala-bindings=yes"
+ "--disable-static",
+ "--enable-vala-bindings=yes"
],
"sources": [
{
@@ -90,7 +94,11 @@
{
"name": "gnome-online-accounts",
"cleanup": [ "/bin", "/share/GConf" ],
- "config-opts": ["--disable-telepathy", "--disable-documentation", "--disable-backend"],
+ "config-opts": [
+ "--disable-telepathy",
+ "--disable-documentation",
+ "--disable-backend"
+ ],
"sources": [
{
"type": "git",
@@ -100,10 +108,13 @@
},
{
"name": "libical",
- "cleanup": [ "/lib/cmake"],
+ "cleanup": [
+ "/lib/cmake"
+ ],
"buildsystem": "cmake-ninja",
- "config-opts": [ "-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib",
- "-DBUILD_SHARED_LIBS:BOOL=ON" ],
+ "config-opts": [
+ "-DBUILD_SHARED_LIBS:BOOL=ON"
+ ],
"sources": [
{
"type": "archive",
@@ -169,8 +180,13 @@
},
{
"name": "folks",
- "cleanup": [ "/bin", "/share/GConf" ],
- "config-opts": [ "--disable-fatal-warnings" ],
+ "cleanup": [
+ "/bin",
+ "/share/GConf"
+ ],
+ "config-opts": [
+ "--disable-fatal-warnings"
+ ],
"sources": [
{
"type": "git",
@@ -180,7 +196,10 @@
},
{
"name": "gnome-desktop",
- "config-opts": ["--disable-debug-tools", "--disable-udev"],
+ "config-opts": [
+ "--disable-debug-tools",
+ "--disable-udev"
+ ],
"sources": [
{
"type": "git",
@@ -190,7 +209,10 @@
},
{
"name": "cheese",
- "config-opts": [ "--disable-man", "--disable-lcov" ],
+ "config-opts": [
+ "--disable-man",
+ "--disable-lcov"
+ ],
"sources": [
{
"type": "git",