[epiphany] Revert "Convert flatpak manifest to yaml"



commit 5323b68512474b9bdf9d8b8177c930d6c4f505a5
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sun Jul 22 12:02:44 2018 -0500

    Revert "Convert flatpak manifest to yaml"
    
    This reverts commit e498ee9674475f47409dd9a3398736ff0fc44bd9.
    
    Builder is not ready for yaml yet. Switch back to JSON, preserving the
    other changes that have occurred in this file since we switched to YAML.
    Fixes #63.

 org.gnome.Epiphany.json | 76 +++++++++++++++++++++++++++++++++++++++++++++++++
 org.gnome.Epiphany.yaml | 52 ---------------------------------
 2 files changed, 76 insertions(+), 52 deletions(-)
---
diff --git a/org.gnome.Epiphany.json b/org.gnome.Epiphany.json
new file mode 100644
index 000000000..2a595857b
--- /dev/null
+++ b/org.gnome.Epiphany.json
@@ -0,0 +1,76 @@
+{
+    "app-id" : "org.gnome.Epiphany",
+    "runtime" : "org.gnome.Platform",
+    "runtime-version" : "master",
+    "sdk" : "org.gnome.Sdk",
+    "command" : "epiphany",
+    "tags" : [
+        "nightly"
+    ],
+    "desktop-file-name-suffix" : " (Epiphany Technology Preview)",
+    "finish-args" : [
+        "--share=ipc",
+        "--socket=x11",
+        "--socket=wayland",
+        "--device=dri",
+        "--share=network",
+        "--socket=pulseaudio",
+        "--system-talk-name=org.freedesktop.GeoClue2",
+        "--filesystem=xdg-run/dconf",
+        "--filesystem=~/.config/dconf:ro",
+        "--talk-name=ca.desrt.dconf",
+        "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
+        "--talk-name=org.freedesktop.secrets",
+        "--filesystem=xdg-download",
+        "--talk-name=org.freedesktop.Notifications"
+    ],
+    "build-options" : {
+        "cflags" : "-O2 -g",
+        "cxxflags" : "-O2 -g",
+        "env" : {
+            "V" : "1"
+        }
+    },
+    "cleanup" : [
+        "/include",
+        "/lib/pkgconfig",
+        "/share/pkgconfig",
+        "/share/aclocal",
+        "/man",
+        "/share/man",
+        "/share/gtk-doc",
+        "*.la",
+        "*.a"
+    ],
+    "modules" : [
+        {
+            "name" : "libdazzle",
+            "config-opts" : [
+                "--libdir=/app/lib"
+            ],
+            "buildsystem" : "meson",
+            "builddir" : true,
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://gitlab.gnome.org/GNOME/libdazzle.git";
+                }
+            ]
+        },
+        {
+            "name" : "epiphany",
+            "config-opts" : [
+                "-Dtech_preview=true"
+            ],
+            "buildsystem" : "meson",
+            "builddir" : true,
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://gitlab.gnome.org/GNOME/epiphany.git";,
+                    "disable-shallow-clone" : true
+                }
+            ]
+        }
+    ]
+}


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