[gnome-apps-nightly/gnome-3-22] Devhelp: Add org.gnome.Devhelp
- From: Lorenzo Tilve <ltilve src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-apps-nightly/gnome-3-22] Devhelp: Add org.gnome.Devhelp
- Date: Thu, 10 Nov 2016 15:55:54 +0000 (UTC)
commit 0460ac5aa6b5e3eb64c46f60fc26b4398a0793eb
Author: Lorenzo Tilve <ltilve igalia com>
Date: Tue Nov 8 14:00:10 2016 +0100
Devhelp: Add org.gnome.Devhelp
org.gnome.Devhelp.json | 43 +++++++++++++++++++++++++++++++++++++++++++
1 files changed, 43 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.Devhelp.json b/org.gnome.Devhelp.json
new file mode 100644
index 0000000..bcf6da0
--- /dev/null
+++ b/org.gnome.Devhelp.json
@@ -0,0 +1,43 @@
+{
+ "app-id": "org.gnome.Devhelp",
+ "runtime": "org.gnome.Sdk",
+ "runtime-version": "3.22",
+ "branch": "stable",
+ "sdk": "org.gnome.Sdk",
+ "command": "devhelp",
+ "rename-icon": "devhelp",
+ "tags": [],
+ "finish-args": [
+ /* X11 + XShm access */
+ "--share=ipc", "--socket=x11",
+ /* Wayland access */
+ "--socket=wayland",
+ /* 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",
+ "*.la", "*.a"],
+ "modules": [
+ {
+ "name": "devhelp",
+ "config-opts": ["--disable-man-pages"],
+ "sources": [
+ {
+ "type": "archive",
+ "url": "https://download.gnome.org/sources/devhelp/3.22/devhelp-3.22.0.tar.xz",
+ "sha256": "59cae02e12d238cc5fc3f049d779895ba89701426d9173f5b534d4ab90c5ffb0"
+ }
+ ]
+ }
+ ]
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]