[devhelp/gnome-3-22] Add Flatpak build manifest for 3.22
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp/gnome-3-22] Add Flatpak build manifest for 3.22
- Date: Sat, 4 Mar 2017 11:03:24 +0000 (UTC)
commit 678fd3ed044baa25a70cdfd432106a5c92c6defa
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sat Mar 4 12:02:32 2017 +0100
Add Flatpak build manifest for 3.22
For this GNOME goal:
https://wiki.gnome.org/Initiatives/GnomeGoals/FlatpakManifests
Add it in the data/ directory, where other org.gnome.Devhelp.* files
are.
https://bugzilla.gnome.org/show_bug.cgi?id=779563
data/org.gnome.Devhelp.json | 43 +++++++++++++++++++++++++++++++++++++++++++
1 files changed, 43 insertions(+), 0 deletions(-)
---
diff --git a/data/org.gnome.Devhelp.json b/data/org.gnome.Devhelp.json
new file mode 100644
index 0000000..bcf6da0
--- /dev/null
+++ b/data/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]