[gnome-2048: 1/4] Flatpak support
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-2048: 1/4] Flatpak support
- Date: Mon, 4 Feb 2019 06:07:06 +0000 (UTC)
commit 26ff7b4496a54612bbcd9e3f3b67b332b3a0bf35
Author: thebitstick <thebitstick tfwno gf>
Date: Fri Dec 7 19:20:27 2018 -0600
Flatpak support
flatpak/org.gnome.Gnome2048.json | 62 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)
---
diff --git a/flatpak/org.gnome.Gnome2048.json b/flatpak/org.gnome.Gnome2048.json
new file mode 100644
index 0000000..c8f43f9
--- /dev/null
+++ b/flatpak/org.gnome.Gnome2048.json
@@ -0,0 +1,62 @@
+{
+ "app-id":"org.gnome.Gnome2048",
+ "runtime":"org.gnome.Platform",
+ "runtime-version":"3.30",
+ "sdk":"org.gnome.Sdk",
+ "command":"gnome-2048",
+ "rename-icon":"gnome-2048",
+ "rename-desktop-file":"org.gnome.gnome-2048.desktop.in",
+ "tags":[
+ "nightly"
+ ],
+ "desktop-file-name-prefix":"(Nightly) ",
+ "finish-args":[
+ "--socket=wayland",
+ "--socket=x11",
+ "--socket=session-bus",
+ "--filesystem=home",
+ "--share=network",
+ "--share=ipc",
+ "--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://gitlab.gnome.org/GNOME/libgee.git"
+ }
+ ]
+ },
+ {
+ "name":"libgnome-games-support",
+ "sources":[
+ {
+ "type":"git",
+ "branch":"master",
+ "url":"https://gitlab.gnome.org/GNOME/libgnome-games-support.git"
+ }
+ ]
+ },
+ {
+ "name":"gnome-2048",
+ "buildsystem":"meson",
+ "sources":[
+ {
+ "type":"git",
+ "url":"https://git.gnome.org/browse/gnome-2048"
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]