summaryrefslogtreecommitdiffstats
path: root/subprojects/extensions-app/build-aux/flatpak/org.gnome.Extensions.json
blob: 3ac00f6ed5a7fec3d4d3930de135f5008ebff3c3 (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
{
  "app-id": "org.gnome.Extensions.Devel",
  "runtime": "org.gnome.Platform",
  "runtime-version": "master",
  "sdk": "org.gnome.Sdk",
  "command": "gnome-extensions-app",
  "tags": ["nightly"],
  "finish-args": [
    "--share=ipc", "--socket=fallback-x11",
    "--socket=wayland",
    "--device=dri",
    "--talk-name=org.gnome.SessionManager",
    "--talk-name=org.gnome.Shell.Extensions"
  ],
  "build-options": {
      "cflags": "-O2 -g"
  },
  "modules": [
    {
      "name": "gnome-extensions-app",
      "buildsystem": "meson",
      "builddir": true,
      "subdir": "subprojects/extensions-app",
      "config-opts": ["-Dprofile=development"],
      "sources": [
        {
          "type": "git",
          "url": "https://gitlab.gnome.org/GNOME/gnome-shell.git"
        },
        {
          "type": "shell",
          "commands": [
              "subprojects/extensions-app/generate-translations.sh"
          ]
        }
      ]
    }
  ]
}