[epiphany] Convert flatpak manifest to yaml



commit e498ee9674475f47409dd9a3398736ff0fc44bd9
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon May 21 22:12:57 2018 -0500

    Convert flatpak manifest to yaml

 org.gnome.Epiphany.json |   75 -----------------------------------------------
 org.gnome.Epiphany.yaml |   51 ++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+), 75 deletions(-)
---
diff --git a/org.gnome.Epiphany.yaml b/org.gnome.Epiphany.yaml
new file mode 100644
index 0000000..d3fcffb
--- /dev/null
+++ b/org.gnome.Epiphany.yaml
@@ -0,0 +1,51 @@
+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
+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
+    sources:
+      - type: git
+        url: https://gitlab.gnome.org/GNOME/libdazzle.git
+  - name: epiphany
+    config-opts: [-Dtech_preview=true]
+    buildsystem: meson
+    sources:
+      - type: git
+        url: https://git.gnome.org/browse/epiphany
+        disable-shallow-clone: true


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