[iagno/alatiera/flatpak-manifest] Add Flatpak manifest



commit 8f04ca8bd5a0b4f3f93859a40932de403ca41128
Author: Jordan Petridis <jordanpetridis protonmail com>
Date:   Thu Aug 2 04:19:11 2018 +0000

    Add Flatpak manifest

 org.gnome.iagno | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
---
diff --git a/org.gnome.iagno b/org.gnome.iagno
new file mode 100644
index 0000000..e497b3e
--- /dev/null
+++ b/org.gnome.iagno
@@ -0,0 +1,46 @@
+{
+    "app-id": "org.gnome.iagno",
+    "runtime": "org.gnome.Platform",
+    "runtime-version": "master",
+    "sdk": "org.gnome.Sdk",
+    "command": "iagno",
+    "rename-desktop-file": "iagno.desktop",
+    "rename-icon": "iagno",
+    "rename-appdata-file": "iagno.appdata.xml",
+    "tags": ["nightly"],
+    "desktop-file-name-prefix": "(Nightly) ",
+    "finish-args": [
+        /* X11 + XShm access */
+        "--share=ipc", "--socket=x11",
+        /* Wayland access */
+        "--socket=wayland",
+        /* Sound access */
+        "--socket=pulseaudio",
+        /* 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"
+    ],
+    "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",
+                "/share/vala",
+                "*.la", "*.a"],
+    "modules": [
+        {
+            "name": "iagno",
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://gitlab.gnome.org/GNOME/iagno.git";
+                }
+            ]
+        }
+    ]
+}
\ No newline at end of file


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