[gnome-sudoku] flatpak: Add manifest
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sudoku] flatpak: Add manifest
- Date: Fri, 17 Mar 2017 09:26:19 +0000 (UTC)
commit fcb6e2bd95942cf6d1b9159260f5f7f0758199fb
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Feb 28 20:43:32 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=780123
org.gnome.sudoku.json | 55 +++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 55 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.sudoku.json b/org.gnome.sudoku.json
new file mode 100644
index 0000000..4e2bab5
--- /dev/null
+++ b/org.gnome.sudoku.json
@@ -0,0 +1,55 @@
+{
+ "app-id": "org.gnome.sudoku",
+ "runtime": "org.gnome.Platform",
+ "runtime-version": "master",
+ "sdk": "org.gnome.Sdk",
+ "command": "gnome-sudoku",
+ "tags": ["nightly"],
+ "copy-icon": true,
+ "rename-icon": "gnome-sudoku",
+ "rename-desktop-file": "gnome-sudoku.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"
+ },
+ "modules": [
+ {
+ "name": "libgee",
+ "config-opts": ["--enable-introspection=no"],
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://git.gnome.org/browse/libgee"
+ }
+ ]
+ },
+ {
+ "name": "qqwing",
+ "sources": [
+ {
+ "type": "archive",
+ "url": "http://ostermiller.org/qqwing/qqwing-1.3.4.tar.gz",
+ "sha256": "1753736c31feea0085f5cfac33143743204f8a7e66b81ccd17e249ecafba802f"
+ }
+ ]
+ },
+ {
+ "name": "gnome-sudoku",
+ "sources": [
+ {
+ "type": "git",
+ "url": "https://git.gnome.org/browse/gnome-sudoku"
+ }
+ ]
+ }
+ ]
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]