[eog/alatiera/flatpak-manifest: 33/33] Add Flatpak manifest
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog/alatiera/flatpak-manifest: 33/33] Add Flatpak manifest
- Date: Thu, 13 Sep 2018 19:42:19 +0000 (UTC)
commit ec3e42e4c5778345d486a5a66edb5a6c91816229
Author: Jordan Petridis <jordanpetridis protonmail com>
Date: Thu Aug 2 00:01:37 2018 +0000
Add Flatpak manifest
org.gnome.Eog.json | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 106 insertions(+)
---
diff --git a/org.gnome.Eog.json b/org.gnome.Eog.json
new file mode 100644
index 00000000..2bf244d1
--- /dev/null
+++ b/org.gnome.Eog.json
@@ -0,0 +1,106 @@
+{
+ "app-id" : "org.gnome.eog",
+ "runtime" : "org.gnome.Platform",
+ "runtime-version" : "master",
+ "sdk" : "org.gnome.Sdk",
+ "command" : "eog",
+ "rename-desktop-file" : "eog.desktop",
+ "rename-appdata-file" : "eog.appdata.xml",
+ "rename-icon" : "eog",
+ "tags" : [
+ "nightly"
+ ],
+ "desktop-file-name-prefix" : "(Nightly) ",
+ "finish-args" : [
+ "--share=ipc",
+ "--socket=x11",
+ "--socket=wayland",
+ "--filesystem=host",
+ "--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",
+ "*.la",
+ "*.a"
+ ],
+ "modules" : [
+ {
+ "name" : "gnome-desktop",
+ "buildsystem" : "meson",
+ "config-opts" : [
+ "--Ddebug_tools=disabled",
+ "--Dudev=disabled"
+ ],
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://gitlab.gnome.org/GNOME/gnome-desktop.git"
+ }
+ ]
+ },
+ {
+ "name" : "libpeas",
+ "cleanup" : [
+ "/bin/*",
+ "/lib/peas-demo"
+ ],
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://gitlab.gnome.org/GNOME/libpeas.git"
+ }
+ ]
+ },
+ {
+ "name" : "exempi",
+ "config-opts" : [
+ "--disable-unittest"
+ ],
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://anongit.freedesktop.org/git/exempi.git"
+ }
+ ]
+ },
+ {
+ "name" : "eog",
+ "buildsystem" : "meson",
+ "builddir" : true,
+ "config-opts" : [
+ "--libdir=/app/lib"
+ ],
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://gitlab.gnome.org/GNOME/eog.git"
+ }
+ ]
+ },
+ {
+ "name" : "eog-plugins",
+ "sources" : [
+ {
+ "type" : "git",
+ "url" : "https://gitlab.gnome.org/GNOME/eog-plugins.git"
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]