[gnome-nibbles] flatpak: Add manifest



commit 8941079ffca8f46d5fdaea58b8b6573d3581dfcc
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Mar 16 03:01:31 2017 +0100

    flatpak: Add manifest
    
    There are currently too few games on http://flatpak.org/apps.html,
    let's change that!
    
    https://bugzilla.gnome.org/show_bug.cgi?id=780121

 org.gnome.Nibbles.json               |   41 ++++++++++++++++++++++++++++++++++
 org.gnome.games-support.modules.json |   24 +++++++++++++++++++
 2 files changed, 65 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.Nibbles.json b/org.gnome.Nibbles.json
new file mode 100644
index 0000000..a1e862a
--- /dev/null
+++ b/org.gnome.Nibbles.json
@@ -0,0 +1,41 @@
+{
+    "app-id": "org.gnome.Nibbles",
+    "runtime": "org.gnome.Platform",
+    "runtime-version": "master",
+    "sdk": "org.gnome.Sdk",
+    "command": "gnome-nibbles",
+    "tags": ["nightly"],
+    "copy-icon": true,
+    "rename-icon": "gnome-nibbles",
+    "desktop-file-name-prefix": "(Nightly) ",
+    "finish-args": [
+        /* X11 + XShm access */
+        "--share=ipc", "--socket=x11",
+        /* Wayland access */
+        "--socket=wayland",
+        /* Sound! */
+        "--socket=pulseaudio",
+        /* OpenGL access */
+        "--device=dri",
+        /* dconf */
+        "--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"
+    },
+    "cleanup": ["/include", "/lib/*.la", "/lib/pkgconfig",
+                "/share/man", "/share/vala"],
+    "modules": [
+        "org.gnome.games-support.modules.json",
+        {
+            "name": "gnome-nibbles",
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://git.gnome.org/browse/gnome-nibbles";
+                }
+            ]
+        }
+    ]
+}
diff --git a/org.gnome.games-support.modules.json b/org.gnome.games-support.modules.json
new file mode 100644
index 0000000..894f5e7
--- /dev/null
+++ b/org.gnome.games-support.modules.json
@@ -0,0 +1,24 @@
+{
+    "name": "org.gnome.games-support.modules",
+    "modules": [
+        {
+            "name": "libgee",
+            "config-opts": ["--enable-introspection=no"],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://git.gnome.org/browse/libgee";
+                }
+            ]
+        },
+        {
+            "name": "libgnome-games-support",
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://git.gnome.org/browse/libgnome-games-support";
+                }
+            ]
+        }
+    ]
+}


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