[swell-foop] Added initial flatpak manifest (bgo#793017)



commit 9630c5e77584378b8060f7d5ba2b13c5aab47e03
Author: Robert Roth <robert roth off gmail com>
Date:   Sun Mar 25 20:11:13 2018 +0300

    Added initial flatpak manifest (bgo#793017)

 org.gnome.SwellFoop.json |   43 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.SwellFoop.json b/org.gnome.SwellFoop.json
new file mode 100644
index 0000000..4256694
--- /dev/null
+++ b/org.gnome.SwellFoop.json
@@ -0,0 +1,43 @@
+{
+    "app-id" : "org.gnome.SwellFoop",
+    "runtime" : "org.gnome.Platform",
+    "runtime-version" : "3.28",
+    "sdk" : "org.gnome.Sdk",
+    "command" : "swell-foop",
+    "tags" : [
+        "nightly"
+    ],
+    "rename-icon" : "swell-foop",
+    "rename-desktop-file" : "swell-foop.desktop",
+    "desktop-file-name-prefix" : "(Nightly) ",
+    "finish-args" : [
+        "--share=ipc",
+        "--socket=x11",
+        "--socket=wayland",
+        "--device=dri",
+        "--filesystem=xdg-run/dconf",
+        "--filesystem=~/.config/dconf:ro",
+        "--talk-name=ca.desrt.dconf",
+        "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+    ],
+    "build-options" : {
+        "cflags" : "-O2 -g",
+        "env" : {
+        }
+    },
+    "cleanup" : [
+        "/share/man"
+    ],
+    "modules" : [
+        {
+            "name" : "swell-foop",
+            "buildsystem" : "meson",
+            "sources" : [
+                {
+                    "type" : "git",
+                    "url" : "git://git.gnome.org/swell-foop"
+                }
+            ]
+        }
+    ]
+}


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