[gnome-sound-recorder] flatpak: Add flatpak manifest



commit 4b21c37debd171e492f7f8e3f3d18711cd4e7537
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Thu Jul 5 21:38:35 2018 +0500

    flatpak: Add flatpak manifest

 org.gnome.SoundRecorder.json | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
---
diff --git a/org.gnome.SoundRecorder.json b/org.gnome.SoundRecorder.json
new file mode 100644
index 0000000..4ed698b
--- /dev/null
+++ b/org.gnome.SoundRecorder.json
@@ -0,0 +1,33 @@
+{
+    "app-id" : "org.gnome.SoundRecorder",
+    "runtime" : "org.gnome.Platform",
+    "runtime-version" : "3.28",
+    "sdk" : "org.gnome.Sdk",
+    "command" : "gnome-sound-recorder",
+    "tags" : [
+        "nightly"
+    ],
+    "desktop-file-name-prefix" : "(Nightly) ",
+    "finish-args" : [
+        "--share=ipc",
+        "--socket=x11",
+        "--socket=wayland",
+        "--socket=pulseaudio",
+        "--filesystem=xdg-run/dconf",
+        "--filesystem=~/.config/dconf:ro",
+        "--talk-name=ca.desrt.dconf",
+        "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
+        "--filesystem=~/Recordings:create"
+    ],
+    "modules" : [
+        {
+            "name" : "gnome-sound-recorder",
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git";
+                }
+            ]
+        }
+    ]
+}


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