[gnome-chess] flatpak: Add manifest
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess] flatpak: Add manifest
- Date: Fri, 17 Mar 2017 09:28:53 +0000 (UTC)
commit 9fbdd1b8fd5e03ddc14226c3d452461ddcc3b3da
Author: Florian Müllner <fmuellner gnome org>
Date: Thu Mar 16 04:37:56 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=780126
org.gnome.chess.json | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 46 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.chess.json b/org.gnome.chess.json
new file mode 100644
index 0000000..b37776e
--- /dev/null
+++ b/org.gnome.chess.json
@@ -0,0 +1,46 @@
+{
+ "app-id": "org.gnome.chess",
+ "runtime": "org.gnome.Platform",
+ "runtime-version": "master",
+ "sdk": "org.gnome.Sdk",
+ "command": "gnome-chess",
+ "tags": ["nightly"],
+ "copy-icon": true,
+ "rename-icon": "gnome-chess",
+ "rename-desktop-file": "gnome-chess.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": ["/share/gnuchess", "/share/info", "/share/man"],
+ "modules": [
+ {
+ "name": "gnuchess",
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://ftpmirror.gnu.org/chess/gnuchess-6.2.3.tar.gz",
+ "sha256": "78999176b2f2b5e0325bcc69749b7b2cefb7b1ef4f02d101fa77ae24a1b31b82"
+ }
+ ]
+ },
+ {
+ "name": "gnome-chess",
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://git.gnome.org/browse/gnome-chess"
+ }
+ ]
+ }
+ ]
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]