[gnome-apps-nightly] org.gnome.gitg: Some cleanups



commit 138dccabecddddfb5e2b0c8f664022e4503da627
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Fri Jul 20 09:37:52 2018 +0200

    org.gnome.gitg: Some cleanups
    
    The manifest uses space for indentation, except for one line, which is
    now fixed.
    
    Also, move to the "buildsystem" property instead of the "cmake" one.

 org.gnome.gitg.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/org.gnome.gitg.json b/org.gnome.gitg.json
index db72eb4..d393279 100644
--- a/org.gnome.gitg.json
+++ b/org.gnome.gitg.json
@@ -20,7 +20,7 @@
         "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
         /* We need access to auth agents */
         "--talk-name=org.freedesktop.secrets",
-       "--filesystem=xdg-run/keyring"
+        "--filesystem=xdg-run/keyring"
     ],
     "build-options" : {
         "cflags": "-O2 -g",
@@ -37,7 +37,7 @@
     "modules": [
       {
         "name": "libssh2",
-        "cmake": true,
+        "buildsystem": "cmake",
         "config-opts": [ "-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib",
                          "-DBUILD_SHARED_LIBS:BOOL=ON" ],
         "sources": [
@@ -50,7 +50,7 @@
       },
       {
         "name": "libgit2",
-        "cmake": true,
+        "buildsystem": "cmake",
         "config-opts": [ "-DBUILD_SHARED_LIBS:BOOL=ON",
                          "-DTHREADSAFE=ON" ],
         "sources": [


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