[nautilus/gnome-3-28] flatpak: Format json
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/gnome-3-28] flatpak: Format json
- Date: Tue, 23 Apr 2019 09:23:15 +0000 (UTC)
commit eb4f85531185e24c0f9e5d5e4a3e97e426a8d857
Author: Carlos Soriano <csoriano redhat com>
Date: Tue Apr 23 11:15:38 2019 +0200
flatpak: Format json
build-aux/flatpak/org.gnome.Nautilus.json | 187 +++++++++++++++++-------------
1 file changed, 104 insertions(+), 83 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index 4866c2e76..4dc8688b2 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -1,23 +1,30 @@
{
- "app-id": "org.gnome.NautilusStableFlatpak",
- "branch": "3.28",
- "runtime": "org.gnome.Platform",
- "runtime-version": "3.28",
- "sdk": "org.gnome.Sdk",
- "command": "nautilus",
- "tags": ["test", "stable"],
- "desktop-file-name-prefix": "(3.28 Flatpak) ",
- "finish-args": [
- "--share=ipc", "--socket=x11",
- "--socket=wayland",
- "--talk-name=org.gnome.OnlineAccounts",
- "--talk-name=org.freedesktop.Tracker1",
- "--filesystem=host",
- "--talk-name=org.gtk.vfs", "--talk-name=org.gtk.vfs.*",
- "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
- "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
- ],
- "modules": [
+ "app-id": "org.gnome.NautilusStableFlatpak",
+ "branch": "3.28",
+ "runtime": "org.gnome.Platform",
+ "runtime-version": "3.28",
+ "sdk": "org.gnome.Sdk",
+ "command": "nautilus",
+ "tags": [
+ "test",
+ "stable"
+ ],
+ "desktop-file-name-prefix": "(3.28 Flatpak) ",
+ "finish-args": [
+ "--share=ipc",
+ "--socket=x11",
+ "--socket=wayland",
+ "--talk-name=org.gnome.OnlineAccounts",
+ "--talk-name=org.freedesktop.Tracker1",
+ "--filesystem=host",
+ "--talk-name=org.gtk.vfs",
+ "--talk-name=org.gtk.vfs.*",
+ "--filesystem=xdg-run/dconf",
+ "--filesystem=~/.config/dconf:ro",
+ "--talk-name=ca.desrt.dconf",
+ "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+ ],
+ "modules": [
{
"name": "exiv2",
"config-opts": [
@@ -33,74 +40,88 @@
}
]
},
-
+ {
+ "name": "gexiv2",
+ "config-opts": [
+ "--disable-introspection"
+ ],
+ "sources": [
{
- "name": "gexiv2",
- "config-opts": [ "--disable-introspection" ],
- "sources": [
- {
- "type": "git",
- "url": "https://git.gnome.org/browse/gexiv2",
- "tag": "gexiv2-0.10.8",
- "commit": "4abd0c232964a2b5a1680f2c654ce6b07744593c"
- }
- ]
- },
+ "type": "git",
+ "url": "https://git.gnome.org/browse/gexiv2",
+ "tag": "gexiv2-0.10.8",
+ "commit": "4abd0c232964a2b5a1680f2c654ce6b07744593c"
+ }
+ ]
+ },
+ {
+ "name": "tracker",
+ "cleanup": [
+ "/bin",
+ "/etc",
+ "/libexec"
+ ],
+ "config-opts": [
+ "--disable-miner-apps",
+ "--disable-static",
+ "--disable-tracker-extract",
+ "--disable-tracker-needle",
+ "--disable-tracker-preferences",
+ "--disable-artwork",
+ "--disable-tracker-writeback",
+ "--disable-miner-user-guides",
+ "--with-bash-completion-dir=no"
+ ],
+ "sources": [
{
- "name": "tracker",
- "cleanup": [ "/bin", "/etc", "/libexec" ],
- "config-opts": [ "--disable-miner-apps", "--disable-static",
- "--disable-tracker-extract", "--disable-tracker-needle",
- "--disable-tracker-preferences", "--disable-artwork",
- "--disable-tracker-writeback", "--disable-miner-user-guides",
- "--with-bash-completion-dir=no" ],
- "sources": [
- {
- "type": "git",
- "tag": "2.0.3",
- "commit": "b11e0139d155e71f08d2b0d365724337a954c6c0",
- "url": "https://git.gnome.org/browse/tracker"
- }
- ]
- },
+ "type": "git",
+ "tag": "2.0.3",
+ "commit": "b11e0139d155e71f08d2b0d365724337a954c6c0",
+ "url": "https://git.gnome.org/browse/tracker"
+ }
+ ]
+ },
+ {
+ "name": "gnome-desktop",
+ "config-opts": [
+ "--disable-debug-tools",
+ "--disable-udev"
+ ],
+ "sources": [
{
- "name": "gnome-desktop",
- "config-opts": ["--disable-debug-tools", "--disable-udev"],
- "sources": [
- {
- "type": "git",
- "tag": "3.28.0",
- "commit": "a33b5d28011d327f3e06717d95adade6892308c1",
- "url": "https://git.gnome.org/browse/gnome-desktop"
- }
- ]
- },
+ "type": "git",
+ "tag": "3.28.0",
+ "commit": "a33b5d28011d327f3e06717d95adade6892308c1",
+ "url": "https://git.gnome.org/browse/gnome-desktop"
+ }
+ ]
+ },
+ {
+ "name": "gnome-autoar",
+ "sources": [
{
- "name": "gnome-autoar",
- "sources": [
- {
- "type": "git",
- "tag": "0.2.3",
- "commit": "5eb820f504cb5e69526fd8511be0f98cca1c1aca",
- "url": "https://git.gnome.org/browse/gnome-autoar"
- }
- ]
- },
+ "type": "git",
+ "tag": "0.2.3",
+ "commit": "5eb820f504cb5e69526fd8511be0f98cca1c1aca",
+ "url": "https://git.gnome.org/browse/gnome-autoar"
+ }
+ ]
+ },
+ {
+ "buildsystem": "meson",
+ "builddir": true,
+ "name": "nautilus",
+ "config-opts": [
+ "--libdir=/app/lib",
+ "-Dprofile=stable-flatpak"
+ ],
+ "sources": [
{
- "buildsystem": "meson",
- "builddir": true,
- "name": "nautilus",
- "config-opts": [
- "--libdir=/app/lib",
- "-Dprofile=stable-flatpak"
- ],
- "sources": [
- {
- "type": "git",
- "url": "https://gitlab.gnome.org/GNOME/nautilus.git",
- "branch": "gnome-3-28"
- }
- ]
+ "type": "git",
+ "url": "https://gitlab.gnome.org/GNOME/nautilus.git",
+ "branch": "gnome-3-28"
}
- ]
+ ]
+ }
+ ]
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]