[tali/flatpak-nightlies: 2/3] flatpak: add a flatpak manifest
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tali/flatpak-nightlies: 2/3] flatpak: add a flatpak manifest
- Date: Mon, 21 Jan 2019 03:07:59 +0000 (UTC)
commit f93c77cf73e2774e89aff5601a33bd6623402dc0
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Mon Jan 21 00:20:13 2019 +0100
flatpak: add a flatpak manifest
build-aux/org.gnome.Tali.json | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
---
diff --git a/build-aux/org.gnome.Tali.json b/build-aux/org.gnome.Tali.json
new file mode 100644
index 0000000..79bc583
--- /dev/null
+++ b/build-aux/org.gnome.Tali.json
@@ -0,0 +1,27 @@
+{
+ "app-id": "org.gnome.Tali",
+ "runtime": "org.gnome.Platform",
+ "runtime-version": "master",
+ "sdk": "org.gnome.Sdk",
+ "command": "tali",
+ "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": "tali",
+ "sources": [{
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/tali.git"
+ }]
+ }]
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]