summaryrefslogtreecommitdiff
path: root/build-aux/flatpak/org.gnome.Todo.json
blob: 33cf75ff54d01c8bd43de9060d7b8c2de2c0abcc (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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
    "app-id" : "org.gnome.Todo",
    "runtime" : "org.gnome.Platform",
    "runtime-version" : "master",
    "sdk" : "org.gnome.Sdk",
    "command" : "gnome-todo",
    "tags" : [
        "devel"
    ],
    "desktop-file-name-prefix" : "(Development) ",
    "finish-args" : [
        "--device=dri",
        "--share=ipc",
        "--socket=x11",
        "--socket=wayland",
        "--share=network",
        "--system-talk-name=org.freedesktop.login1",
        "--talk-name=org.gnome.OnlineAccounts",
        "--talk-name=org.gnome.SettingsDaemon.Color",
        "--talk-name=org.gnome.evolution.dataserver.AddressBook9",
        "--talk-name=org.gnome.evolution.dataserver.Calendar7",
        "--talk-name=org.gnome.evolution.dataserver.Sources5",
        "--talk-name=org.gnome.evolution.dataserver.Subprocess.Backend.*",
        "--filesystem=host",
        "--filesystem=xdg-run/dconf",
        "--filesystem=~/.config/dconf:ro",
        "--talk-name=ca.desrt.dconf",
        "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
    ],
    "x-run-args" : [
        "--debug"
    ],
    "cleanup" : [
        "/include",
        "/lib/pkgconfig",
        "/share/pkgconfig",
        "/share/aclocal",
        "/man",
        "/share/man",
        "/share/gtk-doc",
        "/share/vala",
        "*.la",
        "*.a"
    ],
    "modules" : [
        {
            "name" : "gnome-online-accounts",
            "buildsystem" : "meson",
            "config-opts" : [
                "-Dgoabackend=false"
            ],
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/GNOME/gnome-online-accounts.git"
                }
            ]
        },
        {
            "name" : "libical",
            "cleanup" : [
                "/lib/cmake"
            ],
            "cmake" : true,
            "config-opts" : [
                "-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib",
                "-DBUILD_SHARED_LIBS:BOOL=ON"
            ],
            "sources" : [
                {
                    "type" : "archive",
                    "url" : "https://github.com/libical/libical/releases/download/v2.0.0/libical-2.0.0.tar.gz",
                    "sha256" : "654c11f759c19237be39f6ad401d917e5a05f36f1736385ed958e60cf21456da"
                }
            ]
        },
        {
            "name" : "evolution-data-server",
            "cleanup" : [
                "/lib/cmake",
                "/lib/evolution-data-server/*-backends",
                "/libexec",
                "/share/dbus-1/services"
            ],
            "config-opts" : [
                "-DENABLE_GTK=OFF",
                "-DENABLE_GOOGLE_AUTH=OFF",
                "-DENABLE_UOA=OFF",
                "-DENABLE_GOOGLE=OFF",
                "-DENABLE_VALA_BINDINGS=ON",
                "-DENABLE_WEATHER=OFF",
                "-DWITH_OPENLDAP=OFF",
                "-DWITH_LIBDB=OFF",
                "-DENABLE_INTROSPECTION=ON",
                "-DENABLE_INSTALLED_TESTS=OFF",
                "-DENABLE_GTK_DOC=OFF",
                "-DENABLE_EXAMPLES=OFF",
                "-DENABLE_VALA_BINDINGS=OFF",
                "-DENABLE_INTROSPECTION=OFF",
                "-DENABLE_OAUTH2=OFF"
            ],
            "buildsystem" : "cmake",
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/GNOME/evolution-data-server.git",
                    "tag" : "3.31.4"
                }
            ]
        },
        {
            "name" : "libpeas",
            "cleanup" : [
                "/bin/*",
                "/lib/peas-demo"
            ],
            "config-opts" : [
                "-disable-gtk"
            ],
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/GNOME/libpeas.git"
                }
            ]
        },
        {
            "name" : "rest",
            "sources" : [
                {
                    "type" : "git",
                    "branch" : "librest-0-7",
                    "url" : "https://gitlab.gnome.org/GNOME/librest.git"
                }
            ]
        },
        {
            "name" : "gnome-todo",
            "buildsystem" : "meson",
            "config-opts" : [
                "-Dtracing=true"
            ],
            "sources" : [
                {
                    "type" : "git",
                    "url" : "https://gitlab.gnome.org/GNOME/gnome-todo.git"
                }
            ]
        }
    ]
}