summaryrefslogtreecommitdiff
path: root/org.gnome.Epiphany.json
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-07-22 12:02:44 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-07-22 12:02:44 -0500
commit5323b68512474b9bdf9d8b8177c930d6c4f505a5 (patch)
tree70349e4cceb3ba6b4713d1fc753741fcce44f106 /org.gnome.Epiphany.json
parent4425afa08434f363647068bde04c7d49be701ee1 (diff)
downloadepiphany-5323b68512474b9bdf9d8b8177c930d6c4f505a5.tar.gz
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.
Diffstat (limited to 'org.gnome.Epiphany.json')
-rw-r--r--org.gnome.Epiphany.json76
1 files changed, 76 insertions, 0 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
+ }
+ ]
+ }
+ ]
+}