[gnome-apps-nightly] Devhelp: Add manifest for org.gnome.Devhelp
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-apps-nightly] Devhelp: Add manifest for org.gnome.Devhelp
- Date: Tue, 25 Oct 2016 14:21:51 +0000 (UTC)
commit 023fd5f6b809c9050c09ecd271b1ef6156b7d262
Author: Lorenzo Tilve <ltilve igalia com>
Date: Wed Oct 19 13:14:27 2016 +0200
Devhelp: Add manifest for org.gnome.Devhelp
It needs to use the Sdk to have access to the gtk-doc
generated by the modules shipped on the runtime.
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..4423119
--- /dev/null
+++ b/org.gnome.Devhelp.json
@@ -0,0 +1,43 @@
+{
+ "app-id": "org.gnome.Devhelp",
+ "runtime": "org.gnome.Sdk",
+ "runtime-version": "master",
+ "sdk": "org.gnome.Sdk",
+ "command": "devhelp",
+ "rename-icon": "devhelp",
+ "tags": ["nightly"],
+ "desktop-file-name-prefix": "(Nightly) ",
+ "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": "git",
+ "url": "https://github.com/GNOME/devhelp.git",
+ "branch": "master"
+ }
+ ]
+ }
+ ]
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]