[gnome-mines] flatpak: Add manifest
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-mines] flatpak: Add manifest
- Date: Mon, 22 May 2017 15:08:19 +0000 (UTC)
commit 742056b01680e12f5423e2f0371ec8f7200ba908
Author: Florian Müllner <fmuellner gnome org>
Date: Thu Mar 16 03:47:17 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=780122
org.gnome.games-support.modules.json | 24 +++++++++++++++++++++
org.gnome.mines.json | 38 ++++++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.games-support.modules.json b/org.gnome.games-support.modules.json
new file mode 100644
index 0000000..e77775f
--- /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": "git://git.gnome.org/libgee"
+ }
+ ]
+ },
+ {
+ "name": "libgnome-games-support",
+ "sources": [
+ {
+ "type": "git",
+ "url": "git://git.gnome.org/libgnome-games-support"
+ }
+ ]
+ }
+ ]
+}
diff --git a/org.gnome.mines.json b/org.gnome.mines.json
new file mode 100644
index 0000000..6b1894d
--- /dev/null
+++ b/org.gnome.mines.json
@@ -0,0 +1,38 @@
+{
+ "app-id": "org.gnome.mines",
+ "runtime": "org.gnome.Platform",
+ "runtime-version": "master",
+ "sdk": "org.gnome.Sdk",
+ "command": "gnome-mines",
+ "tags": ["nightly"],
+ "copy-icon": true,
+ "rename-icon": "gnome-mines",
+ "rename-desktop-file": "gnome-mines.desktop",
+ "desktop-file-name-prefix": "(Nightly) ",
+ "finish-args": [
+ /* X11 + XShm access */
+ "--share=ipc", "--socket=x11",
+ /* Wayland access */
+ "--socket=wayland",
+ /* 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-mines",
+ "sources": [
+ {
+ "type": "git",
+ "url": "git://git.gnome.org/gnome-mines"
+ }
+ ]
+ }
+ ]
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]