[gnome-tetravex/flatpak-nightlies: 1/2] Flatpak: add a flatpak manifest
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tetravex/flatpak-nightlies: 1/2] Flatpak: add a flatpak manifest
- Date: Mon, 21 Jan 2019 02:33:03 +0000 (UTC)
commit a2209d690ed6d0d306c389badeb849b6a6818b7f
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Mon Jan 21 00:10:10 2019 +0100
Flatpak: add a flatpak manifest
build-aux/org.gnome.Tetravex.json | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
---
diff --git a/build-aux/org.gnome.Tetravex.json b/build-aux/org.gnome.Tetravex.json
new file mode 100644
index 0000000..9fac1b5
--- /dev/null
+++ b/build-aux/org.gnome.Tetravex.json
@@ -0,0 +1,27 @@
+{
+ "app-id": "org.gnome.Tetravex",
+ "runtime": "org.gnome.Platform",
+ "runtime-version": "master",
+ "sdk": "org.gnome.Sdk",
+ "command": "gnome-tetravex",
+ "tags": [
+ "nightly"
+ ],
+ "desktop-file-name-prefix": "(Nightly) ",
+ "finish-args": [
+ "--share=ipc",
+ "--socket=x11",
+ "--socket=wayland",
+ "--filesystem=xdg-run/dconf",
+ "--filesystem=~/.config/dconf:ro",
+ "--talk-name=ca.desrt.dconf",
+ "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+ ],
+ "modules": [{
+ "name": "gnome-tetravex",
+ "sources": [{
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/gnome-tetravex.git"
+ }]
+ }]
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]