[gnome-apps-nightly] Add frogr
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-apps-nightly] Add frogr
- Date: Mon, 24 Oct 2016 11:23:06 +0000 (UTC)
commit b5aa512dcd8bd2b8c022aa8b567bc818d89f4e97
Author: Mario Sanchez Prada <msanchez gnome org>
Date: Mon Oct 24 12:22:51 2016 +0100
Add frogr
org.gnome.frogr.json | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.frogr.json b/org.gnome.frogr.json
new file mode 100644
index 0000000..2965d0c
--- /dev/null
+++ b/org.gnome.frogr.json
@@ -0,0 +1,48 @@
+{
+ "app-id": "org.gnome.frogr",
+ "runtime": "org.gnome.Platform",
+ "runtime-version": "master",
+ "sdk": "org.gnome.Sdk",
+ "command": "frogr",
+ "rename-appdata-file": "frogr.appdata.xml",
+ "rename-desktop-file": "frogr.desktop",
+ "rename-icon": "frogr",
+ "tags": ["nightly"],
+ "desktop-file-name-prefix": "(Nightly) ",
+ "finish-args": [
+ /* X11 + XShm access */
+ "--share=ipc", "--socket=x11",
+ /* Wayland access */
+ "--socket=wayland",
+ /* Needs to talk to the network: */
+ "--share=network",
+ /* Needed for frogr to access your home directory */
+ "--filesystem=home",
+ /* Needed for dconf to work */
+ "--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",
+ "cxxflags": "-O2 -g",
+ "env": {
+ "V": "1"
+ }
+ },
+ "cleanup": ["/include", "/lib/pkgconfig",
+ "/share/pkgconfig", "/share/aclocal",
+ "/man", "/share/man", "/share/gtk-doc",
+ "/share/dbus-1",
+ "*.la", "*.a"],
+ "modules": [
+ {
+ "name": "frogr",
+ "sources": [
+ {
+ "type": "git",
+ "url": "git://git.gnome.org/frogr"
+ }
+ ]
+ }
+ ]
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]