[gnome-todo] flatpak: Reorganize file



commit 4f08ddec4fea9f2264c0a417f15fa653697fcbe1
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Feb 2 12:43:12 2018 -0200

    flatpak: Reorganize file

 org.gnome.Todo.json | 145 +++++++++++++++++++++++++++++++---------------------
 1 file changed, 86 insertions(+), 59 deletions(-)
---
diff --git a/org.gnome.Todo.json b/org.gnome.Todo.json
index a86b23e..4a35f30 100644
--- a/org.gnome.Todo.json
+++ b/org.gnome.Todo.json
@@ -1,13 +1,16 @@
 {
-    "app-id": "org.gnome.Todo",
-    "runtime": "org.gnome.Platform",
-    "runtime-version": "master",
-    "sdk": "org.gnome.Sdk",
-    "command": "gnome-todo",
-    "tags": ["devel"],
-    "desktop-file-name-prefix": "(Development) ",
-    "finish-args": [
-        "--share=ipc", "--socket=x11",
+    "app-id" : "org.gnome.Todo",
+    "runtime" : "org.gnome.Platform",
+    "runtime-version" : "master",
+    "sdk" : "org.gnome.Sdk",
+    "command" : "gnome-todo",
+    "tags" : [
+        "devel"
+    ],
+    "desktop-file-name-prefix" : "(Development) ",
+    "finish-args" : [
+        "--share=ipc",
+        "--socket=x11",
         "--socket=wayland",
         "--share=network",
         "--talk-name=org.gnome.OnlineAccounts",
@@ -15,56 +18,75 @@
         "--talk-name=org.gnome.evolution.dataserver.Calendar7",
         "--talk-name=org.gnome.evolution.dataserver.Sources5",
         "--talk-name=org.gnome.evolution.dataserver.Subprocess.Backend.*",
-        "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
-        "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+        "--filesystem=xdg-run/dconf",
+        "--filesystem=~/.config/dconf:ro",
+        "--talk-name=ca.desrt.dconf",
+        "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
     ],
     "build-options" : {
-        "cflags": "-O2 -g",
-        "cxxflags": "-O2 -g",
-        "env": {
-            "V": "1"
+        "cflags" : "-O2 -g",
+        "cxxflags" : "-O2 -g",
+        "env" : {
+            "V" : "1"
         }
     },
-    "x-run-args" : [ "--debug" ],
-    "cleanup": ["/include", "/lib/pkgconfig",
-                "/share/pkgconfig", "/share/aclocal",
-                "/man", "/share/man", "/share/gtk-doc",
-                "/share/vala",
-                "*.la", "*.a"],
-    "modules": [
+    "x-run-args" : [
+        "--debug"
+    ],
+    "cleanup" : [
+        "/include",
+        "/lib/pkgconfig",
+        "/share/pkgconfig",
+        "/share/aclocal",
+        "/man",
+        "/share/man",
+        "/share/gtk-doc",
+        "/share/vala",
+        "*.la",
+        "*.a"
+    ],
+    "modules" : [
         {
-            "name": "gnome-online-accounts",
-            "config-opts": ["--disable-telepathy", "--disable-documentation", "--disable-backend"],
-            "sources": [
+            "name" : "gnome-online-accounts",
+            "config-opts" : [
+                "--disable-telepathy",
+                "--disable-documentation",
+                "--disable-backend"
+            ],
+            "sources" : [
                 {
-                    "type": "git",
-                    "url": "https://git.gnome.org/browse/gnome-online-accounts";
+                    "type" : "git",
+                    "url" : "https://git.gnome.org/browse/gnome-online-accounts";
                 }
             ]
         },
         {
-            "name": "libical",
-            "cleanup": [ "/lib/cmake"],
-            "cmake": true,
-            "config-opts": [ "-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib",
-                             "-DBUILD_SHARED_LIBS:BOOL=ON" ],
-            "sources": [
+            "name" : "libical",
+            "cleanup" : [
+                "/lib/cmake"
+            ],
+            "cmake" : true,
+            "config-opts" : [
+                "-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib",
+                "-DBUILD_SHARED_LIBS:BOOL=ON"
+            ],
+            "sources" : [
                 {
-                    "type": "archive",
-                    "url": 
"https://github.com/libical/libical/releases/download/v2.0.0/libical-2.0.0.tar.gz";,
-                    "sha256": "654c11f759c19237be39f6ad401d917e5a05f36f1736385ed958e60cf21456da"
+                    "type" : "archive",
+                    "url" : 
"https://github.com/libical/libical/releases/download/v2.0.0/libical-2.0.0.tar.gz";,
+                    "sha256" : "654c11f759c19237be39f6ad401d917e5a05f36f1736385ed958e60cf21456da"
                 }
             ]
         },
         {
-            "name": "evolution-data-server",
-            "cleanup": [
+            "name" : "evolution-data-server",
+            "cleanup" : [
                 "/lib/cmake",
                 "/lib/evolution-data-server/*-backends",
                 "/libexec",
                 "/share/dbus-1/services"
-           ],
-            "config-opts": [
+            ],
+            "config-opts" : [
                 "-DENABLE_GTK=ON",
                 "-DENABLE_GOOGLE_AUTH=OFF",
                 "-DENABLE_UOA=OFF",
@@ -77,43 +99,48 @@
                 "-DENABLE_GTK_DOC=OFF",
                 "-DENABLE_EXAMPLES=OFF"
             ],
-            "cmake": true,
-            "sources": [
+            "cmake" : true,
+            "sources" : [
                 {
-                    "type": "git",
-                    "url": "https://git.gnome.org/browse/evolution-data-server";
+                    "type" : "git",
+                    "url" : "https://git.gnome.org/browse/evolution-data-server";
                 }
             ]
         },
         {
-            "name": "libpeas",
-            "cleanup": [ "/bin/*", "/lib/peas-demo" ],
-            "sources": [
+            "name" : "libpeas",
+            "cleanup" : [
+                "/bin/*",
+                "/lib/peas-demo"
+            ],
+            "sources" : [
                 {
-                    "type": "git",
-                    "url": "https://git.gnome.org/browse/libpeas";
+                    "type" : "git",
+                    "url" : "https://git.gnome.org/browse/libpeas";
                 }
             ]
         },
         {
-            "name": "rest",
-            "sources": [
+            "name" : "rest",
+            "sources" : [
                 {
-                    "type": "git",
-                    "branch": "librest-0-7",
-                    "url": "https://git.gnome.org/browse/librest";
+                    "type" : "git",
+                    "branch" : "librest-0-7",
+                    "url" : "https://git.gnome.org/browse/librest";
                 }
             ]
         },
         {
-            "name": "gnome-todo",
-            "sources": [
+            "name" : "gnome-todo",
+            "sources" : [
                 {
-                    "type": "git",
-                    "url": "https://gitlab.gnome.org/GNOME/gnome-todo.git";
+                    "type" : "git",
+                    "url" : "https://gitlab.gnome.org/GNOME/gnome-todo.git";
                 }
             ],
-            "config-opts": ["-Dtracing=true"]
+            "config-opts" : [
+                "-Dtracing=true"
+            ]
         }
     ]
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]