summaryrefslogtreecommitdiff
path: root/org.gnome.Epiphany.json
diff options
context:
space:
mode:
authorYi-Soo An <yisooan@gmail.com>2018-12-05 22:05:11 +0900
committerYi-Soo An <yisooan@gmail.com>2018-12-05 23:07:10 +0900
commit88e00ec3a2cf839b11ec6a388660b78c3c2e3c96 (patch)
treeffd550e86cb7cdaa5407ad53c832281710ac1a9d /org.gnome.Epiphany.json
parent23d6eb98313c0e3fc76cd2c3159f21586f11b1ff (diff)
downloadepiphany-88e00ec3a2cf839b11ec6a388660b78c3c2e3c96.tar.gz
Move flatpak files into the directory
flatpak directory is used to keep the top level directory clean.
Diffstat (limited to 'org.gnome.Epiphany.json')
-rw-r--r--org.gnome.Epiphany.json98
1 files changed, 0 insertions, 98 deletions
diff --git a/org.gnome.Epiphany.json b/org.gnome.Epiphany.json
deleted file mode 100644
index ff313d450..000000000
--- a/org.gnome.Epiphany.json
+++ /dev/null
@@ -1,98 +0,0 @@
-{
- "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",
- "-Denable_tracing=true"
- ],
- "buildsystem" : "meson",
- "builddir" : true,
- "sources" : [
- {
- "type" : "git",
- "url" : "https://gitlab.gnome.org/GNOME/libdazzle.git"
- },
- {
- "type" : "patch" ,
- "path" : "dazzle-dse-test-fix.patch"
- }
- ]
- },
- {
- "name" : "libhandy",
- "buildsystem" : "meson",
- "config-opts" : [
- "-Dexamples=false",
- "-Dglade_catalog=false",
- "-Dintrospection=false",
- "-Dtests=false",
- "-Dvapi=false"
- ],
- "sources" : [
- {
- "type" : "git",
- "url" : "https://source.puri.sm/Librem5/libhandy.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
- }
- ]
- }
- ]
-} \ No newline at end of file