summaryrefslogtreecommitdiff
path: root/build-aux/flatpak/org.gnome.Glade.json
blob: 0694aa7c67d9a5e306c1fb0b5499d780842d33b6 (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
{
    "app-id" : "org.gnome.Glade",
    "runtime" : "org.gnome.Sdk",
    "runtime-version" : "master",
    "sdk" : "org.gnome.Sdk",
    "command" : "glade",
    "tags" : [
        "nightly"
    ],
    "desktop-file-name-prefix" : "(Nightly) ",
    "modules" : [
        {
            "name" : "glade",
            "buildsystem" : "meson",
            "builddir" : true,
            "config-opts" : [
                "--libdir=lib",
                "--buildtype=debugoptimized",
            ],
            "sources" : [
                {
                    "disable-shallow-clone" : true,
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/GNOME/glade.git",
                    "branch" : "tintou/gtk4"
                }
            ]
        }
    ]
}