[sushi/wip/cosimoc/no-clutter: 2/50] flatpak: use directory type in manifest



commit 64e88b6ca2cf2e421ff02a66bdd1ec0b5a3762a9
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sat Jun 15 12:34:46 2019 -0700

    flatpak: use directory type in manifest
    
    This flatpak is used for development purposes, and it's useful to
    be able to just build the current code without requiring a git commit.

 flatpak/org.gnome.NautilusPreviewer.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/flatpak/org.gnome.NautilusPreviewer.json b/flatpak/org.gnome.NautilusPreviewer.json
index 696c8e4..6e98ae0 100644
--- a/flatpak/org.gnome.NautilusPreviewer.json
+++ b/flatpak/org.gnome.NautilusPreviewer.json
@@ -114,8 +114,8 @@
             "buildsystem": "meson",
             "sources": [
                 {
-                    "type": "git",
-                    "url": ".."
+                    "type": "dir",
+                    "path": ".."
                 }
             ]
         }


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