[gnome-robots/flatpak-ci: 1/2] Flatpak: add a flatpak manifest
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-robots/flatpak-ci: 1/2] Flatpak: add a flatpak manifest
- Date: Thu, 31 Jan 2019 11:30:02 +0000 (UTC)
commit e471a9da08db19da25d3ab515de72f0404df1d71
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Thu Jan 31 12:27:48 2019 +0100
Flatpak: add a flatpak manifest
build-aux/org.gnome.Robots.json | 55 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 55 insertions(+)
---
diff --git a/build-aux/org.gnome.Robots.json b/build-aux/org.gnome.Robots.json
new file mode 100644
index 0000000..b0f3fb6
--- /dev/null
+++ b/build-aux/org.gnome.Robots.json
@@ -0,0 +1,55 @@
+{
+ "app-id": "org.gnome.Robots",
+ "runtime": "org.gnome.Platform",
+ "runtime-version": "master",
+ "sdk": "org.gnome.Sdk",
+ "command": "gnome-robots",
+ "tags": ["nightly"],
+ "desktop-file-name-prefix": "(Nightly) ",
+ "finish-args": [
+ /* X11 + XShm access */
+ "--share=ipc", "--socket=x11",
+ /* Wayland access */
+ "--socket=wayland",
+ "--socket=pulseaudio",
+ /* dconf */
+ "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
+ "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+ ],
+ "cleanup": [
+ "/share/man",
+ "/include",
+ "/lib/*.la",
+ "/lib/pkgconfig",
+ "/share/man",
+ "/share/vala"
+ ],
+ "modules": [{
+ "name": "libgnome-games-support",
+ "modules": [{
+ "name": "libgee",
+ "config-opts": ["--enable-introspection=no"],
+ "sources": [{
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/libgee.git"
+ }]
+ },
+ {
+ "name": "games-support",
+ "sources": [{
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/libgnome-games-support.git"
+ }]
+ }
+ ]
+ },
+ {
+ "name": "gnome-robots",
+ "buildsystem": "meson",
+ "sources": [{
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/gnome-robots.git"
+ }]
+ }
+ ]
+}
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]