summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <exalm7659@gmail.com>2018-10-29 18:54:23 +0500
committerShaun McCance <shaunm@gnome.org>2020-10-04 18:28:23 +0000
commit20dc27c035ab0d69b74c8e71f5306a93e5a3de20 (patch)
tree54d030dd1cf3a3b5a615a6abb5a3be78fae64557
parent31f5dc15af8d1dc69d556a870a0b21d95520d7f8 (diff)
downloadyelp-wip/exalm/flatpak.tar.gz
flatpak: Add flatpak manifestwip/exalm/flatpak
This is intended to be used for easier hacking, similarly to Settings. gnome-user-docs and gnome-getting-started-docs aren't strictly required for building, but they provide content to be displayed.
-rw-r--r--org.gnome.Yelp.json56
1 files changed, 56 insertions, 0 deletions
diff --git a/org.gnome.Yelp.json b/org.gnome.Yelp.json
new file mode 100644
index 00000000..d5088157
--- /dev/null
+++ b/org.gnome.Yelp.json
@@ -0,0 +1,56 @@
+{
+ "app-id" : "org.gnome.Yelp",
+ "runtime" : "org.gnome.Platform",
+ "runtime-version" : "master",
+ "sdk" : "org.gnome.Sdk",
+ "rename-desktop-file" : "yelp.desktop",
+ "command" : "yelp",
+ "tags" : [
+ "devel",
+ "development",
+ "nightly"
+ ],
+ "desktop-file-name-suffix" : " (Development)",
+ "finish-args" : [
+ /* X11 + XShm access */
+ "--share=ipc",
+ "--socket=x11",
+ /* Wayland access */
+ "--socket=wayland",
+ /* Needed for dconf to work */
+ "--filesystem=xdg-run/dconf",
+ "--filesystem=~/.config/dconf:ro",
+ "--talk-name=ca.desrt.dconf",
+ "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+ ],
+ "modules" : [
+ {
+ "name" : "gnome-user-docs",
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://gitlab.gnome.org/GNOME/gnome-user-docs.git"
+ }
+ ]
+ },
+ {
+ "name" : "gnome-getting-started-docs",
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://gitlab.gnome.org/GNOME/gnome-getting-started-docs.git"
+ }
+ ]
+ },
+ {
+ "name" : "yelp",
+ "builddir" : true,
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://gitlab.gnome.org/GNOME/yelp.git"
+ }
+ ]
+ }
+ ]
+}