From 93764555876abd39d7b857fab307c5fdbb7e01fd Mon Sep 17 00:00:00 2001 From: Julian Sparber Date: Thu, 6 Feb 2020 12:15:50 +0100 Subject: [PATCH] Flatpak: use always a space before : --- sm.puri.Calls.json | 66 +++++++++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/sm.puri.Calls.json b/sm.puri.Calls.json index d713c20..e77bf0c 100644 --- a/sm.puri.Calls.json +++ b/sm.puri.Calls.json @@ -77,7 +77,7 @@ { "name" : "libhandy", "buildsystem" : "meson", - "config-opts": [ + "config-opts" : [ "-Dglade_catalog=disabled" ], "sources" : [ @@ -91,53 +91,53 @@ ] }, { - "name": "boost", - "buildsystem": "simple", - "sources": [ + "name" : "boost", + "buildsystem" : "simple", + "sources" : [ { - "type": "archive", - "url": "https://dl.bintray.com/boostorg/release/1.67.0/source/boost_1_67_0.tar.bz2", - "sha256": "2684c972994ee57fc5632e03bf044746f6eb45d4920c343937a465fd67a5adba" + "type" : "archive", + "url" : "https://dl.bintray.com/boostorg/release/1.67.0/source/boost_1_67_0.tar.bz2", + "sha256" : "2684c972994ee57fc5632e03bf044746f6eb45d4920c343937a465fd67a5adba" } ], - "build-commands": [ + "build-commands" : [ "./bootstrap.sh --prefix=${FLATPAK_DEST} --with-libraries=date_time,thread,system", "./b2 -j ${FLATPAK_BUILDER_N_JOBS} install" ], - "cleanup": ["*"] + "cleanup" : ["*"] }, { - "name": "GTest", - "buildsystem": "cmake-ninja", - "cleanup": ["*"], - "sources": [ + "name" : "GTest", + "buildsystem" : "cmake-ninja", + "cleanup" : ["*"], + "sources" : [ { - "type": "archive", - "url": "http://archive.ubuntu.com/ubuntu/pool/universe/g/googletest/googletest_1.8.0.orig.tar.gz", - "md5": "16877098823401d1bf2ed7891d7dce36" + "type" : "archive", + "url" : "http://archive.ubuntu.com/ubuntu/pool/universe/g/googletest/googletest_1.8.0.orig.tar.gz", + "md5" : "16877098823401d1bf2ed7891d7dce36" } ] }, { - "name": "protobuf", - "cleanup": [ + "name" : "protobuf", + "cleanup" : [ "protoc", "/bin", "/doc", "/lib/plugins" ], - "sources": [ + "sources" : [ { - "type": "archive", - "url": "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-cpp-3.6.1.tar.gz", - "sha256": "b3732e471a9bb7950f090fd0457ebd2536a9ba0891b7f3785919c654fe2a2529" + "type" : "archive", + "url" : "https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protobuf-cpp-3.6.1.tar.gz", + "sha256" : "b3732e471a9bb7950f090fd0457ebd2536a9ba0891b7f3785919c654fe2a2529" } ] }, { - "name": "openjdk", - "buildsystem": "simple", - "build-commands": [ + "name" : "openjdk", + "buildsystem" : "simple", + "build-commands" : [ "/usr/lib/sdk/openjdk11/install.sh" ] }, @@ -184,7 +184,7 @@ }, { "name" : "evolution-data-server", - "cleanup": [ "/share/GConf" ], + "cleanup" : [ "/share/GConf" ], "buildsystem" : "cmake-ninja", "config-opts" : [ "-DENABLE_PHONENUMBER=ON", @@ -211,14 +211,14 @@ ] }, { - "name": "gom", - "buildsystem": "meson", - "config-opts": [ "-Denable-introspection=false" ], - "sources": [ + "name" : "gom", + "buildsystem" : "meson", + "config-opts" : [ "-Denable-introspection=false" ], + "sources" : [ { - "type": "git", - "url": "https://gitlab.gnome.org/GNOME/gom.git", - "commit": "320df01c77c5cf6327040421454837277e4d6ee3" + "type" : "git", + "url" : "https://gitlab.gnome.org/GNOME/gom.git", + "commit" : "320df01c77c5cf6327040421454837277e4d6ee3" } ] },