aboutsummaryrefslogtreecommitdiff
path: root/im.dino.Dino.json
blob: c754c88e22a94e353d1ce7034548793c3ecd3062 (plain) (blame)
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
{
    "id": "im.dino.Dino",
    "runtime": "org.gnome.Platform",
    "runtime-version": "44",
    "sdk": "org.gnome.Sdk",
    "command": "dino",
    "finish-args": [
        "--share=ipc",
        "--socket=fallback-x11",
        "--socket=wayland",
        "--socket=pulseaudio",
        "--socket=gpg-agent",
        "--filesystem=xdg-run/pipewire-0",
        "--share=network",
        "--device=dri",
        "--talk-name=org.freedesktop.Notifications"
    ],
    "modules": [
        {
            "name": "libsignal-protocol-c",
            "buildsystem": "cmake-ninja",
            "config-opts": [
                "-DCMAKE_C_FLAGS=-fPIC"
            ],
            "cleanup": [
                "/include",
                "/lib"
            ],
            "sources": [
                {
                    "type": "git",
                    "url": "https://github.com/mar-v-in/libsignal-protocol-c.git",
                    "tag": "v2.3.3.1"
                }
            ]
        },
        {
            "name": "qrencode",
            "buildsystem": "cmake-ninja",
            "cleanup": [
                "/bin",
                "/include",
                "/lib",
                "/share/man"
            ],
            "config-opts": [
                "-DCMAKE_C_FLAGS=-fPIC"
            ],
            "sources": [
                {
                    "type": "archive",
                    "url": "https://fukuchi.org/works/qrencode/qrencode-4.1.1.tar.gz",
                    "sha512": "209bb656ae3f391b03c7b3ceb03e34f7320b0105babf48b619e7a299528b8828449e0e7696f0b5db0d99170a81709d0518e34835229a748701e7df784e58a9ce"
                }
            ]
        },
        {
            "name": "dino",
            "buildsystem": "cmake-ninja",
            "builddir": true,
            "config-opts": [
                "-DSOUP_VERSION=3"
            ],
            "cleanup": [
                "/include",
                "/share/vala"
            ],
            "sources": [
                {
                    "type": "dir",
                    "path": "."
                }
            ]
        }
    ]
}