[baobab/wip/exalm/flatpak] flatpak: Add flatpak manifest
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [baobab/wip/exalm/flatpak] flatpak: Add flatpak manifest
- Date: Fri, 5 Oct 2018 17:12:37 +0000 (UTC)
commit d02545f7f80ea0da991c3e717919a5183c39e10d
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date: Fri Oct 5 22:12:15 2018 +0500
flatpak: Add flatpak manifest
org.gnome.baobab.json | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 59 insertions(+)
---
diff --git a/org.gnome.baobab.json b/org.gnome.baobab.json
new file mode 100644
index 0000000..05efd03
--- /dev/null
+++ b/org.gnome.baobab.json
@@ -0,0 +1,59 @@
+{
+ "app-id" : "org.gnome.baobab",
+ "runtime" : "org.gnome.Platform",
+ "runtime-version" : "master",
+ "sdk" : "org.gnome.Sdk",
+ "rename-icon" : "baobab",
+ "copy-icon" : true,
+ "command" : "baobab",
+ "tags" : [
+ "devel"
+ ],
+ "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",
+ /* Needed to be able to scan files */
+ "--filesystem=host:ro"
+ ],
+ "build-options" : {
+ "cflags" : "-O2 -g",
+ "cxxflags" : "-O2 -g",
+ "env" : {
+ }
+ },
+ "cleanup" : [
+ "/include",
+ "/lib/pkgconfig",
+ "/share/pkgconfig",
+ "/share/aclocal",
+ "/man",
+ "/share/man",
+ "/share/gtk-doc",
+ "*.la",
+ "*.a",
+ "/lib/girepository-1.0",
+ "/share/doc",
+ "/share/gir-1.0"
+ ],
+ "modules" : [
+ {
+ "name" : "baobab",
+ "buildsystem" : "meson",
+ "builddir" : true,
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://gitlab.gnome.org/GNOME/baobab.git"
+ }
+ ]
+ }
+ ]
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]