[evince] flatpak: Run lint on manifest



commit 104801b7c2a64a42ada77c77f7afd109c6d0f093
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Thu Oct 11 11:54:43 2018 -0300

    flatpak: Run lint on manifest

 build-aux/flatpak/org.gnome.Evince.json | 155 +++++++++++++++++---------------
 1 file changed, 81 insertions(+), 74 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Evince.json b/build-aux/flatpak/org.gnome.Evince.json
index e9f6a73d..57c898f7 100644
--- a/build-aux/flatpak/org.gnome.Evince.json
+++ b/build-aux/flatpak/org.gnome.Evince.json
@@ -1,15 +1,15 @@
 {
-    "app-id" : "org.gnome.Evince",
-    "runtime" : "org.gnome.Platform",
-    "runtime-version" : "master",
-    "sdk" : "org.gnome.Sdk",
-    "command" : "evince",
-    "tags" : [
+    "app-id": "org.gnome.Evince",
+    "runtime": "org.gnome.Platform",
+    "runtime-version": "master",
+    "sdk": "org.gnome.Sdk",
+    "command": "evince",
+    "tags": [
         "devel"
     ],
-    "desktop-file-name-prefix" : "(Development) ",
-    "copy-icon" : true,
-    "finish-args" : [
+    "desktop-file-name-prefix": "(Development) ",
+    "copy-icon": true,
+    "finish-args": [
         "--share=ipc",
         "--socket=x11",
         "--socket=wayland",
@@ -26,14 +26,14 @@
         "--own-name=org.gnome.evince",
         "--own-name=org.gnome.evince.Daemon"
     ],
-    "build-options" : {
-        "cflags" : "-O2 -g",
-        "cxxflags" : "-O2 -g",
-        "env" : {
-            "V" : "1"
+    "build-options": {
+        "cflags": "-O2 -g",
+        "cxxflags": "-O2 -g",
+        "env": {
+            "V": "1"
         }
     },
-    "cleanup" : [
+    "cleanup": [
         "/include",
         "/lib/pkgconfig",
         "/share/pkgconfig",
@@ -45,28 +45,35 @@
         "*.la",
         "*.a"
     ],
-    "modules" : [
+    "modules": [
         {
-            "name" : "openjpeg",
-            "buildsystem" : "cmake-ninja",
-            "config-opts" : [
+            "name": "openjpeg",
+            "buildsystem": "cmake-ninja",
+            "config-opts": [
                 "-DBUILD_CODEC=OFF"
             ],
-            "cleanup" : [
+            "cleanup": [
                 "/lib/openjpeg-2.3"
             ],
-            "sources" : [
+            "sources": [
                 {
-                    "type" : "archive",
-                    "url" : "https://github.com/uclouvain/openjpeg/archive/v2.3.0.tar.gz";,
-                    "sha256" : "3dc787c1bb6023ba846c2a0d9b1f6e179f1cd255172bde9eb75b01f1e6c7d71a"
+                    "type": "archive",
+                    "url": "https://github.com/uclouvain/openjpeg/archive/v2.3.0.tar.gz";,
+                    "sha256": "3dc787c1bb6023ba846c2a0d9b1f6e179f1cd255172bde9eb75b01f1e6c7d71a"
                 }
             ]
         },
         {
             "name": "libwebp",
-            "config-opts": [ "--disable-static", "--enable-libwebpmux", "--enable-libwebpdemux" ],
-            "cleanup": [ "/share", "/bin" ],
+            "config-opts": [
+                "--disable-static",
+                "--enable-libwebpmux",
+                "--enable-libwebpdemux"
+            ],
+            "cleanup": [
+                "/share",
+                "/bin"
+            ],
             "sources": [
                 {
                     "type": "archive",
@@ -77,7 +84,7 @@
         },
         {
             "name": "webp-pixbuf-loader",
-            "buildsystem" : "cmake-ninja",
+            "buildsystem": "cmake-ninja",
             "sources": [
                 {
                     "type": "git",
@@ -90,102 +97,102 @@
             ]
         },
         {
-            "name" : "popplerdata",
-            "no-autogen" : true,
-            "make-install-args" : [
+            "name": "popplerdata",
+            "no-autogen": true,
+            "make-install-args": [
                 "prefix=/app"
             ],
-            "sources" : [
+            "sources": [
                 {
-                    "type" : "archive",
-                    "url" : "http://poppler.freedesktop.org/poppler-data-0.4.9.tar.gz";,
-                    "sha256" : "1f9c7e7de9ecd0db6ab287349e31bf815ca108a5a175cf906a90163bdbe32012"
+                    "type": "archive",
+                    "url": "http://poppler.freedesktop.org/poppler-data-0.4.9.tar.gz";,
+                    "sha256": "1f9c7e7de9ecd0db6ab287349e31bf815ca108a5a175cf906a90163bdbe32012"
                 }
             ]
         },
         {
-            "name" : "poppler",
-            "buildsystem" : "cmake-ninja",
-            "config-opts" : [
+            "name": "poppler",
+            "buildsystem": "cmake-ninja",
+            "config-opts": [
                 "-DCMAKE_INSTALL_LIBDIR=/app/lib",
                 "-DCMAKE_INSTALL_INCLUDEDIR=/app/include"
             ],
-            "cleanup" : [
+            "cleanup": [
                 "/bin"
             ],
-            "sources" : [
+            "sources": [
                 {
-                    "type" : "archive",
-                    "url" : "https://poppler.freedesktop.org/poppler-0.66.0.tar.xz";,
-                    "sha256" : "2c096431adfb74bc2f53be466889b7646e1b599f28fa036094f3f7235cc9eae7"
+                    "type": "archive",
+                    "url": "https://poppler.freedesktop.org/poppler-0.66.0.tar.xz";,
+                    "sha256": "2c096431adfb74bc2f53be466889b7646e1b599f28fa036094f3f7235cc9eae7"
                 }
             ]
         },
         {
-            "name" : "djvulibre",
-            "config-opts" : [
+            "name": "djvulibre",
+            "config-opts": [
                 "--disable-desktopfiles"
             ],
-            "cleanup" : [
+            "cleanup": [
                 "/bin"
             ],
-            "sources" : [
+            "sources": [
                 {
-                    "type" : "archive",
-                    "url" : 
"https://downloads.sourceforge.net/project/djvu/DjVuLibre/3.5.27/djvulibre-3.5.27.tar.gz";,
-                    "sha256" : "e69668252565603875fb88500cde02bf93d12d48a3884e472696c896e81f505f"
+                    "type": "archive",
+                    "url": 
"https://downloads.sourceforge.net/project/djvu/DjVuLibre/3.5.27/djvulibre-3.5.27.tar.gz";,
+                    "sha256": "e69668252565603875fb88500cde02bf93d12d48a3884e472696c896e81f505f"
                 }
             ]
         },
         {
-            "name" : "libgxps",
-            "buildsystem" : "meson",
-            "sources" : [
+            "name": "libgxps",
+            "buildsystem": "meson",
+            "sources": [
                 {
-                    "type" : "archive",
-                    "url" : "http://ftp.gnome.org/pub/gnome/sources/libgxps/0.3/libgxps-0.3.0.tar.xz";,
-                    "sha256" : "412b1343bd31fee41f7204c47514d34c563ae34dafa4cc710897366bd6cd0fae"
+                    "type": "archive",
+                    "url": "http://ftp.gnome.org/pub/gnome/sources/libgxps/0.3/libgxps-0.3.0.tar.xz";,
+                    "sha256": "412b1343bd31fee41f7204c47514d34c563ae34dafa4cc710897366bd6cd0fae"
                 }
             ]
         },
         {
-            "name" : "gspell",
-            "cleanup" : [
+            "name": "gspell",
+            "cleanup": [
                 "/bin"
             ],
-            "sources" : [
+            "sources": [
                 {
-                    "type" : "archive",
-                    "url" : "https://download.gnome.org/sources/gspell/1.8/gspell-1.8.0.tar.xz";,
-                    "sha256" : "1b7fc2c5b84ede43bc52d513f0601238af92b572a42b19363da6d067fb529345"
+                    "type": "archive",
+                    "url": "https://download.gnome.org/sources/gspell/1.8/gspell-1.8.0.tar.xz";,
+                    "sha256": "1b7fc2c5b84ede43bc52d513f0601238af92b572a42b19363da6d067fb529345"
                 }
             ],
-            "modules" : [
+            "modules": [
                 {
-                    "name" : "enchant2",
-                    "cleanup" : [
+                    "name": "enchant2",
+                    "cleanup": [
                         "/bin"
                     ],
-                    "sources" : [
+                    "sources": [
                         {
-                            "type" : "archive",
-                            "url" : 
"https://github.com/AbiWord/enchant/releases/download/v2.2.3/enchant-2.2.3.tar.gz";,
-                            "sha256" : "abd8e915675cff54c0d4da5029d95c528362266557c61c7149d53fa069b8076d"
+                            "type": "archive",
+                            "url": 
"https://github.com/AbiWord/enchant/releases/download/v2.2.3/enchant-2.2.3.tar.gz";,
+                            "sha256": "abd8e915675cff54c0d4da5029d95c528362266557c61c7149d53fa069b8076d"
                         }
                     ]
                 }
             ]
         },
         {
-            "name" : "evince",
-            "buildsystem" : "meson",
-            "config-opts" : [
+            "name": "evince",
+            "buildsystem": "meson",
+            "config-opts": [
                 "-Dnautilus=false"
             ],
-            "sources" : [
+            "sources": [
                 {
-                    "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/evince.git";
+                    "type": "git",
+                    "url": "https://gitlab.gnome.org/GNOME/evince.git";
                 }
             ]
         }


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