summaryrefslogtreecommitdiff
path: root/build-aux/flatpak/org.gnome.Nautilus.json
blob: c71a60124c2b346ce8aade333216c215708f6a87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
    "app-id": "org.gnome.NautilusStableFlatpak",
    "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.*",
        "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
    ],
    "modules": [
        {
            "name": "exiv2",
            "sources": [
                {
                    "type": "archive",
                    "url": "http://exiv2.org/builds/exiv2-0.26-trunk.tar.gz",
                    "sha256": "c75e3c4a0811bf700d92c82319373b7a825a2331c12b8b37d41eb58e4f18eafb"
                },
                {
                    "type": "shell",
                    "commands": [
                        "cp -f /usr/share/gnu-config/config.sub ./config/",
                        "cp -f /usr/share/gnu-config/config.guess ./config/"
                    ]
                }
            ]
        },
        {
            "name": "gexiv2",
            "config-opts": [ "--disable-introspection" ],
            "sources": [
                {
                    "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": [
                {
                    "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": [
                {
                    "type": "git",
                    "tag": "3.28.0",
                    "commit": "a33b5d28011d327f3e06717d95adade6892308c1",
                    "url": "https://git.gnome.org/browse/gnome-desktop"
                }
            ]
        },
        {
            "name": "gnome-autoar",
            "sources": [
                {
                    "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": [
                {
                    "type": "git",
                    "url": "https://gitlab.gnome.org/GNOME/nautilus.git",
                    "branch": "gnome-3-28"
                }
            ]
        }
    ]
}